Tag: registry

599 script(s) tagged “registry”

📜 VBScript (WSH)

Check "Enable Light Mode" Status (VBScript)

Reads the registry value behind the "Enable Light Mode" tweak to confirm whether it's applied.

🖥️ Batch (CMD)

Check "Disable Feedback Notifications" Status (Batch)

Uses reg query to check the current value behind the "Disable Feedback Notifications" tweak.

📄 JScript (WSH)

Disable Tailored Experiences (JScript)

Stops Windows from using diagnostic data to personalize tips and ads. Applies the tweak via WScript.Shell.RegWrite (JSc…

📊 VBA (Excel)

Apply Disable Start Menu App Suggestions (VBA)

Turns off sponsored app suggestions in the Start menu. Applied via WScript.Shell.RegWrite from VBA.

🟣 C# / .NET 6+

Disable Fast Startup (C#)

Disables Fast Startup, useful when dual-booting or troubleshooting shutdowns (requires admin). Requires an elevated (Ad…

📜 VBScript (WSH)

Check "Disable Fast Startup" Status (VBScript)

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

🐍 Python 3.10+

Disable Game Bar Startup Tips (Python)

Stops the Game Bar from showing its startup tip panel. Applies the tweak via the stdlib winreg module.

🧰 Registry (.reg)

Disable Start Menu Suggested Apps (Registry Tweak)

Stops Windows from silently installing suggested Store apps.

📜 VBScript (WSH)

Disable Feedback Notifications (VBScript)

Stops Windows from periodically asking for feedback. Applies the tweak via WScript.Shell.RegWrite.

📜 VBScript (WSH)

Disable Aero Shake (VBScript)

Stops shaking a window from minimizing every other open window. Applies the tweak via WScript.Shell.RegWrite.

🖥️ Batch (CMD)

Check "Enable Num Lock on Startup" Status (Batch)

Uses reg query to check the current value behind the "Enable Num Lock on Startup" tweak.

📊 VBA (Excel)

Apply Disable Windows Spotlight on Desktop (VBA)

Turns off the Windows Spotlight rotating desktop background feature. Applied via WScript.Shell.RegWrite from VBA.