How to customize the file resource manager open position

  
1. Write the following command in Notepad (“X: your folder” change to the location you want to customize): WScript.CreateObject(" ;Wscript.Shell").Run "X: Your folder".

2, save the file in a more secure location, such as user documentation, after all, this should be similar to the existence of the system file, you can save it according to the following name (with English double quotes, as shown below): "%userprofile%launch.vbs".

3. In the Run Command window, type: “regedit” and press Enter to open the Registry Editor and navigate to: HKEY_CURRENT_USERSOFTWAREClassesCLSID{52205fd8-5dfb-447d-801a-d0b52f2e83e1}shellopennewwindowcommand.
4, set the command default value, double click on the right side of the "(default) & rdquo;, fill in the content: wscript.exe c: Users your user name launch.vbs.

5, create a new string value, named DelegateExecute, the value data is left blank and do not need to be filled out.


Copyright © Windows knowledge All Rights Reserved