Tag: tweak
368 script(s) tagged “tweak”
Disable Remote Assistance (Batch)
Disables the ability for others to remotely assist this PC (requires admin). Requires an elevated (Administrator) promp…
Disable Aero Shake (Batch)
Stops shaking a window from minimizing every other open window. Applies the tweak via reg.exe.
Apply Enable Win32 Long Paths (VBA)
Lifts the legacy 260-character MAX_PATH limit for apps that opt in (requires admin). Applied via WScript.Shell.RegWrite…
Apply Show Hidden Files (VBA)
Makes File Explorer always show hidden files and folders. Applied via WScript.Shell.RegWrite from VBA.
Apply Enable Clipboard History (VBA)
Turns on Windows+V clipboard history. Applied via WScript.Shell.RegWrite from VBA.
Disable Windows Welcome Experience (VBScript)
Disables the full-screen "suggested content" tips that appear after updates. Applies the tweak via WScript.Shell.RegWri…
Disable Window Animations (Batch)
Disables minimize/maximize window animations for a snappier feel. Applies the tweak via reg.exe.
Apply Disable Feedback Notifications (VBA)
Stops Windows from periodically asking for feedback. Applied via WScript.Shell.RegWrite from VBA.
Disable Snap Assist Suggestions (Python)
Stops Windows from suggesting other windows to snap next to one you just moved. Applies the tweak via the stdlib winreg…
Disable First Logon Animation (Python)
Skips the "Hi, we are setting things up for you" first-logon animation (requires admin). Requires an elevated (Administ…
Enable Num Lock on Startup (C#)
Turns Num Lock on by default for every new sign-in. Applies the tweak via Microsoft.Win32.Registry.
Apply Show Recycle Bin Icon on Desktop (VBA)
Adds the Recycle Bin icon back to the desktop. Applied via WScript.Shell.RegWrite from VBA.