Windows Explorer Button on Windows 7

This is about the Windows Explorer shortcut Button on the Task bar in Windows 7. As you all Win 7 users know that this button is a shortcut to Windows Libraries folder. But if you ever wanted to change this shortcut to My Computer, My Documents or else to some other folder its a little bit tricky thing.
Here is the secret.
  1. Hold the SHIFT key & Right click on Explorer button
  2. In that menu click on Properties.
  3. In properties window, you have to change the Target field  by adding the file path you want. (example: %windir%\explorer.exe c:\windows(by default its %windir%\explorer.exe)


These codes will be helpful for you

  • Windows Explorer (default) (opens to Libraries)
    • %windir%\explorer.exe
  • Computer
    • %windir%\explorer.exe /n,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}
    • OR
    • %windir%\explorer.exe shell:MyComputerFolder
  • My Documents
    • %windir%\explorer.exe /n,::{450D8FBA-AD25-11D0-98A8-0800361B1103}
  • Documents Library
    • %UserProfile%\AppData\Roaming\Microsoft\Windows\Libraries\Documents.library-ms
  • Downloads
    • %UserProfile%\Downloads
  • Recycle Bin
    • %windir%\explorer.exe /n,::{645FF040-5081-101B-9F08-00AA002F954E
  • Network Neighborhood
    • %windir%\explorer.exe /n,::{208D2C60-3AEA-1069-A2D7-08002B30309D}
  • Default Web Browser
    • %windir%\explorer.exe /n,::{871C5380-42A0-1069-A2EA-08002B30309D}
  • Computer Search Results Folder
    • %windir%\explorer.exe /n,::{1F4DE370-D627-11D1-BA4F-00A0C91EEDBA}
  • Network Search Results Folder
    • %windir%\explorer.exe /n,::{E17D4FC0-5564-11D1-83F2-00A0C90DC849}
  • Web Folders
    • %windir%\explorer.exe /n,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{BDEADF00-C265-11D0-BCED-00A0C90AB50F}
  • Control Panel
    • %windir%\explorer.exe /n,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{21EC2020-3AEA-1069-A2DD-08002B30309D}
  • Printers and Faxes
    • %windir%\explorer.exe /n,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{21EC2020-3AEA-1069-A2DD-08002B30309D}\::{2227A280-3AEA-1069-A2DE-08002B30309D}
  • Scanners and Cameras
    • %windir%\explorer.exe /n,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{21EC2020-3AEA-1069-A2DD-08002B30309D}\::{E211B736-43FD-11D1-9EFB-0000F8757FCD}
  • Fonts
    • %windir%\explorer.exe /n,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{21EC2020-3AEA-1069-A2DD-08002B30309D}\::{D20EA4E1-3957-11d2-A40B-0C5020524152}
  • Network Connections or My Network Place
    • %windir%\explorer.exe /n,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{21EC2020-3AEA-1069-A2DD-08002B30309D}\::{7007ACC7-3202-11D1-AAD2-00805FC1270E}
  • Administrative Tools
    • %windir%\explorer.exe /n,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{21EC2020-3AEA-1069-A2DD-08002B30309D}\::{D20EA4E1-3957-11d2-A40B-0C5020524153}
  • Tasks Scheduler
    • %windir%\explorer.exe /n,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{21EC2020-3AEA-1069-A2DD-08002B30309D}\::{D6277990-4C6A-11CF-8D87-00AA0060F5BF}
  • User Profile (personal) Folder
    • %windir%\explorer.exe shell:Profile


Comments

Post a Comment