-
-
Save Randy420Marsh/b0fcdf45ee603addb48c4c7e401a1c47 to your computer and use it in GitHub Desktop.
Registry Tweaks Windows 10/11 not fully tested!
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! | |
| ;Tweaked version of Tweaks.reg from https://gist.github.com/trongtinh1212/caa7d00188626d9188f69e781fee82d8 | |
| ;EnableUltimatePerformancePowerPlanScheme.bat | |
| ;powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61 | |
| ;Disable dot8.3 for potentially huge improvements in filesystem speed on servers | |
| ;disableDot8.3.bat | |
| ;fsutil.exe behavior set disable8dot3 1 | |
| ;fsutil 8dot3name set 1 | |
| ;fsutil 8dot3name strip /s C: | |
| ;FSUTIL.EXE 8dot3name set C: 1 | |
| ;Improves system responsiveness and network speed. | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile] | |
| "SystemResponsiveness"=dword:00000001 | |
| "NetworkThrottlingIndex"=dword:ffffffff | |
| ;Maintenance Disabled. | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\Maintenance] | |
| "MaintenanceDisabled"=dword:00000001 | |
| ;Slightly improves RAM management and overall system speed. | |
| [HKEY_CURRENT_USER\Control Panel\Desktop] | |
| "AutoEndTasks"="0" | |
| "HungAppTimeout"="4000" | |
| "MenuShowDelay"="0" | |
| "WaitToKillAppTimeout"="5000" | |
| "LowLevelHooksTimeout"="1000" | |
| ;Disables unnecessary features present in the Explorer. | |
| [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] | |
| "NoLowDiskSpaceChecks"=dword:00000001 | |
| "LinkResolveIgnoreLinkInfo"=dword:00000001 | |
| "NoResolveSearch"=dword:00000001 | |
| "NoResolveTrack"=dword:00000001 | |
| "NoInternetOpenWith"=dword:00000001 | |
| ;Speeds up Shut Down time. | |
| [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control] | |
| "WaitToKillServiceTimeout"="6000" | |
| ;Resolves a memory leak in windows 10 through Registry. | |
| [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Ndu] | |
| "Start"=dword:00000004 | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender] | |
| "DisableAntiSpyware"=dword:00000001 | |
| ;Turn off LargeSystemCache | |
| [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management] | |
| "LargeSystemCache"=dword:00000001 | |
| ;Disable Cortana | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search] | |
| "AllowCortana"=dword:00000000 | |
| "DisableWebSearch"=dword:00000001 | |
| "ConnectedSearchUseWeb"=dword:00000000 | |
| "ConnectedSearchUseWebOverMeteredConnections"=dword:00000000 | |
| [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search] | |
| "DeviceHistoryEnabled"=dword:00000000 | |
| "HistoryViewEnabled"=dword:00000000 | |
| "AllowSearchToUseLocation"=dword:00000000 | |
| "BingSearchEnabled"=dword:00000000 | |
| "CortanaConsent"=dword:00000000 | |
| ;Disable mitigations | |
| [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management] | |
| "FeatureSettings"=dword:00000000 | |
| "FeatureSettingsOverrideMask"=dword:00000003 | |
| "FeatureSettingsOverride"=dword:00000003 | |
| [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Kernel] | |
| "DisableTsx"=dword:00000000 | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Virtualization] | |
| -"MinVmVersionForCpuBasedMitigations"="1.0" | |
| ;Disable Power Throttling | |
| [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerThrottling] | |
| "PowerThrottlingOff"=dword:00000001 | |
| ;Zero Startup Delay | |
| [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Serialize] | |
| "StartupDelayInMSec"=dword:00000000 | |
| ;Disable Windows App tracking to improve Start and Search Results | |
| [HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\EdgeUI] | |
| "DisableMFUTracking"=dword:00000001 | |
| ;This will make the taskbar clock show seconds | |
| [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced] | |
| "ShowSecondsInSystemClock"=dword:00000001 | |
| ;Disable Windows Error Reporting | |
| [HKEY_CURRENT_USER\Software\Microsoft\Windows\Windows Error Reporting] | |
| "Disabled"=dword:00000001 | |
| ;Increase Taskbar Transparency Level | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced] | |
| "UseOLEDTaskbarTransparency"=dword:00000001 | |
| ; Disables app suggestions on start | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CloudContent] | |
| "DisableWindowsConsumerFeatures"=dword:00000001 | |
| ;Disable windows dvr | |
| [HKEY_CURRENT_USER\System\GameConfigStore] | |
| "GameDVR_Enabled"=dword:00000000 | |
| "GameDVR_FSEBehaviorMode"=dword:00000000 | |
| "GameDVR_HonorUserFSEBehaviorMode"=dword:00000000 | |
| "GameDVR_DXGIHonorFSEWindowsCompatible"=dword:00000000 | |
| "GameDVR_EFSEFeatureFlags"=dword:00000000 | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\ApplicationManagement\AllowGameDVR] | |
| "value"=dword:00000000 | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\GameDVR] | |
| "AllowGameDVR"=dword:00000000 | |
| [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\GameDVR] | |
| "AppCaptureEnabled"=dword:00000000 | |
| ;Add custom edge new tab page | |
| ; Bogus MDM Enrollment - Key 1 of 2 | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Enrollments\FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF] | |
| "EnrollmentState"=dword:00000001 | |
| "EnrollmentType"=dword:00000000 | |
| "IsFederated"=dword:00000000 | |
| ; Bogus MDM-Enrollment - Key 2 of 2 | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Provisioning\OMADM\Accounts\FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF] | |
| "Flags"=dword:00d6fb7f | |
| "AcctUId"="0x000000000000000000000000000000000000000000000000000000000000000000000000" | |
| "RoamingCount"=dword:00000000 | |
| "SslClientCertReference"="MY;User;0000000000000000000000000000000000000000" | |
| "ProtoVer"="1.2" | |
| ; Set New Tab Page URL | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge\Recommended] | |
| "NewTabPageLocation"="edge://discards/" | |
| ;Add poweroptions regarding windows rdp disconnection making system to shut down | |
| ;instead of just disconnecting... | |
| ;Disable "System unattended sleep timeout by setting the value to 0" | |
| ;and | |
| ; | |
| [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\238C9FA8-0AAD-41ED-83F4-97BE242C8F20\7bc4a2f9-d8fc-4469-b07b-33eb785aaca0] | |
| "Attributes"=dword:00000002 | |
| ;Add Console lock display off timeout under Power options > Display | |
| [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\7516b95f-f776-4464-8c53-06167f40cc99\8ec4b3a5-6868-48c2-be75-4f3044be88a7] | |
| "Attributes"=dword:00000002 | |
| ;Disable some datacollection | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DataCollection] | |
| "LimitDiagnosticLogCollection"=dword:00000001 | |
| "DisableOneSettingsDownloads"=dword:00000001 | |
| "DoNotShowFeedbackNotifications"=dword:00000001 | |
| "AllowTelemetry"=dword:00000000 | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Spynet] | |
| "SpyNetReporting"=dword:00000000 | |
| "SubmitSamplesConsent"=dword:00000000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment