Tag: registry
599 script(s) tagged “registry”
Check Disable Taskbar Chat Icon Registry Value (VBA)
Reads the Disable Taskbar Chat Icon registry value via WScript.Shell.RegRead and reports it in a message box β no Powerβ¦
Disable Recent Documents History (JScript)
Stops Windows from tracking recently opened documents. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).
Disable Game Bar Startup Tips (JScript)
Stops the Game Bar from showing its startup tip panel. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).
Check "Disable Lock Screen Notifications" Status (Python)
Reads the registry value behind the "Disable Lock Screen Notifications" tweak via winreg to confirm whether it's applieβ¦
Check "Show Seconds in Taskbar Clock" Status (Batch)
Uses reg query to check the current value behind the "Show Seconds in Taskbar Clock" tweak.
Show Hidden Files (Batch)
Makes File Explorer always show hidden files and folders. Applies the tweak via reg.exe.
Disable Snap Assist Suggestions (Batch)
Stops Windows from suggesting other windows to snap next to one you just moved. Applies the tweak via reg.exe.
Hide Taskbar Search Box (C#)
Hides the search box on the taskbar, leaving just an icon or nothing. Applies the tweak via Microsoft.Win32.Registry.
Check "Disable Lock Screen" Status
Reads the current registry value behind the "Disable Lock Screen" tweak so you can confirm whether it's applied.
Show Recycle Bin Icon on Desktop (JScript)
Adds the Recycle Bin icon back to the desktop. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).
Disable Autoplay for All Drives (C#)
Disables Autoplay prompts for every drive type, including USB. Applies the tweak via Microsoft.Win32.Registry.
Check Show This PC Icon on Desktop Registry Value (VBA)
Reads the Show This PC Icon on Desktop registry value via WScript.Shell.RegRead and reports it in a message box β no Poβ¦