Tag: tweak

368 script(s) tagged “tweak”

🟣 C# / .NET 6+

Disable Tailored Experiences (C#)

Stops Windows from using diagnostic data to personalize tips and ads. Applies the tweak via Microsoft.Win32.Registry.

πŸ“„ JScript (WSH)

Disable Windows Consumer Features (JScript)

Stops Windows from auto-installing suggested consumer apps (requires admin). Requires an elevated (Administrator) promp…

⚑ PowerShell 5.1+

Disable News and Interests Feed

Hides the taskbar News and Interests / Widgets feed.

⚑ PowerShell 5.1+

Show Seconds in Taskbar Clock

Adds a seconds display to the taskbar clock.

πŸ“Š VBA (Excel)

Apply Disable Windows Telemetry (VBA)

Lowers the diagnostic data Windows sends to Microsoft (requires admin). Applied via WScript.Shell.RegWrite from VBA. Re…

πŸ“„ JScript (WSH)

Disable Fast Startup (JScript)

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

⚑ PowerShell 5.1+

Disable Fast Startup

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

🐍 Python 3.10+

Enable Light Mode (Python)

Reverts File Explorer and other system surfaces to light mode. Applies the tweak via the stdlib winreg module.

πŸ–₯️ Batch (CMD)

Enable Light Mode (Batch)

Reverts File Explorer and other system surfaces to light mode. Applies the tweak via reg.exe.

🟣 C# / .NET 6+

Show This PC Icon on Desktop (C#)

Adds the This PC icon back to the desktop. Applies the tweak via Microsoft.Win32.Registry.

πŸ“„ JScript (WSH)

Disable Taskbar Transparency (JScript)

Turns off the translucent taskbar/Start menu effect for a small performance gain. Applies the tweak via WScript.Shell.R…

πŸ“œ VBScript (WSH)

Disable Tailored Experiences (VBScript)

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