Tag: registry
599 script(s) tagged “registry”
Disable First Logon Animation (Python)
Skips the "Hi, we are setting things up for you" first-logon animation (requires admin). Requires an elevated (Administ…
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 …
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.
Disable Windows Welcome Experience (Python)
Disables the full-screen "suggested content" tips that appear after updates. Applies the tweak via the stdlib winreg mo…
Disable Recent Documents History (C#)
Stops Windows from tracking recently opened documents. Applies the tweak via Microsoft.Win32.Registry.
Disable Tailored Experiences (Registry Tweak)
Stops Windows from using diagnostic data to personalize tips and ads.
Enable Win32 Long Paths (Python)
Lifts the legacy 260-character MAX_PATH limit for apps that opt in (requires admin). Requires an elevated (Administrato…
Disable Fast Startup (Batch)
Disables Fast Startup, useful when dual-booting or troubleshooting shutdowns (requires admin). Requires an elevated (Ad…
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…
Disable Windows Telemetry (Batch)
Lowers the diagnostic data Windows sends to Microsoft (requires admin). Requires an elevated (Administrator) prompt. Ap…