Tag: registry
599 script(s) tagged “registry”
Check "Disable Activity Feed / Timeline" Status (VBScript)
Reads the registry value behind the "Disable Activity Feed / Timeline" tweak to confirm whether it's applied.
Disable Storage Sense Low-Space Notifications (Batch)
Silences low-disk-space notifications from Storage Sense. Applies the tweak via reg.exe.
Disable Taskbar Widgets Icon (Python)
Removes the Widgets icon from the Windows 11 taskbar. Applies the tweak via the stdlib winreg module.
Disable Windows Telemetry
Lowers the diagnostic data Windows sends to Microsoft (requires admin). Requires an elevated (Administrator) prompt.
Disable Lock Screen (C#)
Skips straight to the sign-in screen instead of showing the lock screen (requires admin). Requires an elevated (Adminisβ¦
Check Disable First Logon Animation Registry Value (VBA)
Reads the Disable First Logon Animation registry value via WScript.Shell.RegRead and reports it in a message box β no Pβ¦
Check "Disable Remote Assistance" Status (Batch)
Uses reg query to check the current value behind the "Disable Remote Assistance" tweak.
Check "Disable Start Menu Suggested Apps" Status (VBScript)
Reads the registry value behind the "Disable Start Menu Suggested Apps" tweak to confirm whether it's applied.
Check "Disable Windows Spotlight on Desktop" Status (Python)
Reads the registry value behind the "Disable Windows Spotlight on Desktop" tweak via winreg to confirm whether it's appβ¦
Disable Start Menu Web Search (Registry Tweak)
Stops the Start Menu search from including web results.
Apply Disable Taskbar Widgets Icon (VBA)
Removes the Widgets icon from the Windows 11 taskbar. Applied via WScript.Shell.RegWrite from VBA.
Hide Taskbar Search Box (Registry Tweak)
Hides the search box on the taskbar, leaving just an icon or nothing.