Tag: per-user

481 script(s) tagged “per-user”

⚡ PowerShell 5.1+

Disable Autoplay for All Drives

Disables Autoplay prompts for every drive type, including USB.

📄 JScript (WSH)

Show Hidden Files (JScript)

Makes File Explorer always show hidden files and folders. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).

🐍 Python 3.10+

Hide Taskbar Search Box (Python)

Hides the search box on the taskbar, leaving just an icon or nothing. Applies the tweak via the stdlib winreg module.

📄 JScript (WSH)

Disable Storage Sense Low-Space Notifications (JScript)

Silences low-disk-space notifications from Storage Sense. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).

🟣 C# / .NET 6+

Disable Start Menu App Suggestions (C#)

Turns off sponsored app suggestions in the Start menu. Applies the tweak via Microsoft.Win32.Registry.

🟣 C# / .NET 6+

Enable Clipboard History (C#)

Turns on Windows+V clipboard history. Applies the tweak via Microsoft.Win32.Registry.

📜 VBScript (WSH)

Check "Disable Start Menu Web Search" Status (VBScript)

Reads the registry value behind the "Disable Start Menu Web Search" tweak to confirm whether it's applied.

⚡ PowerShell 5.1+

Check "Enable Dark Mode" Status

Reads the current registry value behind the "Enable Dark Mode" tweak so you can confirm whether it's applied.

🖥️ Batch (CMD)

Check "Disable Explorer Startup Delay" Status (Batch)

Uses reg query to check the current value behind the "Disable Explorer Startup Delay" tweak.

⚡ PowerShell 5.1+

Disable Window Animations

Disables minimize/maximize window animations for a snappier feel.

📊 VBA (Excel)

Apply Disable Bing Search Suggestions (VBA)

Stops the taskbar search box from showing web/Bing suggestions. Applied via WScript.Shell.RegWrite from VBA.

⚡ PowerShell 5.1+

Hide Taskbar Search Box

Hides the search box on the taskbar, leaving just an icon or nothing.