• Skip to primary navigation
  • Skip to main content

TweakHound

Computer stuff...

  • Home
  • Windows XP
  • Windows Vista
  • Windows 7
  • Windows 8
  • Windows 10
  • Linux
  • Tweak Guides
  • Site Info
    • About
    • About Me
    • TweakHound’s World
    • Contact
    • My Computers
    • Old Articles
    • Privacy Policy
    • Old Index
    • Advanced Search

Tweaking Windows 10

December 9, 2015, 17:33(EST) By Eric (a.k.a. TweakHound)

Regedit Only Tweaks

WARNING
These are registry files. This is for advanced users only.
This version is for DESKTOPS only.
These are tweaks that can only be done with a registry file.
If you are not familiar with using registry files, see: How to add, modify, or delete registry subkeys and values by using a .reg file

Backup your computer before you apply these tweaks. SYSTEM IMAGE PREFERRED.

No whining!

Please do not steal my work, give credit where it is due!

Please share your tweaks and be sure to include where you got the info.

I have uploaded these files to my Mediafire account for you:
http://www.mediafire.com/file/dt1r8jzv95f6d8u/th_my_win10_tweaks_2.zip

– – – – – – – – – – BEGIN REG FILE – – – – – – – – – –

Windows Registry Editor Version 5.00
; by TweakHound, https://www.tweakhound.com/, version 1.0 10AUG2015
; This Win10 tweaks file is for DESKTOPS ONLY.
; Read through this before using.
; BACKUP BEFORE USING. You’ve been warned!

; – – – – Power & Performance – – – –
; Disable Hibernate
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power]
“HibernateEnabled”=dword:00000000

; Turn off Fast Startup
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Power]
“HiberbootEnabled”=dword:00000000

; – – – – Misc – – – –

; Windows Update disable P2P
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DeliveryOptimization\Config]
“DODownloadMode”=dword:00000000

; Disable Cortana
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search]
“AllowCortana”=dword:00000000

; – – – – Desktop – – – –

; Make desktop menus snappier
[HKEY_CURRENT_USER\Control Panel\Desktop]
“MenuShowDelay”=”200”

; – – – – Taskbar – – – –

; Taskbar, Show all icons in taskbar
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer]
“EnableAutoTray”=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
“NavPaneShowAllFolders”=dword:00000001
; Taskbar, Hide Task View Button

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
“ShowTaskViewButton”=dword:00000000

; Taskbar, Hide Search
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Search]
“SearchboxTaskbarMode”=dword:00000000

; – – – – EXPLORER – – – –

; Explorer show all folders
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
“NavPaneShowAllFolders”=dword:00000001

; Remove Is Shortcut text
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
“link”=hex:00,00,00,00

; Explorer Show file extensions
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
“HideFileExt”=dword:00000000

; Explorer, Show hidden files
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
“Hidden”=dword:00000001

; Explorer, Remove OneDrive icon
[HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}]
“System.IsPinnedToNameSpaceTree”=dword:00000000

[HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}]
“System.IsPinnedToNameSpaceTree”=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\OneDrive]
“DisableFileSyncNGSC”=dword:00000001

; Explorer, open to This PC
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
“LaunchTo”=dword:00000001

; – – – – – – – –

; Explorer, Open Command Windows here
[-HKEY_CLASSES_ROOT\Directory\shell\runas]
[HKEY_CLASSES_ROOT\Directory\shell\runas]
@=”Open Command Window Here as Administrator”
“HasLUAShield”=””
[HKEY_CLASSES_ROOT\Directory\shell\runas\command]
@=”cmd.exe /s /k pushd \”%V\””
[-HKEY_CLASSES_ROOT\Directory\Background\shell\runas]
[HKEY_CLASSES_ROOT\Directory\Background\shell\runas]
@=”Open Command Window Here as Administrator”
“HasLUAShield”=””
[HKEY_CLASSES_ROOT\Directory\Background\shell\runas\command]
@=”cmd.exe /s /k pushd \”%V\””
[-HKEY_CLASSES_ROOT\Drive\shell\runas]
[HKEY_CLASSES_ROOT\Drive\shell\runas]
@=”Open Command Window Here as Administrator”
“HasLUAShield”=””
[HKEY_CLASSES_ROOT\Drive\shell\runas\command]
@=”cmd.exe /s /k pushd \”%V\””

; – – – – – – – –
; Explorer, Add Take Ownership to right-click options
[HKEY_CLASSES_ROOT\*\shell\takeownership]
@=”Take ownership”
“HasLUAShield”=””
“NoWorkingDirectory”=””
[HKEY_CLASSES_ROOT\*\shell\takeownership\command]
@=”cmd.exe /c takeown /f \”%1\” && icacls \”%1\” /grant administrators:F”
“IsolatedCommand”=”cmd.exe /c takeown /f \”%1\” && icacls \”%1\” /grant administrators:F”
[HKEY_CLASSES_ROOT\exefile\shell\takeownership]
@=”Take ownership”
“HasLUAShield”=””
“NoWorkingDirectory”=””
[HKEY_CLASSES_ROOT\exefile\shell\takeownership\command]
@=”cmd.exe /c takeown /f \”%1\” && icacls \”%1\” /grant administrators:F”
“IsolatedCommand”=”cmd.exe /c takeown /f \”%1\” && icacls \”%1\” /grant administrators:F”
[HKEY_CLASSES_ROOT\Directory\shell\takeownership]
@=”Take ownership”
“HasLUAShield”=””
“NoWorkingDirectory”=””
[HKEY_CLASSES_ROOT\Directory\shell\takeownership\command]
@=”cmd.exe /c takeown /f \”%1\” /r /d y && icacls \”%1\” /grant administrators:F /t”
“IsolatedCommand”=”cmd.exe /c takeown /f \”%1\” /r /d y && icacls \”%1\” /grant administrators:F /t”
[HKEY_CLASSES_ROOT\dllfile\shell\takeownership]
@=”Take ownership”
“HasLUAShield”=””
“NoWorkingDirectory”=””
[HKEY_CLASSES_ROOT\dllfile\shell\takeownership\command]
@=”cmd.exe /c takeown /f \”%1\” && icacls \”%1\” /grant administrators:F”
“IsolatedCommand”=”cmd.exe /c takeown /f \”%1\” && icacls \”%1\” /grant administrators:F”

– – – – – – – – – – END REG FILE – – – – – – – – – –
win10_tg_b

Next >>>

Pages: Page 1 Page 2 Page 3 Page 4 Page 5 Page 6 Page 7 Page 8 Page 9 Page 10 Page 11 Page 12 Page 13 Page 14 Page 15 Page 16 Page 17 Page 18 Page 19 Page 20 Page 21

Tagged With: How-To's, This Site, Windows 10

Reader Interactions

Comments

  1. Paradise says

    December 10, 2015, 13:59(EST) at 13:59

    I think Classic Shell is far superior to anything out there and free.

  2. JackL says

    December 11, 2015, 14:07(EST) at 14:07

    Hi Eric,

    Excellent job. I will have to re-read the whole thing again… My favorite is moving all the DOCS, Pix and Misc. to a separate drive. In this way, I can do more frequent OS backups that will not fill the backup drive too fast.

    Issues on my end:
    1. When I try to change Geolocation Service to AUTOMATIC, I get “the system cannot find the file specified”. Any suggestions?
    2. On your tweaks p. 13, you have more options. On Shutdown settings, I only have SLEEP and LOCK. You additionally have: Turn on fast startup and Hibernate. Are you running Win 10 Enterprise?

    Suggestion: It would be great to compile everything into a PDF file that can serve as desktop reference.

    • Eric (a.k.a. TweakHound) says

      December 13, 2015, 08:58(EST) at 08:58

      Geolocation: https://technet.microsoft.com/en-us/windows/dn764773.aspx?f=255&MSPPError=-2147217396
      Shutdown settings may vary depending on setup.
      PDF: https://www.tweakhound.com/buy-tweaking-windows-10/

    • Robert Medley says

      March 12, 2016, 10:41(EST) at 10:41

      This is funny and just for a point of reference I have worked in IT primarily in Computer and Network installation, support, maintenance for 21 years now and have read Eric’s guides since Windows XP as it is one of the easiest ways to get great info on the manipulation of Operating systems and he is about as complete as it gets.

      Anyway the way I organize my files is on seperate hard drives internally and with USB media containers most often now (I have 2 64 Gb’s I use and on 256 GB one as well given to me by Corsair. My computer is set up with 3 hard drives (which I would like to grow to 5 with two or 7 in raid sets in 0,1 and 10 (0,1 being options with 5 and 10 being with 7). The first of course is the OS drive otherwise generally known as C:\ and the other two are P:\ programs, and M:\Media which I organize relatively often and I have backups and everything of course external from the OS drive which is also a Corsair Pro SSD and the things on it are often used, and active programs such as Office etcetera but not generally big saves (I like to keep SSD’s relatively light in volume)!

  3. Kelly says

    December 12, 2015, 11:22(EST) at 11:22

    Two things…
    1) Excellent job Eric! One thing I miss is the Logoff, Shutdown, and Restart tiles to which I pin to my taskbar…But hey that’s just me..
    2) Might as well make it a sixer…LOL

  4. Ray says

    December 12, 2015, 22:34(EST) at 22:34

    Excellent work! This really takes all the “mystery” out of running and securing this OS…at least for me. A quick “typo” to correct. On page 3, when copying the GOD MODE title, the space between the period after the word MODE, and the first parentheses has to be removed for it to work.
    Thank you again for all your hard work!

    • Eric (a.k.a. TweakHound) says

      December 13, 2015, 08:46(EST) at 08:46

      Fixed. Thanks!

  5. JackL says

    January 13, 2016, 12:48(EST) at 12:48

    Defragment and optimize your drives bug

    There is a bug in Win 10, V 1511 build 10586.17 setting for “defragment and optimize your drives”. If I turn my HDD defrag schedule to ON, my SSD gets switched on too. If I turn OFF SSD defrag, HDD defrag is also turned off. I have defrag for all drives turned off turned OFF and will do it manually.

  6. danielson says

    March 30, 2016, 09:30(EDT) at 09:30

    I have 8Gs of RAM on a 32bit Windows with SSD on a laptop and it boots twice as fast (average 30 sec.) as Windows 10 32 or 64bit (1 min. +) – and Windows 32 bit can only use 4Gs of RAM max.!

    Same programs and all drivers all up to date on both so go figure!

    • Eric (a.k.a. TweakHound) says

      March 30, 2016, 11:41(EDT) at 11:41

      https://msdn.microsoft.com/en-us/library/windows/desktop/aa366778%28v=vs.85%29.aspx

TweakHound - Optimize Your Computing Experience! TweakHound - Optimize Your Computing Experience!

Copyright 2002-2025 by Eric Vaughan All material contain here is the property of the materials owner. Windows, Windows XP, Windows Vista, Windows Seven, Windows 8, Windows 10, Windows 11, Microsoft, and all associated logos are trademarks/property of Microsoft. You may not use or copy any material from tweakhound.com without expressed written permission. Hotlinking to any material within this site is forbidden. Privacy Policy