From LedHed's Wiki
Line 25: | Line 25: | ||
=== Reference === | === Reference === | ||
http://www.askvg.com/fix-drives-appearing-twice-in-navigation-pane-of-windows-10-explorer-this-pc/ | http://www.askvg.com/fix-drives-appearing-twice-in-navigation-pane-of-windows-10-explorer-this-pc/ | ||
+ | |||
+ | |||
+ | |||
+ | === Remove OneDrive from Explorer === | ||
+ | '''Win 10 Pro, Enterprise, or Edu''' | ||
+ | #[WIN+R] gpedit.msc | ||
+ | #Local Computer Policy\Computer Configuration\Administrative Templates\Windows Components\OneDrive -> Enabled | ||
+ | |||
+ | '''Win 10 (Non domain versions)''' | ||
+ | There are reg hacks to accomplish this, see reference article below. | ||
+ | |||
+ | === Reference === | ||
+ | http://www.howtogeek.com/225973/how-to-disable-onedrive-and-remove-it-from-file-explorer-on-windows-10/ | ||
+ | |||
[[Category:Windows]] | [[Category:Windows]] |
Revision as of 18:16, 25 February 2016
Contents
Remove Quick Access from Windows Explorer
Change View Options
- [WIN+E] -> View -> Options -> "Change Folder Options" -> Open File Explorer to: "This PC"
Registry Permissions
- Make local Admin account Owner of HKEY_CLASSES_ROOT\CLSID{679f85cb-0220-4080-b29b-5540cc05aab6}
- Grant Administrators "Full Control"
- Change Attributes DWORD to a0600000
- (Optional) Revert permissions on HKEY_CLASSES_ROOT\CLSID{679f85cb-0220-4080-b29b-5540cc05aab6}, remove "Full Control" and make SYSTEM the owner again.
Apply Changes
- Reboot or Kill explorer.exe in task manager and re-launch.
Reference
http://www.windowscentral.com/how-remove-quick-access-file-explorer-windows-10
Duplicate Drives in Explorer
Delete the following Registry Keys:
- HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\DelegateFolders
- HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\DelegateFolders
Reference
http://www.askvg.com/fix-drives-appearing-twice-in-navigation-pane-of-windows-10-explorer-this-pc/
Remove OneDrive from Explorer
Win 10 Pro, Enterprise, or Edu
- [WIN+R] gpedit.msc
- Local Computer Policy\Computer Configuration\Administrative Templates\Windows Components\OneDrive -> Enabled
Win 10 (Non domain versions) There are reg hacks to accomplish this, see reference article below.