When you run Windows Explorer, it always opens to the Libraries folder. That's fine if you use Microsoft's default file organization, which designates Libraries as the overall container for your folders.( the below shown folder comes in your task bar which by default when you clicks opens to library)
But what if you don't? You might prefer to have Windows Explorer open to Computer or any other folder you choose. Here's how to do it:
1. Right-click the Windows Explorer icon on the taskbar (it's the one that looks like a folder), and then right-click the Windows Explorer icon from the context menu that appears and select Properties. The Windows Explorer Properties dialog box appears.2. You'll have to edit the Target field on the Shortcut tab of this dialog box in order to change the default location at which Explorer opens.
If you want Explorer to open to a specific folder, simply enter the name of the folder, substituting your folder name for Folder, below, like this:
%windir%\explorer.exe c:\Folder
So to open Explorer to the folder named users(i am taking an example you can choose any other folder of c drive), you would type this in the Target field:
%windir%\explorer.exe c:\users
here are some other locations that you can choose your windows explorer folder to open by default whenever you click on to it.
- Computer:
%windir%\explorer.exe ::{20D04FE0-3AEA-1069-A2D8-08002B30309D} - My Documents:
%windir%\explorer.exe ::{450D8FBA-AD25-11D0-98A8-0800361B1103} - Network:
%windir%\explorer.exe ::{208D2C60-3AEA-1069-A2D7-08002B30309D} - Libraries:
%SystemRoot%\explorer.exe

No comments:
Post a Comment