Windows 10 registry tweaks

Discussion in 'Windows 10' started by LordJippo, Mar 21, 2020.

?

I Like :) or I No Like :(

  1. cool

    26 vote(s)
    81.3%
  2. crap

    6 vote(s)
    18.8%
  1. LordJippo

    LordJippo MDL Novice

    Mar 20, 2020
    9
    13
    0
    #1 LordJippo, Mar 21, 2020
    Last edited: Mar 23, 2020
    Some Windows 10 registry tweaks I put together for OS optimization and gaming performance

    Just copy/paste code to filename.reg file and execute that file.

    [OPTIMIZATION TWEAKS]

    Windows Dark Theme [default=00000001]
    Code:
    Windows Registry Editor Version 5.00
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Themes\Personalize]
    "AppsUseLightTheme"=dword:00000000
    
    UnHide File Extensions [default=00000001
    Code:
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
    "HideFileExt"=dword:00000000
    
    Completely turn off automatic updates [default="NoAutoUpdate"=dword:00000000]
    Code:
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
    "NoAutoUpdate"=dword:00000001
    
    Disable OneDrive Integration [default="DisableFileSyncNGSC"=-"
    Code:
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\OneDrive]
    "DisableFileSyncNGSC"=dword:00000001
    
    Add open with Notepad to context menu
    Code:
    Windows Registry Editor Version 5.00
    [HKEY_CLASSES_ROOT\*\shell\Open with Notepad]
    [HKEY_CLASSES_ROOT\*\shell\Open with Notepad\command]
    @="notepad.exe %1"
    
    Add Copy/Move Menus to context menu
    Code:
    Windows Registry Editor Version 5.00
    [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy to]
    @="{C2FBB630-2971-11D1-A18C-00C04FD75D13}"
    [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Move to]
    @="{C2FBB631-2971-11D1-A18C-00C04FD75D13}"
    
    Remember my Explorer views
    Code:
    Windows Registry Editor Version 5.00
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
    "NoSaveSettings"=dword:00000000
    
    Don't add "-Shortcut" text to the name of newly created shortcuts
    Code:
    Windows Registry Editor Version 5.00
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
    "link"=hex:00,00,00,00
    ; default adding = "link"=hex:1e,00,00,00
    
    Remove the Windows 10 Action Center Sidebar [default=00000001
    Code:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ImmersiveShell]
    "UseActionCenterExperience"=dword:00000000
    

    All the above OPTIMIZATION tweaks put together
    Code:
    Windows Registry Editor Version 5.00
    
    ; -- Dark Theme [default=00000001] --
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Themes\Personalize]
    "AppsUseLightTheme"=dword:00000000
    
    ; -- UnHide File Extensions --
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
    "HideFileExt"=dword:00000000
    
    ; -- Completely turn off automatic updates [default="NoAudoUpdate"=dword:00000000] --
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
    "NoAutoUpdate"=dword:00000001
    
    ;-- Disable OneDrive Integration in Windows 10  [default="DisableFileSyncNGSC"=-] --
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\OneDrive]
    "DisableFileSyncNGSC"=dword:00000001
    
    ; -- Add open with Notepad to context menu --
    [HKEY_CLASSES_ROOT\*\shell\Open with Notepad]
    [HKEY_CLASSES_ROOT\*\shell\Open with Notepad\command]
    @="notepad.exe %1"
    
    ; -- Add Copy/Move Menus to Windows Explorer --
    [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy to]
    @="{C2FBB630-2971-11D1-A18C-00C04FD75D13}"
    [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Move to]
    @="{C2FBB631-2971-11D1-A18C-00C04FD75D13}"
    
    ; -- Remember my Explorer views --
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
    "NoSaveSettings"=dword:00000000
    
    ; -- Don't add "-Shortcut" text to the name of newly created shortcuts --
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
    "link"=hex:00,00,00,00
    ; default adding = "link"=hex:1e,00,00,00
    
    ; -- Remove the Windows 10 Action Center Sidebar [default=00000001]--
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ImmersiveShell]
    "UseActionCenterExperience"=dword:00000000
    




    [PERFORMANCE TWEAKS]

    Don't slow down search by including all public folders
    Code:
    Windows Registry Editor Version 5.00
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
    "Start_SearchFiles"=dword:00000001
    
    Adjust Windows Menu Animations Duration [default=400]
    Code:
    Windows Registry Editor Version 5.00
    [HKEY_CURRENT_USER\Control Panel\Desktop]
    "MenuShowDelay"="200"
    
    Disable Thumbsdb on network drives
    Code:
    Windows Registry Editor Version 5.00
    [HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer]
    "DisableThumbsDBOnNetworkFolders"=dword:00000001
    
    SpeedUp logon
    Code:
    Windows Registry Editor Version 5.00
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Serialize]
    "StartupDelayInMSec"=dword:00000000
    
    Increase GPU priority to games
    Code:
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\Games]
    "Scheduling Category"="High"
    "SFIO Priority"="High"
    "Background Only"="False"
    "Priority"=dword:00000001
    "Clock Rate"=dword:00002710
    "GPU Priority"=dword:00000001
    "Affinity"=dword:00000000
    
    Reduce latency/ping in some games [remove network throttling / increase CPU utilization]
    Code:
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile]
    "NetworkThrottlingIndex"=dword:ffffffff
    "SystemResponsiveness"=dword:0000000
    

    All the above PERFORMANCE tweaks put together
    Code:
    Windows Registry Editor Version 5.00
    
    ; -- Don't slow down search by including all public folders --
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
    "Start_SearchFiles"=dword:00000001
    
    ; -- Adjust Windows Menu Animations Duration [default=400] --
    [HKEY_CURRENT_USER\Control Panel\Desktop]
    "MenuShowDelay"="200"
    
    ; -- Disable Thumbsdb on network drives --
    [HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer]
    "DisableThumbsDBOnNetworkFolders"=dword:00000001
    
    ; -- SpeedUp logon --
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Serialize]
    "StartupDelayInMSec"=dword:00000000
    
    ; -- Increase GPU priority to games --
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\Games]
    "Scheduling Category"="High"
    "SFIO Priority"="High"
    "Background Only"="False"
    "Priority"=dword:00000001
    "Clock Rate"=dword:00002710
    "GPU Priority"=dword:00000001
    "Affinity"=dword:00000000
    
    ; -- reduce latency/ping in some games [remove network  throttling / increase CPU utilization] --
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile]
    "NetworkThrottlingIndex"=dword:ffffffff
    "SystemResponsiveness"=dword:0000000
    
     
  2. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,349
    7,068
    210
    Are you sure on that? Shouldn't it be NoAutoUpdate?
     
  3. LordJippo

    LordJippo MDL Novice

    Mar 20, 2020
    9
    13
    0
    Great catch there Carlos, thanks I fixed and updated above code!
     
  4. AveYo

    AveYo MDL Expert

    Feb 10, 2009
    1,836
    5,693
    60
    I was reading that as NoAyudoUpdate and I'm not even Spanish :rolleyes:
    Other than that,
    the GPU priority and the reduce latency stuff are text-book "don't just flip values because you can" - might have worked for someone a long time away, but for most it will just increase the potential for trashing mess,
    the long HKEY_CURRENT_USER vs. HKCU are a waste of space even if it's just 512 bytes, it's 512 wasted bytes,
    using a retard poll,
    and the orange titles are killing me on the classic forum theme, so -4.
    Add to that 3 points for trying, posting something fresh (nobody cares if it's re-hashed) and actually taking the time to properly format the post, so -1, not bad! not bad at all! Do continue at it. ;)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,349
    7,068
    210
    Polls just attract trolls. There is already a Like feature, just count the Likes below your post. No need for polls. I don't like them in general (personal thing).

    The orange color doesn't bug me, I'm using MDL Classic, together with a color inverting extension, so I get a nice dark Classic theme. The problem is that probably every kind of color is guaranteed to clash with at least one of the themes...
     
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,761
    450
    That's why @Yen recently asked to not play with the colors to much, only to highlight important words, specially those who use black fonts, it's unreadable for dark material theme users.
     
  7. Yen

    Yen Admin
    Staff Member

    May 6, 2007
    13,081
    13,979
    340
    #7 Yen, Mar 22, 2020
    Last edited: Mar 22, 2020
    When using no additional color tags, the default black font on bright background themes such as MDL classic and material is inverted automatically when switching to the dark themes.

    But...as soon as one uses own color tags all the colors remain unchanged at any theme! Links have their own default color, though.

    If you want a perfect post I suggest to change the themes and check beforehand how the post is looking...

    The mentioned orange looks good on dark backgrounds. On the bright background themes it's well readable, but is not very high in contrast.
    (I am using MDL classic, it's my theme ported from vbulletin and improved):D

    Edit: The blue chosen by OP is hardly readable on the dark themes.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. TubFarter

    TubFarter MDL Novice

    May 18, 2017
    29
    8
    0
    I'm just curious about that Increase GPU priority to games tweak. Is there anyway to verify this works? The only thing I see in task manager is Base Priority for running applications.
     
  9. tistou77

    tistou77 MDL Expert

    Mar 22, 2008
    1,827
    573
    60
    Thanks for sharing
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Thomas Dubreuil

    Thomas Dubreuil MDL Senior Member

    Aug 29, 2017
    363
    620
    10
    #12 Thomas Dubreuil, Mar 27, 2020
    Last edited: Mar 27, 2020
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. LordJippo

    LordJippo MDL Novice

    Mar 20, 2020
    9
    13
    0

    Sorry cannot post links yet, but if you google this "[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\Games]" the first link is a reddit link, there was some good info there.

    I personally did notice a slight improvement on the graphics playing worldofwarships
     
  12. AveYo

    AveYo MDL Expert

    Feb 10, 2009
    1,836
    5,693
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...