Tag: per-user

481 script(s) tagged “per-user”

🧰 Registry (.reg)

Disable Taskbar Widgets Icon (Registry Tweak)

Removes the Widgets icon from the Windows 11 taskbar.

🟣 C# / .NET 6+

Disable Window Animations (C#)

Disables minimize/maximize window animations for a snappier feel. Applies the tweak via Microsoft.Win32.Registry.

🐍 Python 3.10+

Check "Enable Clipboard History" Status (Python)

Reads the registry value behind the "Enable Clipboard History" tweak via winreg to confirm whether it's applied.

🐍 Python 3.10+

Show Recycle Bin Icon on Desktop (Python)

Adds the Recycle Bin icon back to the desktop. Applies the tweak via the stdlib winreg module.

⚡ PowerShell 5.1+

Show This PC Icon on Desktop

Adds the This PC icon back to the desktop.

📊 VBA (Excel)

Apply Enable Dark Mode (VBA)

Switches File Explorer and other system surfaces to dark mode. Applied via WScript.Shell.RegWrite from VBA.

🖥️ Batch (CMD)

Check "Disable Bing Search Suggestions" Status (Batch)

Uses reg query to check the current value behind the "Disable Bing Search Suggestions" tweak.

🖥️ Batch (CMD)

Check "Enable Dark Mode" Status (Batch)

Uses reg query to check the current value behind the "Enable Dark Mode" tweak.

📊 VBA (Excel)

Check Disable Feedback Notifications Registry Value (VBA)

Reads the Disable Feedback Notifications registry value via WScript.Shell.RegRead and reports it in a message box — no …

📜 VBScript (WSH)

Disable Lock Screen Notifications (VBScript)

Stops app notifications from appearing on the lock screen. Applies the tweak via WScript.Shell.RegWrite.

🖥️ Batch (CMD)

Check "Disable Tailored Experiences" Status (Batch)

Uses reg query to check the current value behind the "Disable Tailored Experiences" tweak.

📊 VBA (Excel)

Apply Hide Taskbar Search Box (VBA)

Hides the search box on the taskbar, leaving just an icon or nothing. Applied via WScript.Shell.RegWrite from VBA.