Tag: registry

599 script(s) tagged “registry”

πŸ“Š VBA (Excel)

Apply Increase Icon Cache Size (VBA)

Raises the icon cache limit, useful on machines with huge numbers of shortcuts. Applied via WScript.Shell.RegWrite from…

πŸ–₯️ Batch (CMD)

Check "Align Taskbar Icons Left" Status (Batch)

Uses reg query to check the current value behind the "Align Taskbar Icons Left" tweak.

🐍 Python 3.10+

Check "Hide Taskbar Search Box" Status (Python)

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

πŸ–₯️ Batch (CMD)

Check "Enable Win32 Long Paths" Status (Batch)

Uses reg query to check the current value behind the "Enable Win32 Long Paths" tweak.

πŸ“„ JScript (WSH)

Disable Taskbar Chat Icon (JScript)

Removes the Chat/Teams icon from the Windows 11 taskbar. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).

πŸ“œ VBScript (WSH)

Disable Bing Search Suggestions (VBScript)

Stops the taskbar search box from showing web/Bing suggestions. Applies the tweak via WScript.Shell.RegWrite.

πŸ“œ VBScript (WSH)

Disable Start Menu Suggested Apps (VBScript)

Stops Windows from silently installing suggested Store apps. Applies the tweak via WScript.Shell.RegWrite.

πŸ–₯️ Batch (CMD)

Check "Disable Recent Documents History" Status (Batch)

Uses reg query to check the current value behind the "Disable Recent Documents History" tweak.

⚑ PowerShell 5.1+

Disable Autoplay for All Drives

Disables Autoplay prompts for every drive type, including USB.

πŸ“„ JScript (WSH)

Show Hidden Files (JScript)

Makes File Explorer always show hidden files and folders. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).

🐍 Python 3.10+

Hide Taskbar Search Box (Python)

Hides the search box on the taskbar, leaving just an icon or nothing. Applies the tweak via the stdlib winreg module.

πŸ“„ JScript (WSH)

Disable Storage Sense Low-Space Notifications (JScript)

Silences low-disk-space notifications from Storage Sense. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).