Tag: per-user
481 script(s) tagged “per-user”
Disable Taskbar Widgets Icon (Registry Tweak)
Removes the Widgets icon from the Windows 11 taskbar.
Disable Window Animations (C#)
Disables minimize/maximize window animations for a snappier feel. Applies the tweak via Microsoft.Win32.Registry.
Check "Enable Clipboard History" Status (Python)
Reads the registry value behind the "Enable Clipboard History" tweak via winreg to confirm whether it's applied.
Show Recycle Bin Icon on Desktop (Python)
Adds the Recycle Bin icon back to the desktop. Applies the tweak via the stdlib winreg module.
Apply Enable Dark Mode (VBA)
Switches File Explorer and other system surfaces to dark mode. Applied via WScript.Shell.RegWrite from VBA.
Check "Disable Bing Search Suggestions" Status (Batch)
Uses reg query to check the current value behind the "Disable Bing Search Suggestions" tweak.
Check "Enable Dark Mode" Status (Batch)
Uses reg query to check the current value behind the "Enable Dark Mode" tweak.
Check Disable Feedback Notifications Registry Value (VBA)
Reads the Disable Feedback Notifications registry value via WScript.Shell.RegRead and reports it in a message box — no …
Disable Lock Screen Notifications (VBScript)
Stops app notifications from appearing on the lock screen. Applies the tweak via WScript.Shell.RegWrite.
Check "Disable Tailored Experiences" Status (Batch)
Uses reg query to check the current value behind the "Disable Tailored Experiences" tweak.
Apply Hide Taskbar Search Box (VBA)
Hides the search box on the taskbar, leaving just an icon or nothing. Applied via WScript.Shell.RegWrite from VBA.