Tag: per-user
481 script(s) tagged “per-user”
Check Disable Autoplay for All Drives Registry Value (VBA)
Reads the Disable Autoplay for All Drives registry value via WScript.Shell.RegRead and reports it in a message box β noβ¦
Disable Balloon Tip Notifications
Disables the small notification balloon tips in the system tray.
Apply Disable Start Menu Suggested Apps (VBA)
Stops Windows from silently installing suggested Store apps. Applied via WScript.Shell.RegWrite from VBA.
Check "Disable Start Menu Web Search" Status
Reads the current registry value behind the "Disable Start Menu Web Search" tweak so you can confirm whether it's appliβ¦
Check "Increase Icon Cache Size" Status (Python)
Reads the registry value behind the "Increase Icon Cache Size" tweak via winreg to confirm whether it's applied.
Enable Dark Mode (C#)
Switches File Explorer and other system surfaces to dark mode. Applies the tweak via Microsoft.Win32.Registry.
Disable Start Menu Suggested Apps (C#)
Stops Windows from silently installing suggested Store apps. Applies the tweak via Microsoft.Win32.Registry.
Disable Aero Shake (Batch)
Stops shaking a window from minimizing every other open window. Applies the tweak via reg.exe.
Check "Disable Aero Shake" Status (Python)
Reads the registry value behind the "Disable Aero Shake" tweak via winreg to confirm whether it's applied.
Apply Show Hidden Files (VBA)
Makes File Explorer always show hidden files and folders. Applied via WScript.Shell.RegWrite from VBA.
Apply Enable Clipboard History (VBA)
Turns on Windows+V clipboard history. Applied via WScript.Shell.RegWrite from VBA.
Check "Disable Start Menu App Suggestions" Status (Batch)
Uses reg query to check the current value behind the "Disable Start Menu App Suggestions" tweak.