Tag: registry

599 script(s) tagged “registry”

⚡ PowerShell 5.1+

Disable Fast Startup

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

⚡ PowerShell 5.1+

Check "Disable Lock Screen Notifications" Status

Reads the current registry value behind the "Disable Lock Screen Notifications" tweak so you can confirm whether it's a…

🐍 Python 3.10+

Enable Light Mode (Python)

Reverts File Explorer and other system surfaces to light mode. Applies the tweak via the stdlib winreg module.

🐍 Python 3.10+

Check "Enable Win32 Long Paths" Status (Python)

Reads the registry value behind the "Enable Win32 Long Paths" tweak via winreg to confirm whether it's applied.

📊 VBA (Excel)

Check Disable Windows Tips & Suggestions Registry Value (VBA)

Reads the Disable Windows Tips & Suggestions registry value via WScript.Shell.RegRead and reports it in a message box —…

🖥️ Batch (CMD)

Check "Disable Xbox Game Bar Capture" Status (Batch)

Uses reg query to check the current value behind the "Disable Xbox Game Bar Capture" tweak.

🖥️ Batch (CMD)

Enable Light Mode (Batch)

Reverts File Explorer and other system surfaces to light mode. Applies the tweak via reg.exe.

🟣 C# / .NET 6+

Show This PC Icon on Desktop (C#)

Adds the This PC icon back to the desktop. Applies the tweak via Microsoft.Win32.Registry.

📄 JScript (WSH)

Disable Taskbar Transparency (JScript)

Turns off the translucent taskbar/Start menu effect for a small performance gain. Applies the tweak via WScript.Shell.R…

📜 VBScript (WSH)

Disable Tailored Experiences (VBScript)

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

🖥️ Batch (CMD)

Disable Windows Spotlight on Desktop (Batch)

Turns off the Windows Spotlight rotating desktop background feature. Applies the tweak via reg.exe.

🐍 Python 3.10+

Check "Show This PC Icon on Desktop" Status (Python)

Reads the registry value behind the "Show This PC Icon on Desktop" tweak via winreg to confirm whether it's applied.