Tag: registry
599 script(s) tagged “registry”
Check "Disable Lock Screen" Status (Batch)
Uses reg query to check the current value behind the "Disable Lock Screen" tweak.
Disable News and Interests Feed (Python)
Hides the taskbar News and Interests / Widgets feed. Applies the tweak via the stdlib winreg module.
Disable Windows Tips & Suggestions (Batch)
Stops Windows from showing tips and suggestions notifications. Applies the tweak via reg.exe.
Disable Bing Search Suggestions (Python)
Stops the taskbar search box from showing web/Bing suggestions. Applies the tweak via the stdlib winreg module.
Check "Enable Dark Mode" Status (Python)
Reads the registry value behind the "Enable Dark Mode" tweak via winreg to confirm whether it's applied.
Check Disable Snap Assist Suggestions Registry Value (VBA)
Reads the Disable Snap Assist Suggestions registry value via WScript.Shell.RegRead and reports it in a message box — no…
Check "Disable Taskbar Transparency" Status (Batch)
Uses reg query to check the current value behind the "Disable Taskbar Transparency" tweak.
Disable Xbox Game Bar Capture (C#)
Disables background game/app capture via the Xbox Game Bar. Applies the tweak via Microsoft.Win32.Registry.
Disable Start Menu Suggested Apps (Python)
Stops Windows from silently installing suggested Store apps. Applies the tweak via the stdlib winreg module.
Disable Taskbar Chat Icon (C#)
Removes the Chat/Teams icon from the Windows 11 taskbar. Applies the tweak via Microsoft.Win32.Registry.
Check "Disable Taskbar Chat Icon" Status (Batch)
Uses reg query to check the current value behind the "Disable Taskbar Chat Icon" tweak.