Tag: tweak

368 script(s) tagged “tweak”

🟣 C# / .NET 6+

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.

📄 JScript (WSH)

Show Recycle Bin Icon on Desktop (JScript)

Adds the Recycle Bin icon back to the desktop. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).

🟣 C# / .NET 6+

Disable Autoplay for All Drives (C#)

Disables Autoplay prompts for every drive type, including USB. Applies the tweak via Microsoft.Win32.Registry.

⚡ PowerShell 5.1+

Align Taskbar Icons Left

Switches the Windows 11 taskbar back to left-aligned icons.

⚡ PowerShell 5.1+

Disable Game Bar Startup Tips

Stops the Game Bar from showing its startup tip panel.

🧰 Registry (.reg)

Enable Clipboard History (Registry Tweak)

Turns on Windows+V clipboard history.

🐍 Python 3.10+

Disable Taskbar Chat Icon (Python)

Removes the Chat/Teams icon from the Windows 11 taskbar. Applies the tweak via the stdlib winreg module.

📄 JScript (WSH)

Enable Num Lock on Startup (JScript)

Turns Num Lock on by default for every new sign-in. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).

📄 JScript (WSH)

Disable Start Menu App Suggestions (JScript)

Turns off sponsored app suggestions in the Start menu. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).

🟣 C# / .NET 6+

Disable Activity Feed / Timeline (C#)

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

📜 VBScript (WSH)

Disable Game Bar Startup Tips (VBScript)

Stops the Game Bar from showing its startup tip panel. Applies the tweak via WScript.Shell.RegWrite.

📜 VBScript (WSH)

Disable Start Menu App Suggestions (VBScript)

Turns off sponsored app suggestions in the Start menu. Applies the tweak via WScript.Shell.RegWrite.