Tag: registry
599 script(s) tagged “registry”
Disable Snap Assist Suggestions (Registry Tweak)
Stops Windows from suggesting other windows to snap next to one you just moved.
Check Disable Explorer Startup Delay Registry Value (VBA)
Reads the Disable Explorer Startup Delay registry value via WScript.Shell.RegRead and reports it in a message box โ no โฆ
Disable Game Bar Startup Tips (Registry Tweak)
Stops the Game Bar from showing its startup tip panel.
Check "Enable Light Mode" Status (Batch)
Uses reg query to check the current value behind the "Enable Light Mode" tweak.
Increase Icon Cache Size (C#)
Raises the icon cache limit, useful on machines with huge numbers of shortcuts. Applies the tweak via Microsoft.Win32.Rโฆ
Check "Disable Background Apps Globally" Status
Reads the current registry value behind the "Disable Background Apps Globally" tweak so you can confirm whether it's apโฆ
Disable Taskbar Transparency (C#)
Turns off the translucent taskbar/Start menu effect for a small performance gain. Applies the tweak via Microsoft.Win32โฆ
Check "Disable Windows Spotlight on Desktop" Status (VBScript)
Reads the registry value behind the "Disable Windows Spotlight on Desktop" tweak to confirm whether it's applied.
Check "Disable Activity Feed / Timeline" Status
Reads the current registry value behind the "Disable Activity Feed / Timeline" tweak so you can confirm whether it's apโฆ
Check "Disable Fast Startup" Status (Python)
Reads the registry value behind the "Disable Fast Startup" tweak via winreg to confirm whether it's applied.
Disable Background Apps Globally
Prevents Store apps from running in the background to save resources and battery.
Disable Start Menu Suggested Apps (JScript)
Stops Windows from silently installing suggested Store apps. Applies the tweak via WScript.Shell.RegWrite (JScript syntโฆ