Programmers teach you how to play with computers & mobile phones

This article is some tips for computers, websites, and mobile phones. Some content has not been tested by the author.
No responsibility is accepted for errors. Haha
this article will continue to be updated

1. Windows computer

Many computer operations will use the win+R key. This is to open the run box. You must know that the interface opened as shown
in the figure below looks like this
insert image description here

insert image description here

Run box common commands:
  • notepad . open notepad
  • mspaint ------- drawing board
  • cmd --------CMD command prompt
  • regedit ------- Registry Editor
  • msconfig — system configuration utility
  • write ---------- WordPad
  • mstsc ---------- Remote Desktop Connection
  • taskmgr -------- task manager

Common Shortcut Keys for Windows Computers

  • Ctrl+Z . undo function
  • Ctrl+X . cut function
  • Ctrl+C . copy function
  • Ctrl+V . paste function
  • Ctrl+D . delete function
  • Ctrl+S . save function
  • Ctrl+A . Select all function
  • Alt+Tab . switch open computer software
  • Alt+L . lock screen function
  • Win+Tab . switch desktop
  • ctrl+shift+esc . Quick View Task Manager
  • Ctrl+Alt+Delete . Quick View Task Manager
  • * win + arrow keys (up, down, left, right) . Left and right are left and right split screens. up and down (zoom out, full screen)

1.0, on the computer, open more WeChat

Generally, if we use a computer, we can only open one WeChat. Clicking again will only open the WeChat that has already been opened.
Below, I will teach you how to open multiple WeChat accounts on one computer.

  • 1. On the computer desktop, right click and create new text. Rename - "Open more WeChat" (you can choose this name at will, as long as you know it yourself)

  • 2, Find the WeChat shortcut. Right-click properties – copy the path of the "target" location inside.
    look at the picture below
    insert image description here

  • 3. Paste the copied path into the "WeChat multi-open" text we just used, and add start in front. **Then put the position of the first quote after the first slash "".
    as follows,

//start 你的微信目标位置路径,正常是这样
"D:\Program Files (x86)\Tencent\WeChat\WeChat.exe"
我们需要改成,下面这样
D:"\Program Files (x86)\Tencent\WeChat\WeChat.exe"
然后,在前面添加 start

最终就是这样
start D:"\Program Files (x86)\Tencent\WeChat\WeChat.exe"

In this way, we can open a WeChat. Since it is multi-open, let’s copy a few more

//最终,我们复制了3份
start D:"\Program Files (x86)\Tencent\WeChat\WeChat.exe"
start D:"\Program Files (x86)\Tencent\WeChat\WeChat.exe"
start D:"\Program Files (x86)\Tencent\WeChat\WeChat.exe"

Finally, as shown below
insert image description here

  • 4 Finally, we changed the suffix of the "WeChat multi-open" text to bat. Then, double-click to try it (remember to log out of WeChat first)
    insert image description here
    to run the effect. In this way, you can open multiple WeChat accounts and chat with yourself. . .
    insert image description here

1.1, computer screenshot

  • WeChat screenshot (Alt+A)
  • QQ screenshot (Ctrl+Alt+A). QQ can cut long pictures~
  • Enterprise WeChat screenshot (Shift+Alt+A)
  • windows computer screenshot (win+Shift+S)
  • windows computer screenshot + editor (win+W)
  • Advanced screenshot
    1, create a new text file, open and input start snippingtool , save
    2, change the file name and suffix to xxx.bat (for example, screenshot.bat ). This becomes a batch file
    3, double-click to run this file to achieve a screenshot

1.2 Forget the power-on password (to be continued)

重启按F8,win10按F11。

1.3 Let the computer walk like flying

  • 1, Win+R. open run box
  • 2. Enter msconfig and click OK.


    insert image description here

  • 3. Click Guide - Advanced Options - Check the number of CPU processing - select the maximum value. Click OK all the way to save.


    insert image description here

1.4, shut down the computer, useless background programs

  • 1, Win+i. open windows settings
  • 2. Select Privacy


    insert image description here

  • 3. Click Background Apps. You can see the background programs. Just close the ones we don't use normally, and that's it.


    insert image description here

1.5 Clean cache garbage (not tested)

  • 1, Win+R, open the run box
  • 2, input, %temp%

1,6 Clean up disk junk (not tested)

  • 1, Win+R, open the run box
  • 2. Enter cleanmgr

1.7 View computer configuration

  • 1, Win+R, open the run box
  • 2. Enter dxdiag

1.8 Restart command

  • 1, Win+R, open the run box
  • 2. Enter shutdown -r

1.9 Hide the file in the picture (anti-girl friend artifact)

Preparations: 1. A picture to be displayed. 2. Files that need to be hidden.

  • 1. Create a new folder. Put the pictures to be displayed and the files to be hidden into it
  • 2. Create a new txt text. Input copy /b image name.png+file name.rar saved name.png (for example, copy /b aaa.png+ccc.rar ccc.png)

    insert image description here

  • 3. Input is complete, later. Change the suffix of the file to .bat . Double-click this file to get a picture of our hidden file.


    insert image description here


    4. Finally, we got our final ccc.png , a picture with hidden files. Finally, delete other files and pictures (destroy traces).

insert image description here
5. When wanting to appreciate our files again. Just change the suffix of our ccc.png to rar (ccc.rar). Then, by decompressing, we can get our hidden files and appreciate them passionately.

2.0 View recently opened files

Do you want to see what Goddess Computer has seen? With the following command, you can view the recently opened files on your computer.

  • 1, Win+R, open the run box
  • 2. Enter recent
  • 3. Click on the modification time (sorted by time)

As shown in the picture,
insert image description here

2.1 View the connected wifi password

  • 1, Win+R, open the run box
  • 2. Enter netsh wlan show profiles . View the name of the wifi connected to this computer
  • 3. Enter net wlan showprofiles "wifi name" key=clear . Click the OK button. The key content is the wifi password

2.2 Open the computer virtual keyboard

  • 1, win+R . open run box
  • 2. Enter osk and press Enter. You can open the computer virtual keyboard
    as shown below
    insert image description here

2.3 Screen recording function

Need to record a computer operation tutorial, but can't find a useful third-party screen recording tool.

  • 1, win+R . open run box
  • 2. Enter osk and press Enter. You can open the step recorder. Hit Start Recording and you're good to go.

What is recorded is each operation, one picture after another.

2.3 Permanently delete files

If you want to permanently delete unused programs and files in the computer, you have to go to the recycle bin for a second operation.

Press Delete directly, and it will be deleted to the recycle bin.
Press Shift+Delete to permanently delete selected items all at once.

2.2 File encryption

2.3 File decryption

2. Website

Browser common commands:

  • Ctrl+Tab . The browser switches tabs, and some other software has tabs.
  • Ctrl+Shift+Tab . The browser switches tabs in reverse, and some other software has tabs.
  • Ctrl+W . Close the current webpage (tab)
  • Ctrl+T . open a new tab
  • Ctrl+Shift+T . Restore a closed page.
  • Ctrl+R . Refresh the current page (same as F5 function)
  • Ctrl+F . search current page
  • Ctrl+D . Add current page to browser tab
  • Ctrl+G . open browser history

copy document

  • 1. On the target website, press F12 or right click to view the source code (check)
  • 2. Press F1 again, find disable javascript and check it. You can copy the content

As shown in the picture below,
first open a website that wants to copy text, but cannot. Then press F12
to see the picture below,


insert image description here
and then. Click the setting button in the above picture, or press F1
to see the picture below, scroll the mouse to the bottom, and check disable javascript . You can copy it
as shown below


insert image description here



General video downloads for websites

Here is for ordinary video download. If the video has been processed, it cannot be downloaded by this method.

Press F12, click Network----Media.
Then, refresh the page, you can see the download address

new page open link

When we browse the website, we often open a link. Many times, we want to open on another page. However, it will open on the current page.
At this time, as long as we hold down Ctrl and click the link, it will open on the current page.

3. Mobile phone

3.1, clean up memory

3.2, the correct posture to uninstall APP

3.3, solve the problem that WeChat cannot transfer large files

1. Modify the file suffix to M4V
2, it can be transferred normally
3. Change the suffix back after the transfer is completed

Guess you like

Origin blog.csdn.net/ecliujianbo/article/details/121508030