• 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
    • Contact
    • My Computers
    • Old Articles
    • Privacy Policy
    • Old Index
    • Advanced Search

Tweaking Windows 10 – Version 20H2

December 30, 2020, 09:26(EST) By Eric (a.k.a. TweakHound) 6 Comments

Regedit Only Tweaks

WARNING
These are registry files. These tweaks are 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 – – – – – – – – – –

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 Page 22

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

Reader Interactions

Comments

  1. Arjen says

    December 30, 2020, 15:18(EST) at 15:18

    Hi Eric,

    Thanks for a masterpiece again.
    I have posted about your guide in my favorite security forum: malwaretips.com

    Reply
  2. Shaneel says

    December 31, 2020, 03:53(EST) at 03:53

    Appreciate the hard work you put in.

    Thank you

    Reply
  3. steve says

    January 1, 2021, 17:28(EST) at 17:28

    I went through it page by page. Nicely done.

    Reply
  4. Edward Kiefer says

    January 10, 2021, 13:42(EST) at 13:42

    I notice in your Wise Disk cleaner part your showing version 8, there at version X which has Windows WinSxS (not show in version 8).
    not a big deal but thought I mention it.

    Reply
  5. Steve B says

    January 15, 2021, 18:20(EST) at 18:20

    Hey Eric,

    I guess gone are the days where we would pour thru Black Viper’s tables to figure out what to disable. Kudos to BV of course, but it’s nice we don’t have to worry about Windows services all that much anymore.

    I would recommend disabling 2 additional services — Remote Registry (maybe I’m old school and this doesn’t matter anymore, but the name of the service is still downright scary), and Connected User Experience & Telemetry (thanks but no thanks MSFT).

    Great guide and thanks as always for your efforts,
    Steve

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

      January 16, 2021, 07:37(EST) at 07:37

      Thanks Steve. Remote Registry is disabled by default. Connected User Experiences and Telemetry is taken care of here via O&O Shutup10.

      Reply

Comment Policy:
-You do not need an account or login to anything to comment.
-Comments are not posted until moderated and are filtered using Akismet among other things.
-NO POLITICS (unless post is political in nature.)
-Comments are closed after a time to cut down on spam.
-In addition the following comments will be deleted: trolling, posted in the wrong topic, bashing other people, profanity, links to adult or other questionable sites.
-Once you click submit your IP address is recorded (it is NOT posted...unless, perhaps, you violate the rules). FYI - All sites do this, I just tell you about it.
-The comment section is not a way to contact me. See here for that.
-In the end it is my site and not a public forum. I will decide what I do and do not want posted here.

Leave a Reply Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

TweakHound - Optimize Your Computing Experience!

TweakHound - Optimize Your Computing Experience!

Copyright 2002-2021 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, 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