Tag: per-user
481 script(s) tagged “per-user”
Apply Disable Balloon Tip Notifications (VBA)
Disables the small notification balloon tips in the system tray. Applied via WScript.Shell.RegWrite from VBA.
Disable Aero Shake (Python)
Stops shaking a window from minimizing every other open window. Applies the tweak via the stdlib winreg module.
Disable Windows Tips & Suggestions
Stops Windows from showing tips and suggestions notifications.
Check "Disable Recent Documents History" Status (VBScript)
Reads the registry value behind the "Disable Recent Documents History" tweak to confirm whether it's applied.
Disable Windows Tips & Suggestions (JScript)
Stops Windows from showing tips and suggestions notifications. Applies the tweak via WScript.Shell.RegWrite (JScript sy…
Disable Taskbar Transparency (Registry Tweak)
Turns off the translucent taskbar/Start menu effect for a small performance gain.
Check "Disable Feedback Notifications" Status (Python)
Reads the registry value behind the "Disable Feedback Notifications" tweak via winreg to confirm whether it's applied.
Apply Show This PC Icon on Desktop (VBA)
Adds the This PC icon back to the desktop. Applied via WScript.Shell.RegWrite from VBA.
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.
Disable Taskbar Chat Icon (VBScript)
Removes the Chat/Teams icon from the Windows 11 taskbar. Applies the tweak via WScript.Shell.RegWrite.
Show Recycle Bin Icon on Desktop (VBScript)
Adds the Recycle Bin icon back to the desktop. Applies the tweak via WScript.Shell.RegWrite.