Tag: registry

599 script(s) tagged “registry”

🖥️ Batch (CMD)

Check "Disable Lock Screen Notifications" Status (Batch)

Uses reg query to check the current value behind the "Disable Lock Screen Notifications" tweak.

📄 JScript (WSH)

Disable Windows Consumer Features (JScript)

Stops Windows from auto-installing suggested consumer apps (requires admin). Requires an elevated (Administrator) promp…

📊 VBA (Excel)

Check Show Recycle Bin Icon on Desktop Registry Value (VBA)

Reads the Show Recycle Bin Icon on Desktop registry value via WScript.Shell.RegRead and reports it in a message box — n…

⚡ PowerShell 5.1+

Check "Disable Tailored Experiences" Status

Reads the current registry value behind the "Disable Tailored Experiences" tweak so you can confirm whether it's applie…

⚡ PowerShell 5.1+

Disable News and Interests Feed

Hides the taskbar News and Interests / Widgets feed.

🐍 Python 3.10+

Check "Disable Taskbar Widgets Icon" Status (Python)

Reads the registry value behind the "Disable Taskbar Widgets Icon" tweak via winreg to confirm whether it's applied.

⚡ PowerShell 5.1+

Show Seconds in Taskbar Clock

Adds a seconds display to the taskbar clock.

🐍 Python 3.10+

Check "Disable Start Menu App Suggestions" Status (Python)

Reads the registry value behind the "Disable Start Menu App Suggestions" tweak via winreg to confirm whether it's appli…

⚡ PowerShell 5.1+

Check "Align Taskbar Icons Left" Status

Reads the current registry value behind the "Align Taskbar Icons Left" tweak so you can confirm whether it's applied.

🐍 Python 3.10+

Check "Disable Windows Welcome Experience" Status (Python)

Reads the registry value behind the "Disable Windows Welcome Experience" tweak via winreg to confirm whether it's appli…

📊 VBA (Excel)

Apply Disable Windows Telemetry (VBA)

Lowers the diagnostic data Windows sends to Microsoft (requires admin). Applied via WScript.Shell.RegWrite from VBA. Re…

📄 JScript (WSH)

Disable Fast Startup (JScript)

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