Tag: per-user

481 script(s) tagged “per-user”

πŸ“œ 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.

πŸ“„ JScript (WSH)

Disable Window Animations (JScript)

Disables minimize/maximize window animations for a snappier feel. Applies the tweak via WScript.Shell.RegWrite (JScript…

πŸ“Š VBA (Excel)

Check Disable News and Interests Feed Registry Value (VBA)

Reads the Disable News and Interests Feed registry value via WScript.Shell.RegRead and reports it in a message box β€” no…

πŸ“Š VBA (Excel)

Check Enable Dark Mode Registry Value (VBA)

Reads the Enable Dark Mode registry value via WScript.Shell.RegRead and reports it in a message box β€” no PowerShell or …

🐍 Python 3.10+

Enable Dark Mode (Python)

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

πŸ–₯️ Batch (CMD)

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

Uses reg query to check the current value behind the "Disable Windows Tips & Suggestions" tweak.

🐍 Python 3.10+

Disable Feedback Notifications (Python)

Stops Windows from periodically asking for feedback. Applies the tweak via the stdlib winreg module.

πŸ“Š VBA (Excel)

Check Disable Window Animations Registry Value (VBA)

Reads the Disable Window Animations registry value via WScript.Shell.RegRead and reports it in a message box β€” no Power…

⚑ PowerShell 5.1+

Disable Explorer Startup Delay

Removes the artificial delay before startup apps launch.

🧰 Registry (.reg)

Show Seconds in Taskbar Clock (Registry Tweak)

Adds a seconds display to the taskbar clock.