Tag: per-user
481 script(s) tagged “per-user”
Disable Autoplay for All Drives (Registry Tweak)
Disables Autoplay prompts for every drive type, including USB.
Disable Bing Search Suggestions (C#)
Stops the taskbar search box from showing web/Bing suggestions. Applies the tweak via Microsoft.Win32.Registry.
Align Taskbar Icons Left (Registry Tweak)
Switches the Windows 11 taskbar back to left-aligned icons.
Disable Window Animations (VBScript)
Disables minimize/maximize window animations for a snappier feel. Applies the tweak via WScript.Shell.RegWrite.
Check Disable Taskbar Chat Icon Registry Value (VBA)
Reads the Disable Taskbar Chat Icon registry value via WScript.Shell.RegRead and reports it in a message box β no Powerβ¦
Disable Recent Documents History (JScript)
Stops Windows from tracking recently opened documents. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).
Disable Game Bar Startup Tips (JScript)
Stops the Game Bar from showing its startup tip panel. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).
Check "Disable Lock Screen Notifications" Status (Python)
Reads the registry value behind the "Disable Lock Screen Notifications" tweak via winreg to confirm whether it's applieβ¦
Check "Show Seconds in Taskbar Clock" Status (Batch)
Uses reg query to check the current value behind the "Show Seconds in Taskbar Clock" tweak.
Show Hidden Files (Batch)
Makes File Explorer always show hidden files and folders. Applies the tweak via reg.exe.
Disable Snap Assist Suggestions (Batch)
Stops Windows from suggesting other windows to snap next to one you just moved. Applies the tweak via reg.exe.
Hide Taskbar Search Box (C#)
Hides the search box on the taskbar, leaving just an icon or nothing. Applies the tweak via Microsoft.Win32.Registry.