Tag: tweak

368 script(s) tagged “tweak”

πŸ–₯️ Batch (CMD)

Disable Taskbar Widgets Icon (Batch)

Removes the Widgets icon from the Windows 11 taskbar. Applies the tweak via reg.exe.

🐍 Python 3.10+

Enable Num Lock on Startup (Python)

Turns Num Lock on by default for every new sign-in. Applies the tweak via the stdlib winreg module.

πŸ“„ JScript (WSH)

Disable First Logon Animation (JScript)

Skips the "Hi, we are setting things up for you" first-logon animation (requires admin). Requires an elevated (Administ…

πŸ“œ VBScript (WSH)

Disable Lock Screen (VBScript)

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

πŸ“„ JScript (WSH)

Disable Windows Spotlight on Desktop (JScript)

Turns off the Windows Spotlight rotating desktop background feature. Applies the tweak via WScript.Shell.RegWrite (JScr…

πŸ–₯️ Batch (CMD)

Disable News and Interests Feed (Batch)

Hides the taskbar News and Interests / Widgets feed. Applies the tweak via reg.exe.

πŸ“Š VBA (Excel)

Apply Disable Sticky Keys Shortcut Prompt (VBA)

Stops the Sticky Keys dialog from popping up when Shift is pressed 5 times. Applied via WScript.Shell.RegWrite from VBA.

🧰 Registry (.reg)

Disable Feedback Notifications (Registry Tweak)

Stops Windows from periodically asking for feedback.

🧰 Registry (.reg)

Disable Background Apps Globally (Registry Tweak)

Prevents Store apps from running in the background to save resources and battery.

πŸ“„ JScript (WSH)

Disable Tailored Experiences (JScript)

Stops Windows from using diagnostic data to personalize tips and ads. Applies the tweak via WScript.Shell.RegWrite (JSc…

πŸ“Š VBA (Excel)

Apply Disable Start Menu App Suggestions (VBA)

Turns off sponsored app suggestions in the Start menu. Applied via WScript.Shell.RegWrite from VBA.

🟣 C# / .NET 6+

Disable Fast Startup (C#)

Disables Fast Startup, useful when dual-booting or troubleshooting shutdowns (requires admin). Requires an elevated (Ad…