Tag: per-user

481 script(s) tagged “per-user”

📄 JScript (WSH)

Disable News and Interests Feed (JScript)

Hides the taskbar News and Interests / Widgets feed. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).

🖥️ Batch (CMD)

Disable Explorer Startup Delay (Batch)

Removes the artificial delay before startup apps launch. Applies the tweak via reg.exe.

📜 VBScript (WSH)

Check "Disable Taskbar Chat Icon" Status (VBScript)

Reads the registry value behind the "Disable Taskbar Chat Icon" tweak to confirm whether it's applied.

⚡ PowerShell 5.1+

Disable Feedback Notifications

Stops Windows from periodically asking for feedback.

⚡ PowerShell 5.1+

Disable Taskbar Chat Icon

Removes the Chat/Teams icon from the Windows 11 taskbar.

🖥️ Batch (CMD)

Enable Num Lock on Startup (Batch)

Turns Num Lock on by default for every new sign-in. Applies the tweak via reg.exe.

🐍 Python 3.10+

Check "Show Recycle Bin Icon on Desktop" Status (Python)

Reads the registry value behind the "Show Recycle Bin Icon on Desktop" tweak via winreg to confirm whether it's applied.

📊 VBA (Excel)

Apply Enable Num Lock on Startup (VBA)

Turns Num Lock on by default for every new sign-in. Applied via WScript.Shell.RegWrite from VBA.

📄 JScript (WSH)

Show This PC Icon on Desktop (JScript)

Adds the This PC icon back to the desktop. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).

🐍 Python 3.10+

Show Hidden Files (Python)

Makes File Explorer always show hidden files and folders. Applies the tweak via the stdlib winreg module.

📜 VBScript (WSH)

Disable Explorer Startup Delay (VBScript)

Removes the artificial delay before startup apps launch. Applies the tweak via WScript.Shell.RegWrite.

📜 VBScript (WSH)

Disable Background Apps Globally (VBScript)

Prevents Store apps from running in the background to save resources and battery. Applies the tweak via WScript.Shell.R…