Tag: per-user
481 script(s) tagged “per-user”
Check "Show Recycle Bin Icon on Desktop" Status (VBScript)
Reads the registry value behind the "Show Recycle Bin Icon on Desktop" tweak to confirm whether it's applied.
Check "Disable Taskbar Transparency" Status
Reads the current registry value behind the "Disable Taskbar Transparency" tweak so you can confirm whether it's applieβ¦
Check "Disable Taskbar Widgets Icon" Status (Batch)
Uses reg query to check the current value behind the "Disable Taskbar Widgets Icon" tweak.
Disable Aero Shake (Registry Tweak)
Stops shaking a window from minimizing every other open window.
Check "Disable Start Menu Web Search" Status (Batch)
Uses reg query to check the current value behind the "Disable Start Menu Web Search" tweak.
Disable Start Menu Web Search (VBScript)
Stops the Start Menu search from including web results. Applies the tweak via WScript.Shell.RegWrite.
Check "Hide Taskbar Search Box" Status (Batch)
Uses reg query to check the current value behind the "Hide Taskbar Search Box" tweak.
Show Hidden Files (C#)
Makes File Explorer always show hidden files and folders. Applies the tweak via Microsoft.Win32.Registry.
Show Seconds in Taskbar Clock (JScript)
Adds a seconds display to the taskbar clock. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).
Disable Balloon Tip Notifications (JScript)
Disables the small notification balloon tips in the system tray. Applies the tweak via WScript.Shell.RegWrite (JScript β¦
Check "Disable Start Menu App Suggestions" Status (VBScript)
Reads the registry value behind the "Disable Start Menu App Suggestions" tweak to confirm whether it's applied.
Check Disable Sticky Keys Shortcut Prompt Registry Value (VBA)
Reads the Disable Sticky Keys Shortcut Prompt registry value via WScript.Shell.RegRead and reports it in a message box β¦