Tag: per-user

481 script(s) tagged “per-user”

🐍 Python 3.10+

Check "Disable News and Interests Feed" Status (Python)

Reads the registry value behind the "Disable News and Interests Feed" tweak via winreg to confirm whether it's applied.

🐍 Python 3.10+

Disable Storage Sense Low-Space Notifications (Python)

Silences low-disk-space notifications from Storage Sense. Applies the tweak via the stdlib winreg module.

πŸ–₯️ Batch (CMD)

Align Taskbar Icons Left (Batch)

Switches the Windows 11 taskbar back to left-aligned icons. Applies the tweak via reg.exe.

πŸ“Š VBA (Excel)

Apply Show Seconds in Taskbar Clock (VBA)

Adds a seconds display to the taskbar clock. Applied via WScript.Shell.RegWrite from VBA.

🧰 Registry (.reg)

Disable Windows Spotlight on Desktop (Registry Tweak)

Turns off the Windows Spotlight rotating desktop background feature.

πŸ“Š VBA (Excel)

Check Align Taskbar Icons Left Registry Value (VBA)

Reads the Align Taskbar Icons Left registry value via WScript.Shell.RegRead and reports it in a message box β€” no PowerS…

πŸ“œ VBScript (WSH)

Enable Dark Mode (VBScript)

Switches File Explorer and other system surfaces to dark mode. Applies the tweak via WScript.Shell.RegWrite.

πŸ–₯️ Batch (CMD)

Disable Taskbar Transparency (Batch)

Turns off the translucent taskbar/Start menu effect for a small performance gain. Applies the tweak via reg.exe.

🐍 Python 3.10+

Check "Disable Window Animations" Status (Python)

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

πŸ“Š VBA (Excel)

Apply Disable Tailored Experiences (VBA)

Stops Windows from using diagnostic data to personalize tips and ads. Applied via WScript.Shell.RegWrite from VBA.

🐍 Python 3.10+

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

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

πŸ–₯️ Batch (CMD)

Enable Dark Mode (Batch)

Switches File Explorer and other system surfaces to dark mode. Applies the tweak via reg.exe.