Just 2 steps win10 custom folder or file location

  

When we open the file manager in the taskbar in Win10, there are only 2 locations by default: “this computer” and “quick access”. The former points to the traditional disk drive interface, and the latter is the 6 fixed default folders that Win10 adds. No matter which one is set, it is always unable to meet the actual needs of fast operation. But there is no "custom" option to let everyone choose the folder that will be displayed first, Microsoft is not forced to edit the small ones~

I want to let the file manager press our The idea, after launching, directly into the custom folder or file location, only 2 steps!

First open the notebook that comes with the system, write the following command:

WScript.CreateObject("Wscript.Shell").Run "X:\\your folder"

where, "X:\\your folder" is the custom folder or file location that you want to appear when the file manager is opened. Is "CFan work", the coordinated command is

WScript.CreateObject("Wscript.Shell").Run "D:\\CFan work"

in order to ensure system crash The file is also safe, and it is excellent to select the folder with a drive letter other than the C drive! ¥_¥

Then name the file as follows and save it where you remember it. The next steps are needed!

"%userprofile%\\CFan.vbs"(to bring double quotes)

If the small file is saved in the system folder of the system disk, the path is

C:\\Users\\username\\Documents

Since then, the first step of preparation is complete, start the second step of the registry operation! (See you all, do you already know that Xiaobian will definitely toss the registry?)

After opening the registry editor, navigate directly to

HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes\\CLSID\\ {52205fd8-5dfb-447d-801a-d0b52f2e83e1}\\shell\\opennewwindow

Create a new "command" on the left side (if you already have it, you don't need it, go directly to the next step)

Set the default value of "command", fill in the path to the first step to make a good .vbs file:

wscript.exe +file location

wscript.exe C:\\Users \\fuxshine\\CFan.vbs (fuxhsine is the user name for Xiaobian!)

Create a new string value, named "DelegateExecute", and leave the value data blank.

Okay, now that the setup is complete, you can directly launch the file manager and go directly to the location we set.

It should be noted that some small partners may already have "command" in the registry. If you want to follow the above steps, you will encounter permission problems. You can right click on the command. , select “permissions & rdquo;, then click “Advanced & Rarr; change → fill in your current user name → check name → determine → double-click other accounts need to give permission → check ‘ full control & rsquo;&rdquo ;, after all the way & ldquo; OK & rdquo; can complete the file permissions settings, you can toss.




Yes, if you are tired of creating a new path, you want to restore the system default & ldquo; this computer & rdquo; or & ldquo; quick start & rdquo; Also deal with the situation. For users who already have the DelegateExecute value, if you want to restore the default settings, just re-fill the value with the value data {52205fd8-5dfb-447d-801a-d0b52f2e83e1}, and then delete the "default" & rdquo; numeric data. . Users without the above values ​​want to restore the default, just need to clear the "(default) & rdquo; value data.
The above is the introduction of win10 custom folder or file location method, you can follow the above steps, I hope this article can help you!

Copyright © Windows knowledge All Rights Reserved