Tag: registry
599 script(s) tagged “registry”
Disable Balloon Tip Notifications (JScript)
Disables the small notification balloon tips in the system tray. Applies the tweak via WScript.Shell.RegWrite (JScript β¦
Apply Disable Windows Consumer Features (VBA)
Stops Windows from auto-installing suggested consumer apps (requires admin). Applied via WScript.Shell.RegWrite from VBβ¦
Check "Disable Start Menu App Suggestions" Status (VBScript)
Reads the registry value behind the "Disable Start Menu App Suggestions" tweak to confirm whether it's applied.
Check Disable Sticky Keys Shortcut Prompt Registry Value (VBA)
Reads the Disable Sticky Keys Shortcut Prompt registry value via WScript.Shell.RegRead and reports it in a message box β¦
Check "Disable News and Interests Feed" Status (Python)
Reads the registry value behind the "Disable News and Interests Feed" tweak via winreg to confirm whether it's applied.
Disable Storage Sense Low-Space Notifications (Python)
Silences low-disk-space notifications from Storage Sense. Applies the tweak via the stdlib winreg module.
Align Taskbar Icons Left (Batch)
Switches the Windows 11 taskbar back to left-aligned icons. Applies the tweak via reg.exe.
Apply Show Seconds in Taskbar Clock (VBA)
Adds a seconds display to the taskbar clock. Applied via WScript.Shell.RegWrite from VBA.
Disable Windows Spotlight on Desktop (Registry Tweak)
Turns off the Windows Spotlight rotating desktop background feature.
Check Align Taskbar Icons Left Registry Value (VBA)
Reads the Align Taskbar Icons Left registry value via WScript.Shell.RegRead and reports it in a message box β no PowerSβ¦
Enable Dark Mode (VBScript)
Switches File Explorer and other system surfaces to dark mode. Applies the tweak via WScript.Shell.RegWrite.
Disable Taskbar Transparency (Batch)
Turns off the translucent taskbar/Start menu effect for a small performance gain. Applies the tweak via reg.exe.