How does win10 customize the file explorer open location?

  
There are two default locations for the File Explorer on the win10 taskbar. One is “this computer”, the other is “Quick Access”. This default setting may still not meet the special needs of some users, such as opening a specific folder. IT House said that this can also be done, just follow the steps below.
The specific method is as follows:
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"
Example: WScript.CreateObject("Wscript.Shell").Run "C:IThome"

2 Save the file in a more secure location, such as a user document. After all, this should be stored as a system file. You can save it with the following name (with double quotes in English, as shown below):
"%userprofile %launch.vbs"

3. After entering regedit in the Cortana search bar, press the Enter key to open the Registry Editor and navigate to:
HKEY_CURRENT_USERSOFTWAREClassesCLSID{52205fd8-5dfb-447d-801a-d0b52f2e83e1}shellopennewwindowcommand< Br>Note: If there is no command item under opennewwindow, you need to create a new
4, set the command default value, double-click on the right side (default) ”, fill in the following content:
wscript.exe c:Users Your username launch.vbs
example: wscript .exe c:UsersIThomelaunch.vbs

5, create a new string value, named DelegateExecute, leave the value data blank, do not need to fill in

Now set, you can click the taskbar file explorer icon Open the newly set location. It should be noted that some users may already have the third step command folder and the fifth step DelegateExecute, and have values. System blocking is encountered when trying to modify, because the permissions are not enough. To get permission, right click on the command, select “permissions", then click Advanced → change → fill in your current username → check name → determine → double click on other accounts that need permissions to → Tick ​​"<; Full Control" & rdquo;→ all the way & ldquo; OK & rdquo; can complete the privilege assignment (as shown below), the specific steps can refer to "Win7/Win8.1/Win10 installer error 2502/2503 ultimate solution Dafa."




▲ write the name of the current user, the figures are only examples


for the user already exists DelegateExecute value, we want to restore the default settings , just need to re-fill the value of the value data {52205fd8-5dfb-447d-801a-d0b52f2e83e1}, and then delete the "(default) & rdquo; numerical data. Users without the above values ​​want to restore the default, just need to clear the "(default) & rdquo; value data.

Copyright © Windows knowledge All Rights Reserved