Tag: registry

599 script(s) tagged “registry”

πŸ“„ 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 Windows Consumer Features" Status (VBScript)

Reads the registry value behind the "Disable Windows Consumer Features" tweak to confirm whether it's applied.

πŸ–₯️ Batch (CMD)

Disable First Logon Animation (Batch)

Skips the "Hi, we are setting things up for you" first-logon animation (requires admin). Requires an elevated (Administ…

πŸ“œ 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.