Tag: tweak

368 script(s) tagged “tweak”

πŸ“Š VBA (Excel)

Apply Disable Aero Shake (VBA)

Stops shaking a window from minimizing every other open window. Applied via WScript.Shell.RegWrite from VBA.

πŸ“„ JScript (WSH)

Disable Activity Feed / Timeline (JScript)

Disables the Windows Activity Feed / Timeline feature (requires admin). Requires an elevated (Administrator) prompt. Ap…

🧰 Registry (.reg)

Disable Activity Feed / Timeline (Registry Tweak)

Disables the Windows Activity Feed / Timeline feature (requires admin). Requires an elevated (Administrator) prompt.

🐍 Python 3.10+

Enable Clipboard History (Python)

Turns on Windows+V clipboard history. Applies the tweak via the stdlib winreg module.

🟣 C# / .NET 6+

Disable Start Menu Web Search (C#)

Stops the Start Menu search from including web results. Applies the tweak via Microsoft.Win32.Registry.

πŸ“œ VBScript (WSH)

Disable Cortana (VBScript)

Disables Cortana integration in Windows Search (requires admin). Requires an elevated (Administrator) prompt. Applies t…

⚑ PowerShell 5.1+

Disable Xbox Game Bar Capture

Disables background game/app capture via the Xbox Game Bar.

🐍 Python 3.10+

Disable Lock Screen (Python)

Skips straight to the sign-in screen instead of showing the lock screen (requires admin). Requires an elevated (Adminis…

⚑ PowerShell 5.1+

Enable Num Lock on Startup

Turns Num Lock on by default for every new sign-in.

πŸ“Š VBA (Excel)

Apply Align Taskbar Icons Left (VBA)

Switches the Windows 11 taskbar back to left-aligned icons. Applied via WScript.Shell.RegWrite from VBA.

πŸ“„ JScript (WSH)

Disable Autoplay for All Drives (JScript)

Disables Autoplay prompts for every drive type, including USB. Applies the tweak via WScript.Shell.RegWrite (JScript sy…

πŸ“Š VBA (Excel)

Apply Disable Windows Welcome Experience (VBA)

Disables the full-screen "suggested content" tips that appear after updates. Applied via WScript.Shell.RegWrite from VB…