Last active
November 16, 2025 08:28
-
-
Save Secret-Rabbit/bfa0631c63cb0738eeda0edd6d9face5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Windows Registry Editor Version 5.00 | |
| ; USE AT YOUR OWN RISK! | |
| ; USE AT YOUR OWN RISK! | |
| ; USE AT YOUR OWN RISK! | |
| ; Enable NegotiateDH2048_AES256 encryption | |
| [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RasMan\Parameters] | |
| "NegotiateDH2048_AES256" = dword:00000001 | |
| [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize] | |
| ; Enable dark theme for apps | |
| "AppsUseLightTheme" = dword:00000000 | |
| ; Disable Accent Color on Start and Taskbar | |
| "ColorPrevalence" = dword:00000000 | |
| ; Disable transparency | |
| "EnableTransparency" = dword:00000000 | |
| ; Enable dark theme for system | |
| "SystemUsesLightTheme" = dword:00000000 | |
| [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] | |
| "HideFileExt" = dword:00000000 | |
| "IconSizePreference" = dword:00000002 | |
| ; Enable combine when taskbar is full dor other displays | |
| "MMTaskbarGlomLevel " = dword:00000001 | |
| ; Disable taskbar animations | |
| "TaskbarAl" = dword:00000000 | |
| ; Enable combine when taskbar is full | |
| "TaskbarGlomLevel" = dword:00000001 | |
| "TaskbarSmallIcons" = dword:00000001 | |
| ; Disable people button Windows 10 | |
| [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\People] | |
| "PeopleBand" = dword:00000000 | |
| ; Mandatory requirement yo enable.reg | |
| [HKEY_CURRENT_USER\Software\Microsoft\Spelling\Options] | |
| "ru-RU:StrictYoh" = dword:00000001 | |
| ; EnableClipboardHistory | |
| [HKEY_CURRENT_USER\Software\Microsoft\Clipboard] | |
| "EnableClipboardHistory" = dword:00000001 | |
| [HKEY_CURRENT_USER\Control Panel\Desktop] | |
| "MenuShowDelay" = dword:00000000 | |
| ; Disable Privacy Settings Experience at sign-in | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\OOBE] | |
| "DisablePrivacyExperience" = dword:00000000 | |
| ; Bypass Microsoft Geoblocking | |
| [HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\ExperimentConfigs\Ecs] | |
| "CountryCode" = "std::wstring|RU" | |
| ; Disable Windows Defender Remote Credential Guard | |
| [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa] | |
| "LsaCfgFlags" = dword:00000000 | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DeviceGuard] | |
| "LsaCfgFlags" = dword:00000000 | |
| ; Hiding the Insider Program section in settings | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost\UI\Visibility] | |
| "HideInsiderPage" = dword:00000001 | |
| ; Disable activity timeline | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System] | |
| "EnableActivityFeed"=dword:00000000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment