Tag: registry

599 script(s) tagged “registry”

πŸ“œ VBScript (WSH)

Check "Disable Autoplay for All Drives" Status (VBScript)

Reads the registry value behind the "Disable Autoplay for All Drives" tweak to confirm whether it's applied.

πŸ“Š VBA (Excel)

Apply Disable Storage Sense Low-Space Notifications (VBA)

Silences low-disk-space notifications from Storage Sense. Applied via WScript.Shell.RegWrite from VBA.

πŸ–₯️ Batch (CMD)

Disable Autoplay for All Drives (Batch)

Disables Autoplay prompts for every drive type, including USB. Applies the tweak via reg.exe.

⚑ PowerShell 5.1+

Disable Windows Welcome Experience

Disables the full-screen "suggested content" tips that appear after updates.

πŸ“Š VBA (Excel)

Check Disable Start Menu Web Search Registry Value (VBA)

Reads the Disable Start Menu Web Search registry value via WScript.Shell.RegRead and reports it in a message box β€” no P…

🧰 Registry (.reg)

Disable Storage Sense Low-Space Notifications (Registry Tweak)

Silences low-disk-space notifications from Storage Sense.

πŸ“„ JScript (WSH)

Enable Clipboard History (JScript)

Turns on Windows+V clipboard history. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).

πŸ–₯️ Batch (CMD)

Disable Sticky Keys Shortcut Prompt (Batch)

Stops the Sticky Keys dialog from popping up when Shift is pressed 5 times. Applies the tweak via reg.exe.

⚑ PowerShell 5.1+

Check "Disable Snap Assist Suggestions" Status

Reads the current registry value behind the "Disable Snap Assist Suggestions" tweak so you can confirm whether it's app…

πŸ“Š VBA (Excel)

Check Enable Clipboard History Registry Value (VBA)

Reads the Enable Clipboard History registry value via WScript.Shell.RegRead and reports it in a message box β€” no PowerS…

πŸ“œ VBScript (WSH)

Check "Enable Num Lock on Startup" Status (VBScript)

Reads the registry value behind the "Enable Num Lock on Startup" tweak to confirm whether it's applied.

πŸ“œ VBScript (WSH)

Check "Disable Windows Tips & Suggestions" Status (VBScript)

Reads the registry value behind the "Disable Windows Tips & Suggestions" tweak to confirm whether it's applied.