By default, the resource manager that activates WIN8 is open directly to the library, and for Windows users who are accustomed to the previous version, it is inconvenient to re-select "Computer" to go to the appropriate disk to find files. To do this, you can set the resource Manager to open computer by default.
Method One
First step: Turn off all the windows on the screen, press and hold the "Shift" key, and then right-click on the "Windows Explorer" shortcut icon file in the taskbar.
Second step: In the Explorer Properties menu, select Properties, and under the Shortcuts tab, set the C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Libraries in target Replace with "Explorer Shell:mycomputerfolder".
Or "%systemroot%\explorer.exe/e,:: {20d04fe0-3aea-1069-a2d8-08002b30309d}" can be searched.
Step three: When the settings are complete, click the "OK" button to exit the Windows Explorer Properties Settings window.
At this point, regardless of how the Windows Explorer is activated, the system will automatically open "computer", not the original "library".
Method Two:
Edit the registry directly (it's a bit dangerous to be cautious)
Open the registry, such as the path of the Red Public section, you can enter the command "command prompt, run" window test, if successful can be changed, the input of the time to remove the quotation marks:".
Such as:
Run:
%systemroot%\explorer.exe/e,:: {1b3ea5dc-b587-4786-b4ef-bd1dc332aeae}
My document is open,
:: {1b3ea5dc-b587-4786-b4ef-bd1dc332aeae}
The value is equal to
C:\\users\\administrator\\appdata\\roaming\\microsoft\\windows\\libraries
So, modify as needed, other paths can also be referred to the changes, but careful, especially the first line of "!" Don't use the This registry key "=".
----------------------win8.1 Registry File -The default path for Resource Manager regedit.reg file-------------------------
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders]
"! Do don't use this registry key "=" with the SHGetFolderPath or Shgetknownfolderpath function instead "
"AppData" = "c:\\users\\administrator\\appdata\\roaming"
"Local AppData" = "c:\\users\\administrator\\appdata\\local" "My Video" = "C:\\users\\administrator\\videos"
"{1b3ea5dc-b587-4786-b4ef-bd1dc332aeae}" = "c:\\users\\administrator\\appdata\\roaming\\microsoft\\windows\\ Libraries "
"My Pictures" = "C:\\users\\administrator\\pictures" "Desktop" = "C:\\users\\administrator\\desktop"
"History" = "C:\\users\\administrator\\appdata\\local\\microsoft\\windows\\history"
"NetHood" = "C:\\users\\administrator\\appdata\\roaming\\microsoft\\windows\\network Shortcuts" "{56784854- c6cb-462b-8169-88e350acb882} "=" C:\\users\\administrator\\contacts "
"{00bcfc5a-ed94-4e48-96a1-3f6217f21990}" = "c:\\users\\administrator\\appdata\\local\\microsoft\\windows\\ Roamingtiles "
"Cookies" = "c:\\users\\administrator\\appdata\\local\\microsoft\\windows\\inetcookies"
"Favorites" = "c:\\users\\administrator\\favorites" "SendTo" = "c:\\users\\administrator\\appdata\\roaming\\ Microsoft\\windows\\sendto "
"Start Menu" = "C:\\users\\administrator\\appdata\\roaming\\microsoft\\windows\\start Menu"
"My Music" = "C:\\users\\administrator\\music"
"Programs" = "C:\\users\\administrator\\appdata\\roaming\\microsoft\\windows\\start menu\\programs"
"Recent" = "c:\\users\\administrator\\appdata\\roaming\\microsoft\\windows\\recent"
"CD Burning" = "C:\\users\\administrator\\appdata\\local\\microsoft\\windows\\burn\\burn" "printhood" = "C:\\Users\\ Administrator\\appdata\\roaming\\microsoft\\windows\\printer Shortcuts "
"{7d1d3a04-debb-4115-95cf-2f29da2920da}" = "C:\\users\\administrator\\searches"
"{374de290-123f-4565-9164-39c4925e467b}" = "C:\\users\\administrator\\downloads"
"{a520a1a4-1780-4ff6-bd18-167343c5af16}" = "C:\\users\\administrator\\appdata\\locallow"
"Startup" = "C:\\users\\administrator\\appdata\\roaming\\microsoft\\windows\\start Menu\\Programs\\Startup"
"Administrative Tools" = "C:\\users\\administrator\\appdata\\roaming\\microsoft\\windows\\start Menu\\Programs\\ Administrative Tools "
"Personal" = "c:\\users\\administrator\\documents"
"{bfb9d5e0-c6a9-404c-b2b2-ae6db6af4968}" = "C:\\users\\administrator\\links"
"Cache" = "C:\\users\\administrator\\appdata\\local\\microsoft\\windows\\inetcache"
"Templates" = "c:\\users\\administrator\\appdata\\roaming\\microsoft\\windows\\templates"
"{4c5c32ff-bb9d-43b0-b5b4-2d72e54eaaa4}" = "C:\\users\\administrator\\saved Games"
"Fonts" = "c:\\windows\\fonts"
------------------------------------above are win8.1 registry files-----------------------------------------
win8.1 Registry-Modify the default path for the resource manager regedit