Tag: tweak

368 script(s) tagged “tweak”

πŸ“œ VBScript (WSH)

Disable Start Menu Suggested Apps (VBScript)

Stops Windows from silently installing suggested Store apps. Applies the tweak via WScript.Shell.RegWrite.

⚑ 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.

🐍 Python 3.10+

Disable Remote Assistance (Python)

Disables the ability for others to remotely assist this PC (requires admin). Requires an elevated (Administrator) promp…

🟣 C# / .NET 6+

Enable Clipboard History (C#)

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

🧰 Registry (.reg)

Enable Win32 Long Paths (Registry Tweak)

Lifts the legacy 260-character MAX_PATH limit for apps that opt in (requires admin). Requires an elevated (Administrato…

⚑ 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.