Tag: per-user

481 script(s) tagged “per-user”

🖥️ Batch (CMD)

Disable Bing Search Suggestions (Batch)

Stops the taskbar search box from showing web/Bing suggestions. Applies the tweak via reg.exe.

🧰 Registry (.reg)

Enable Light Mode (Registry Tweak)

Reverts File Explorer and other system surfaces to light mode.

📄 JScript (WSH)

Disable Start Menu Web Search (JScript)

Stops the Start Menu search from including web results. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).

🐍 Python 3.10+

Check "Show Hidden Files" Status (Python)

Reads the registry value behind the "Show Hidden Files" tweak via winreg to confirm whether it's applied.

🐍 Python 3.10+

Check "Disable Xbox Game Bar Capture" Status (Python)

Reads the registry value behind the "Disable Xbox Game Bar Capture" tweak via winreg to confirm whether it's applied.

🖥️ Batch (CMD)

Show Recycle Bin Icon on Desktop (Batch)

Adds the Recycle Bin icon back to the desktop. Applies the tweak via reg.exe.

📊 VBA (Excel)

Apply Disable Explorer Startup Delay (VBA)

Removes the artificial delay before startup apps launch. Applied via WScript.Shell.RegWrite from VBA.

🧰 Registry (.reg)

Enable Dark Mode (Registry Tweak)

Switches File Explorer and other system surfaces to dark mode.

📜 VBScript (WSH)

Disable Taskbar Transparency (VBScript)

Turns off the translucent taskbar/Start menu effect for a small performance gain. Applies the tweak via WScript.Shell.R…

🧰 Registry (.reg)

Disable Bing Search Suggestions (Registry Tweak)

Stops the taskbar search box from showing web/Bing suggestions.

📊 VBA (Excel)

Apply Disable Taskbar Chat Icon (VBA)

Removes the Chat/Teams icon from the Windows 11 taskbar. Applied via WScript.Shell.RegWrite from VBA.

📊 VBA (Excel)

Check Disable Windows Spotlight on Desktop Registry Value (VBA)

Reads the Disable Windows Spotlight on Desktop registry value via WScript.Shell.RegRead and reports it in a message box…