Tag: tweak

368 script(s) tagged “tweak”

πŸ“Š VBA (Excel)

Apply Disable Windows Consumer Features (VBA)

Stops Windows from auto-installing suggested consumer apps (requires admin). Applied via WScript.Shell.RegWrite from VB…

🐍 Python 3.10+

Disable Storage Sense Low-Space Notifications (Python)

Silences low-disk-space notifications from Storage Sense. Applies the tweak via the stdlib winreg module.

πŸ–₯️ Batch (CMD)

Align Taskbar Icons Left (Batch)

Switches the Windows 11 taskbar back to left-aligned icons. Applies the tweak via reg.exe.

πŸ“Š VBA (Excel)

Apply Show Seconds in Taskbar Clock (VBA)

Adds a seconds display to the taskbar clock. Applied via WScript.Shell.RegWrite from VBA.

🧰 Registry (.reg)

Disable Windows Spotlight on Desktop (Registry Tweak)

Turns off the Windows Spotlight rotating desktop background feature.

πŸ“œ VBScript (WSH)

Enable Dark Mode (VBScript)

Switches File Explorer and other system surfaces to dark mode. Applies the tweak via WScript.Shell.RegWrite.

πŸ–₯️ Batch (CMD)

Disable Taskbar Transparency (Batch)

Turns off the translucent taskbar/Start menu effect for a small performance gain. Applies the tweak via reg.exe.

πŸ“Š VBA (Excel)

Apply Disable Tailored Experiences (VBA)

Stops Windows from using diagnostic data to personalize tips and ads. Applied via WScript.Shell.RegWrite from VBA.

πŸ–₯️ Batch (CMD)

Enable Dark Mode (Batch)

Switches File Explorer and other system surfaces to dark mode. Applies the tweak via reg.exe.

πŸ“Š VBA (Excel)

Apply Disable First Logon Animation (VBA)

Skips the "Hi, we are setting things up for you" first-logon animation (requires admin). Applied via WScript.Shell.RegW…

🟣 C# / .NET 6+

Enable Light Mode (C#)

Reverts File Explorer and other system surfaces to light mode. Applies the tweak via Microsoft.Win32.Registry.

πŸ“œ VBScript (WSH)

Disable Taskbar Widgets Icon (VBScript)

Removes the Widgets icon from the Windows 11 taskbar. Applies the tweak via WScript.Shell.RegWrite.