Tag: registry

599 script(s) tagged “registry”

🐍 Python 3.10+

Check "Disable Taskbar Transparency" Status (Python)

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

🐍 Python 3.10+

Align Taskbar Icons Left (Python)

Switches the Windows 11 taskbar back to left-aligned icons. Applies the tweak via the stdlib winreg module.

🧰 Registry (.reg)

Disable Recent Documents History (Registry Tweak)

Stops Windows from tracking recently opened documents.

πŸ“Š VBA (Excel)

Apply Disable Autoplay for All Drives (VBA)

Disables Autoplay prompts for every drive type, including USB. Applied via WScript.Shell.RegWrite from VBA.

⚑ PowerShell 5.1+

Check "Disable Fast Startup" Status

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

πŸ“Š VBA (Excel)

Apply Disable Remote Assistance (VBA)

Disables the ability for others to remotely assist this PC (requires admin). Applied via WScript.Shell.RegWrite from VB…

πŸ–₯️ Batch (CMD)

Check "Enable Clipboard History" Status (Batch)

Uses reg query to check the current value behind the "Enable Clipboard History" tweak.

⚑ PowerShell 5.1+

Check "Disable Cortana" Status

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

🐍 Python 3.10+

Show Seconds in Taskbar Clock (Python)

Adds a seconds display to the taskbar clock. Applies the tweak via the stdlib winreg module.

πŸ“Š VBA (Excel)

Apply Disable Background Apps Globally (VBA)

Prevents Store apps from running in the background to save resources and battery. Applied via WScript.Shell.RegWrite fr…

πŸ–₯️ Batch (CMD)

Disable Tailored Experiences (Batch)

Stops Windows from using diagnostic data to personalize tips and ads. Applies the tweak via reg.exe.

⚑ PowerShell 5.1+

Check "Disable Xbox Game Bar Capture" Status

Reads the current registry value behind the "Disable Xbox Game Bar Capture" tweak so you can confirm whether it's appli…