Tag: tweak

368 script(s) tagged “tweak”

🖥️ Batch (CMD)

Disable Remote Assistance (Batch)

Disables the ability for others to remotely assist this PC (requires admin). Requires an elevated (Administrator) promp…

🖥️ Batch (CMD)

Disable Aero Shake (Batch)

Stops shaking a window from minimizing every other open window. Applies the tweak via reg.exe.

📊 VBA (Excel)

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…

📊 VBA (Excel)

Apply Show Hidden Files (VBA)

Makes File Explorer always show hidden files and folders. Applied via WScript.Shell.RegWrite from VBA.

📊 VBA (Excel)

Apply Enable Clipboard History (VBA)

Turns on Windows+V clipboard history. Applied via WScript.Shell.RegWrite from VBA.

📜 VBScript (WSH)

Disable Windows Welcome Experience (VBScript)

Disables the full-screen "suggested content" tips that appear after updates. Applies the tweak via WScript.Shell.RegWri…

🖥️ Batch (CMD)

Disable Window Animations (Batch)

Disables minimize/maximize window animations for a snappier feel. Applies the tweak via reg.exe.

📊 VBA (Excel)

Apply Disable Feedback Notifications (VBA)

Stops Windows from periodically asking for feedback. Applied via WScript.Shell.RegWrite from VBA.

🐍 Python 3.10+

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…

🐍 Python 3.10+

Disable First Logon Animation (Python)

Skips the "Hi, we are setting things up for you" first-logon animation (requires admin). Requires an elevated (Administ…

🟣 C# / .NET 6+

Enable Num Lock on Startup (C#)

Turns Num Lock on by default for every new sign-in. Applies the tweak via Microsoft.Win32.Registry.

📊 VBA (Excel)

Apply Show Recycle Bin Icon on Desktop (VBA)

Adds the Recycle Bin icon back to the desktop. Applied via WScript.Shell.RegWrite from VBA.