Tag: tweak

368 script(s) tagged “tweak”

🟣 C# / .NET 6+

Disable Windows Tips & Suggestions (C#)

Stops Windows from showing tips and suggestions notifications. Applies the tweak via Microsoft.Win32.Registry.

🐍 Python 3.10+

Disable Explorer Startup Delay (Python)

Removes the artificial delay before startup apps launch. Applies the tweak via the stdlib winreg module.

📊 VBA (Excel)

Apply Disable Snap Assist Suggestions (VBA)

Stops Windows from suggesting other windows to snap next to one you just moved. Applied via WScript.Shell.RegWrite from…

⚡ PowerShell 5.1+

Disable Recent Documents History

Stops Windows from tracking recently opened documents.

📄 JScript (WSH)

Disable Sticky Keys Shortcut Prompt (JScript)

Stops the Sticky Keys dialog from popping up when Shift is pressed 5 times. Applies the tweak via WScript.Shell.RegWrit…

🐍 Python 3.10+

Disable Taskbar Transparency (Python)

Turns off the translucent taskbar/Start menu effect for a small performance gain. Applies the tweak via the stdlib winr…

📜 VBScript (WSH)

Disable Autoplay for All Drives (VBScript)

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

📄 JScript (WSH)

Disable Lock Screen (JScript)

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

📜 VBScript (WSH)

Disable Remote Assistance (VBScript)

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

⚡ PowerShell 5.1+

Disable Start Menu App Suggestions

Turns off sponsored app suggestions in the Start menu.

🖥️ Batch (CMD)

Disable Lock Screen Notifications (Batch)

Stops app notifications from appearing on the lock screen. Applies the tweak via reg.exe.

📊 VBA (Excel)

Apply Disable Lock Screen (VBA)

Skips straight to the sign-in screen instead of showing the lock screen (requires admin). Applied via WScript.Shell.Reg…