Tag: per-user

481 script(s) tagged “per-user”

🖥️ Batch (CMD)

Disable Windows Tips & Suggestions (Batch)

Stops Windows from showing tips and suggestions notifications. Applies the tweak via reg.exe.

🐍 Python 3.10+

Disable Bing Search Suggestions (Python)

Stops the taskbar search box from showing web/Bing suggestions. Applies the tweak via the stdlib winreg module.

🐍 Python 3.10+

Check "Enable Dark Mode" Status (Python)

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

📊 VBA (Excel)

Check Disable Snap Assist Suggestions Registry Value (VBA)

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

⚡ PowerShell 5.1+

Show Hidden Files

Makes File Explorer always show hidden files and folders.

🖥️ Batch (CMD)

Check "Disable Taskbar Transparency" Status (Batch)

Uses reg query to check the current value behind the "Disable Taskbar Transparency" tweak.

🟣 C# / .NET 6+

Disable Xbox Game Bar Capture (C#)

Disables background game/app capture via the Xbox Game Bar. Applies the tweak via Microsoft.Win32.Registry.

🐍 Python 3.10+

Disable Start Menu Suggested Apps (Python)

Stops Windows from silently installing suggested Store apps. Applies the tweak via the stdlib winreg module.

🟣 C# / .NET 6+

Disable Taskbar Chat Icon (C#)

Removes the Chat/Teams icon from the Windows 11 taskbar. Applies the tweak via Microsoft.Win32.Registry.

🖥️ Batch (CMD)

Check "Disable Taskbar Chat Icon" Status (Batch)

Uses reg query to check the current value behind the "Disable Taskbar Chat Icon" tweak.

🖥️ Batch (CMD)

Check "Show Hidden Files" Status (Batch)

Uses reg query to check the current value behind the "Show Hidden Files" tweak.

📜 VBScript (WSH)

Check "Hide Taskbar Search Box" Status (VBScript)

Reads the registry value behind the "Hide Taskbar Search Box" tweak to confirm whether it's applied.