Tag: per-user

481 script(s) tagged “per-user”

⚡ PowerShell 5.1+

Enable Clipboard History

Turns on Windows+V clipboard history.

📊 VBA (Excel)

Apply Disable Balloon Tip Notifications (VBA)

Disables the small notification balloon tips in the system tray. Applied via WScript.Shell.RegWrite from VBA.

🐍 Python 3.10+

Disable Aero Shake (Python)

Stops shaking a window from minimizing every other open window. Applies the tweak via the stdlib winreg module.

⚡ PowerShell 5.1+

Disable Windows Tips & Suggestions

Stops Windows from showing tips and suggestions notifications.

📜 VBScript (WSH)

Check "Disable Recent Documents History" Status (VBScript)

Reads the registry value behind the "Disable Recent Documents History" tweak to confirm whether it's applied.

📄 JScript (WSH)

Disable Windows Tips & Suggestions (JScript)

Stops Windows from showing tips and suggestions notifications. Applies the tweak via WScript.Shell.RegWrite (JScript sy…

🧰 Registry (.reg)

Disable Taskbar Transparency (Registry Tweak)

Turns off the translucent taskbar/Start menu effect for a small performance gain.

🐍 Python 3.10+

Check "Disable Feedback Notifications" Status (Python)

Reads the registry value behind the "Disable Feedback Notifications" tweak via winreg to confirm whether it's applied.

📊 VBA (Excel)

Apply Show This PC Icon on Desktop (VBA)

Adds the This PC icon back to the desktop. Applied via WScript.Shell.RegWrite from VBA.

🐍 Python 3.10+

Check "Disable Snap Assist Suggestions" Status (Python)

Reads the registry value behind the "Disable Snap Assist Suggestions" tweak via winreg to confirm whether it's applied.

📜 VBScript (WSH)

Disable Taskbar Chat Icon (VBScript)

Removes the Chat/Teams icon from the Windows 11 taskbar. Applies the tweak via WScript.Shell.RegWrite.

📜 VBScript (WSH)

Show Recycle Bin Icon on Desktop (VBScript)

Adds the Recycle Bin icon back to the desktop. Applies the tweak via WScript.Shell.RegWrite.