Tag: tweak

368 script(s) tagged “tweak”

πŸ“Š VBA (Excel)

Apply Disable Recent Documents History (VBA)

Stops Windows from tracking recently opened documents. Applied via WScript.Shell.RegWrite from VBA.

🧰 Registry (.reg)

Increase Icon Cache Size (Registry Tweak)

Raises the icon cache limit, useful on machines with huge numbers of shortcuts.

⚑ PowerShell 5.1+

Disable Activity Feed / Timeline

Disables the Windows Activity Feed / Timeline feature (requires admin). Requires an elevated (Administrator) prompt.

🟣 C# / .NET 6+

Disable Taskbar Widgets Icon (C#)

Removes the Widgets icon from the Windows 11 taskbar. Applies the tweak via Microsoft.Win32.Registry.

πŸ“Š VBA (Excel)

Apply Disable Lock Screen Notifications (VBA)

Stops app notifications from appearing on the lock screen. Applied via WScript.Shell.RegWrite from VBA.

🐍 Python 3.10+

Disable Start Menu Web Search (Python)

Stops the Start Menu search from including web results. Applies the tweak via the stdlib winreg module.

🟣 C# / .NET 6+

Show Seconds in Taskbar Clock (C#)

Adds a seconds display to the taskbar clock. Applies the tweak via Microsoft.Win32.Registry.

🧰 Registry (.reg)

Disable Start Menu App Suggestions (Registry Tweak)

Turns off sponsored app suggestions in the Start menu.

πŸ“œ VBScript (WSH)

Disable Recent Documents History (VBScript)

Stops Windows from tracking recently opened documents. Applies the tweak via WScript.Shell.RegWrite.

πŸ“Š VBA (Excel)

Apply Increase Icon Cache Size (VBA)

Raises the icon cache limit, useful on machines with huge numbers of shortcuts. Applied via WScript.Shell.RegWrite from…

πŸ“„ JScript (WSH)

Disable Taskbar Chat Icon (JScript)

Removes the Chat/Teams icon from the Windows 11 taskbar. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).

πŸ“œ VBScript (WSH)

Disable Bing Search Suggestions (VBScript)

Stops the taskbar search box from showing web/Bing suggestions. Applies the tweak via WScript.Shell.RegWrite.