Tag: per-user

481 script(s) tagged “per-user”

πŸ“Š VBA (Excel)

Check Disable Start Menu App Suggestions Registry Value (VBA)

Reads the Disable Start Menu App Suggestions registry value via WScript.Shell.RegRead and reports it in a message box —…

πŸ“œ VBScript (WSH)

Disable Game Bar Startup Tips (VBScript)

Stops the Game Bar from showing its startup tip panel. Applies the tweak via WScript.Shell.RegWrite.

πŸ“œ VBScript (WSH)

Disable Start Menu App Suggestions (VBScript)

Turns off sponsored app suggestions in the Start menu. Applies the tweak via WScript.Shell.RegWrite.

🐍 Python 3.10+

Disable Xbox Game Bar Capture (Python)

Disables background game/app capture via the Xbox Game Bar. Applies the tweak via the stdlib winreg module.

🐍 Python 3.10+

Check "Disable Storage Sense Low-Space Notifications" Status (Python)

Reads the registry value behind the "Disable Storage Sense Low-Space Notifications" tweak via winreg to confirm whether…

πŸ“œ VBScript (WSH)

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

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

πŸ“œ VBScript (WSH)

Align Taskbar Icons Left (VBScript)

Switches the Windows 11 taskbar back to left-aligned icons. Applies the tweak via WScript.Shell.RegWrite.

πŸ–₯️ Batch (CMD)

Check "Disable Window Animations" Status (Batch)

Uses reg query to check the current value behind the "Disable Window Animations" tweak.

πŸ“œ VBScript (WSH)

Check "Disable Storage Sense Low-Space Notifications" Status (VBScript)

Reads the registry value behind the "Disable Storage Sense Low-Space Notifications" tweak to confirm whether it's appli…

🐍 Python 3.10+

Disable Balloon Tip Notifications (Python)

Disables the small notification balloon tips in the system tray. Applies the tweak via the stdlib winreg module.

πŸ“Š VBA (Excel)

Apply Enable Light Mode (VBA)

Reverts File Explorer and other system surfaces to light mode. Applied via WScript.Shell.RegWrite from VBA.

πŸ“Š VBA (Excel)

Apply Disable Window Animations (VBA)

Disables minimize/maximize window animations for a snappier feel. Applied via WScript.Shell.RegWrite from VBA.