Tag: registry

599 script(s) tagged “registry”

๐Ÿงฐ Registry (.reg)

Disable Snap Assist Suggestions (Registry Tweak)

Stops Windows from suggesting other windows to snap next to one you just moved.

๐Ÿ“Š VBA (Excel)

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 โ€ฆ

๐Ÿงฐ Registry (.reg)

Disable Game Bar Startup Tips (Registry Tweak)

Stops the Game Bar from showing its startup tip panel.

๐Ÿ–ฅ๏ธ Batch (CMD)

Check "Enable Light Mode" Status (Batch)

Uses reg query to check the current value behind the "Enable Light Mode" tweak.

๐ŸŸฃ C# / .NET 6+

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โ€ฆ

โšก PowerShell 5.1+

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โ€ฆ

๐ŸŸฃ C# / .NET 6+

Disable Taskbar Transparency (C#)

Turns off the translucent taskbar/Start menu effect for a small performance gain. Applies the tweak via Microsoft.Win32โ€ฆ

๐Ÿ“œ VBScript (WSH)

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.

โšก PowerShell 5.1+

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โ€ฆ

๐Ÿ Python 3.10+

Check "Disable Fast Startup" Status (Python)

Reads the registry value behind the "Disable Fast Startup" tweak via winreg to confirm whether it's applied.

โšก PowerShell 5.1+

Disable Background Apps Globally

Prevents Store apps from running in the background to save resources and battery.

๐Ÿ“„ JScript (WSH)

Disable Start Menu Suggested Apps (JScript)

Stops Windows from silently installing suggested Store apps. Applies the tweak via WScript.Shell.RegWrite (JScript syntโ€ฆ