Tag: tweak

368 script(s) tagged “tweak”

๐Ÿงฐ Registry (.reg)

Disable Balloon Tip Notifications (Registry Tweak)

Disables the small notification balloon tips in the system tray.

๐Ÿงฐ Registry (.reg)

Disable Taskbar Chat Icon (Registry Tweak)

Removes the Chat/Teams icon from the Windows 11 taskbar.

๐Ÿ Python 3.10+

Disable Windows Telemetry (Python)

Lowers the diagnostic data Windows sends to Microsoft (requires admin). Requires an elevated (Administrator) prompt. Apโ€ฆ

๐Ÿงฐ Registry (.reg)

Disable Snap Assist Suggestions (Registry Tweak)

Stops Windows from suggesting other windows to snap next to one you just moved.

๐Ÿงฐ Registry (.reg)

Disable Game Bar Startup Tips (Registry Tweak)

Stops the Game Bar from showing its startup tip panel.

๐ŸŸฃ C# / .NET 6+

Increase Icon Cache Size (C#)

Raises the icon cache limit, useful on machines with huge numbers of shortcuts. Applies the tweak via Microsoft.Win32.Rโ€ฆ

๐ŸŸฃ C# / .NET 6+

Disable Taskbar Transparency (C#)

Turns off the translucent taskbar/Start menu effect for a small performance gain. Applies the tweak via Microsoft.Win32โ€ฆ

โšก PowerShell 5.1+

Disable Background Apps Globally

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

๐Ÿ“„ JScript (WSH)

Disable Start Menu Suggested Apps (JScript)

Stops Windows from silently installing suggested Store apps. Applies the tweak via WScript.Shell.RegWrite (JScript syntโ€ฆ

๐Ÿ Python 3.10+

Align Taskbar Icons Left (Python)

Switches the Windows 11 taskbar back to left-aligned icons. Applies the tweak via the stdlib winreg module.

๐Ÿงฐ Registry (.reg)

Disable Recent Documents History (Registry Tweak)

Stops Windows from tracking recently opened documents.

๐Ÿ“Š VBA (Excel)

Apply Disable Autoplay for All Drives (VBA)

Disables Autoplay prompts for every drive type, including USB. Applied via WScript.Shell.RegWrite from VBA.