Tag: registry

599 script(s) tagged “registry”

🐍 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…

⚡ PowerShell 5.1+

Check "Disable Windows Tips & Suggestions" Status

Reads the current registry value behind the "Disable Windows Tips & Suggestions" tweak so you can confirm whether it's …

🟣 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.

🐍 Python 3.10+

Disable Windows Welcome Experience (Python)

Disables the full-screen "suggested content" tips that appear after updates. Applies the tweak via the stdlib winreg mo…

🟣 C# / .NET 6+

Disable Recent Documents History (C#)

Stops Windows from tracking recently opened documents. Applies the tweak via Microsoft.Win32.Registry.

🧰 Registry (.reg)

Disable Tailored Experiences (Registry Tweak)

Stops Windows from using diagnostic data to personalize tips and ads.

⚡ PowerShell 5.1+

Show Recycle Bin Icon on Desktop

Adds the Recycle Bin icon back to the desktop.

🐍 Python 3.10+

Enable Win32 Long Paths (Python)

Lifts the legacy 260-character MAX_PATH limit for apps that opt in (requires admin). Requires an elevated (Administrato…

🖥️ Batch (CMD)

Disable Fast Startup (Batch)

Disables Fast Startup, useful when dual-booting or troubleshooting shutdowns (requires admin). Requires an elevated (Ad…

📄 JScript (WSH)

Disable Snap Assist Suggestions (JScript)

Stops Windows from suggesting other windows to snap next to one you just moved. Applies the tweak via WScript.Shell.Reg…

🖥️ Batch (CMD)

Disable Windows Telemetry (Batch)

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