Tag: per-user

481 script(s) tagged “per-user”

πŸ“Š VBA (Excel)

Check Enable Clipboard History Registry Value (VBA)

Reads the Enable Clipboard History registry value via WScript.Shell.RegRead and reports it in a message box β€” no PowerS…

πŸ“œ VBScript (WSH)

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

Reads the registry value behind the "Enable Num Lock on Startup" tweak to confirm whether it's applied.

πŸ“œ VBScript (WSH)

Check "Disable Windows Tips & Suggestions" Status (VBScript)

Reads the registry value behind the "Disable Windows Tips & Suggestions" tweak to confirm whether it's applied.

⚑ 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.

🐍 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.