Tag: tweak
368 script(s) tagged “tweak”
Hide Taskbar Search Box (JScript)
Hides the search box on the taskbar, leaving just an icon or nothing. Applies the tweak via WScript.Shell.RegWrite (JScβ¦
Enable Light Mode
Reverts File Explorer and other system surfaces to light mode.
Disable Taskbar Widgets Icon (Registry Tweak)
Removes the Widgets icon from the Windows 11 taskbar.
Enable Win32 Long Paths (C#)
Lifts the legacy 260-character MAX_PATH limit for apps that opt in (requires admin). Requires an elevated (Administratoβ¦
Disable Window Animations (C#)
Disables minimize/maximize window animations for a snappier feel. Applies the tweak via Microsoft.Win32.Registry.
Show Recycle Bin Icon on Desktop (Python)
Adds the Recycle Bin icon back to the desktop. Applies the tweak via the stdlib winreg module.
Apply Enable Dark Mode (VBA)
Switches File Explorer and other system surfaces to dark mode. Applied via WScript.Shell.RegWrite from VBA.
Disable First Logon Animation (C#)
Skips the "Hi, we are setting things up for you" first-logon animation (requires admin). Requires an elevated (Administβ¦
Disable Lock Screen Notifications (VBScript)
Stops app notifications from appearing on the lock screen. Applies the tweak via WScript.Shell.RegWrite.
Apply Hide Taskbar Search Box (VBA)
Hides the search box on the taskbar, leaving just an icon or nothing. Applied via WScript.Shell.RegWrite from VBA.
Disable News and Interests Feed (JScript)
Hides the taskbar News and Interests / Widgets feed. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).