These are some guides for various use.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
905 B

  1. # File explorer
  2. ## Cleanup
  3. The windows file explorer comes with OneDrive and Shortcuts attached to the left-hand side of the window.
  4. There is no easy way to remove it, so you have to make changes to the registry.
  5. ### Remove Onedrive Shortcut
  6. - `win-r` - open the run command
  7. - insert `regedit` to the opened window
  8. - in the registry-editor navigate to `Computer/HKEY_CLASSES_ROOT/CLSID/018D5C66-4533-4307-9B53-224DE2ED1FE6`
  9. - Change `System.isPinnedToNameSpaceTree` to `0`
  10. Of course you can change it back to `1` to reenable it.
  11. ### Remove Quickaccess
  12. - `win-r` - open the run command
  13. - insert `regedit` to the opened window
  14. - in the registry-editor navigate to `Computer/HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Explorer`
  15. - Add a new DWORD-Entry with the name `HubMode` and set its value to `0`
  16. Of course you can change it back to `1` or just remove the entry to reenable it.