Tag: registry

599 script(s) tagged “registry”

⚡ PowerShell 5.1+

Check "Disable Windows Telemetry" Status

Reads the current registry value behind the "Disable Windows Telemetry" tweak so you can confirm whether it's applied.

📊 VBA (Excel)

Check Disable Start Menu Suggested Apps Registry Value (VBA)

Reads the Disable Start Menu Suggested Apps registry value via WScript.Shell.RegRead and reports it in a message box — …

🐍 Python 3.10+

Check "Disable First Logon Animation" Status (Python)

Reads the registry value behind the "Disable First Logon Animation" tweak via winreg to confirm whether it's applied.

⚡ PowerShell 5.1+

Check "Disable Start Menu App Suggestions" Status

Reads the current registry value behind the "Disable Start Menu App Suggestions" tweak so you can confirm whether it's …

⚡ PowerShell 5.1+

Align Taskbar Icons Left

Switches the Windows 11 taskbar back to left-aligned icons.

🐍 Python 3.10+

Check "Disable Sticky Keys Shortcut Prompt" Status (Python)

Reads the registry value behind the "Disable Sticky Keys Shortcut Prompt" tweak via winreg to confirm whether it's appl…

⚡ PowerShell 5.1+

Disable Game Bar Startup Tips

Stops the Game Bar from showing its startup tip panel.

🧰 Registry (.reg)

Enable Clipboard History (Registry Tweak)

Turns on Windows+V clipboard history.

🐍 Python 3.10+

Disable Taskbar Chat Icon (Python)

Removes the Chat/Teams icon from the Windows 11 taskbar. Applies the tweak via the stdlib winreg module.

📄 JScript (WSH)

Enable Num Lock on Startup (JScript)

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

📄 JScript (WSH)

Disable Start Menu App Suggestions (JScript)

Turns off sponsored app suggestions in the Start menu. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).

📊 VBA (Excel)

Check Disable Start Menu App Suggestions Registry Value (VBA)

Reads the Disable Start Menu App Suggestions registry value via WScript.Shell.RegRead and reports it in a message box —…