Tag: registry

599 script(s) tagged “registry”

⚑ PowerShell 5.1+

Disable First Logon Animation

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

πŸ–₯️ Batch (CMD)

Disable Lock Screen (Batch)

Skips straight to the sign-in screen instead of showing the lock screen (requires admin). Requires an elevated (Adminis…

🐍 Python 3.10+

Disable Fast Startup (Python)

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

πŸ“„ JScript (WSH)

Enable Dark Mode (JScript)

Switches File Explorer and other system surfaces to dark mode. Applies the tweak via WScript.Shell.RegWrite (JScript sy…

πŸ“œ VBScript (WSH)

Check "Enable Win32 Long Paths" Status (VBScript)

Reads the registry value behind the "Enable Win32 Long Paths" tweak to confirm whether it's applied.

πŸ“Š VBA (Excel)

Apply Disable News and Interests Feed (VBA)

Hides the taskbar News and Interests / Widgets feed. Applied via WScript.Shell.RegWrite from VBA.

🟣 C# / .NET 6+

Disable Snap Assist Suggestions (C#)

Stops Windows from suggesting other windows to snap next to one you just moved. Applies the tweak via Microsoft.Win32.R…

πŸ“œ VBScript (WSH)

Enable Num Lock on Startup (VBScript)

Turns Num Lock on by default for every new sign-in. Applies the tweak via WScript.Shell.RegWrite.

πŸ“œ VBScript (WSH)

Disable Windows Spotlight on Desktop (VBScript)

Turns off the Windows Spotlight rotating desktop background feature. Applies the tweak via WScript.Shell.RegWrite.

πŸ“Š VBA (Excel)

Apply Disable Game Bar Startup Tips (VBA)

Stops the Game Bar from showing its startup tip panel. Applied via WScript.Shell.RegWrite from VBA.

πŸ“Š VBA (Excel)

Check Disable Lock Screen Registry Value (VBA)

Reads the Disable Lock Screen registry value via WScript.Shell.RegRead and reports it in a message box β€” no PowerShell …

⚑ PowerShell 5.1+

Increase Icon Cache Size

Raises the icon cache limit, useful on machines with huge numbers of shortcuts.