Three practical tips related to "running"

  

The "Run" command in the system is familiar to everyone. Today we will introduce three very practical tips.

One-to-one key to open the run

The friends open the "Run" window, which is done through the commands in the "Start" menu. In fact, we can create a shortcut for the run, one-click to open the run window.

In Notepad, type "(new ActiveXObject("Shell.Application")).FileRun()" in it, note that the input does not include the outer quotes, pay attention to capitalization. Save the file in JS format. Then right-click on the saved file and select "Desktop Shortcut" in the "Send To" submenu from the pop-up menu.

Right-click on the shortcut on the desktop to open the Properties window. Switch to the "Shortcuts" mode tab, enter a button in the "Shortcuts", and then click the "OK" button, so we only need to press the shortcut button to open the run window.

Second, the quick start program

Many friends found that in the "Run" window can directly run Ping, Telnet and other systems comes with commands, but run Winword.exe, QQ.exe, etc. There was an error in the program. In fact, this mainly does not define system variables.

Open the system properties window, switch to the "Advanced" tab, click the "Environment Variables" button, double-click the "Path" item at the top in the open window, and open the "Edit User Variables" window. At the end of the "variable value" is added "; D: QQ", after saving the settings, we can directly enter the program in the "D:QQ" folder in the "Run" window. If you need to run programs in other folders, just add the folders they are in and separate them with a semicolon.

Third, the secret operation of the specified program

There are many fun programs in the computer, but in order not to be discovered by colleagues and bosses, I have stored in a very deep directory, each time I run When you open the multi-layer folder, we can open it quickly with the help of the "Run" window.

Enter "Regedit" in "Run" to open the Registry Editor, navigate to "HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/App Paths", and then create a new "item" on the right side, Name it 1.exe, double-click the "default" value on the right, and set its value to the program save path to run. After the modification, we can start the hidden program by typing "1.exe" in "Run".

Finally, to solve the sequela of one of your operations, through its drop-down menu, you can quickly select the commands that have been run, and improve the speed of operation.

Copyright © Windows knowledge All Rights Reserved