Tag: tweak
368 script(s) tagged “tweak”
Disable Windows Tips & Suggestions (C#)
Stops Windows from showing tips and suggestions notifications. Applies the tweak via Microsoft.Win32.Registry.
Disable Explorer Startup Delay (Python)
Removes the artificial delay before startup apps launch. Applies the tweak via the stdlib winreg module.
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…
Disable Recent Documents History
Stops Windows from tracking recently opened documents.
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…
Disable Taskbar Transparency (Python)
Turns off the translucent taskbar/Start menu effect for a small performance gain. Applies the tweak via the stdlib winr…
Disable Autoplay for All Drives (VBScript)
Disables Autoplay prompts for every drive type, including USB. Applies the tweak via WScript.Shell.RegWrite.
Disable Lock Screen (JScript)
Skips straight to the sign-in screen instead of showing the lock screen (requires admin). Requires an elevated (Adminis…
Disable Remote Assistance (VBScript)
Disables the ability for others to remotely assist this PC (requires admin). Requires an elevated (Administrator) promp…
Disable Start Menu App Suggestions
Turns off sponsored app suggestions in the Start menu.
Disable Lock Screen Notifications (Batch)
Stops app notifications from appearing on the lock screen. Applies the tweak via reg.exe.
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…