Tag: registry

599 script(s) tagged “registry”

🖥️ Batch (CMD)

Check "Show Recycle Bin Icon on Desktop" Status (Batch)

Uses reg query to check the current value behind the "Show Recycle Bin Icon on Desktop" tweak.

📜 VBScript (WSH)

Disable Lock Screen (VBScript)

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

📄 JScript (WSH)

Disable Windows Spotlight on Desktop (JScript)

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

📊 VBA (Excel)

Check Enable Num Lock on Startup Registry Value (VBA)

Reads the Enable Num Lock on Startup registry value via WScript.Shell.RegRead and reports it in a message box — no Powe…

🖥️ Batch (CMD)

Check "Disable Background Apps Globally" Status (Batch)

Uses reg query to check the current value behind the "Disable Background Apps Globally" tweak.

🖥️ Batch (CMD)

Disable News and Interests Feed (Batch)

Hides the taskbar News and Interests / Widgets feed. Applies the tweak via reg.exe.

📊 VBA (Excel)

Apply Disable Sticky Keys Shortcut Prompt (VBA)

Stops the Sticky Keys dialog from popping up when Shift is pressed 5 times. Applied via WScript.Shell.RegWrite from VBA.

🧰 Registry (.reg)

Disable Feedback Notifications (Registry Tweak)

Stops Windows from periodically asking for feedback.

🧰 Registry (.reg)

Disable Background Apps Globally (Registry Tweak)

Prevents Store apps from running in the background to save resources and battery.

⚡ PowerShell 5.1+

Check "Enable Light Mode" Status

Reads the current registry value behind the "Enable Light Mode" tweak so you can confirm whether it's applied.

⚡ PowerShell 5.1+

Check "Disable Windows Welcome Experience" Status

Reads the current registry value behind the "Disable Windows Welcome Experience" tweak so you can confirm whether it's …

⚡ PowerShell 5.1+

Check "Show This PC Icon on Desktop" Status

Reads the current registry value behind the "Show This PC Icon on Desktop" tweak so you can confirm whether it's applie…