Tag: registry

599 script(s) tagged “registry”

⚡ PowerShell 5.1+

Check "Enable Num Lock on Startup" Status

Reads the current registry value behind the "Enable Num Lock on Startup" tweak so you can confirm whether it's applied.

⚡ PowerShell 5.1+

Disable Start Menu Web Search

Stops the Start Menu search from including web results.

⚡ PowerShell 5.1+

Enable Dark Mode

Switches File Explorer and other system surfaces to dark mode.

🐍 Python 3.10+

Check "Show Seconds in Taskbar Clock" Status (Python)

Reads the registry value behind the "Show Seconds in Taskbar Clock" tweak via winreg to confirm whether it's applied.

🐍 Python 3.10+

Disable Window Animations (Python)

Disables minimize/maximize window animations for a snappier feel. Applies the tweak via the stdlib winreg module.

🖥️ Batch (CMD)

Disable Balloon Tip Notifications (Batch)

Disables the small notification balloon tips in the system tray. Applies the tweak via reg.exe.

📄 JScript (WSH)

Disable Cortana (JScript)

Disables Cortana integration in Windows Search (requires admin). Requires an elevated (Administrator) prompt. Applies t…

🐍 Python 3.10+

Check "Disable Background Apps Globally" Status (Python)

Reads the registry value behind the "Disable Background Apps Globally" tweak via winreg to confirm whether it's applied.

📜 VBScript (WSH)

Disable Balloon Tip Notifications (VBScript)

Disables the small notification balloon tips in the system tray. Applies the tweak via WScript.Shell.RegWrite.

🖥️ Batch (CMD)

Disable Xbox Game Bar Capture (Batch)

Disables background game/app capture via the Xbox Game Bar. Applies the tweak via reg.exe.

🟣 C# / .NET 6+

Align Taskbar Icons Left (C#)

Switches the Windows 11 taskbar back to left-aligned icons. Applies the tweak via Microsoft.Win32.Registry.