Tag: registry
599 script(s) tagged “registry”
Apply Disable Cortana (VBA)
Disables Cortana integration in Windows Search (requires admin). Applied via WScript.Shell.RegWrite from VBA. Requires …
Disable Background Apps Globally (Python)
Prevents Store apps from running in the background to save resources and battery. Applies the tweak via the stdlib winr…
Check "Disable Window Animations" Status (VBScript)
Reads the registry value behind the "Disable Window Animations" tweak to confirm whether it's applied.
Disable Lock Screen
Skips straight to the sign-in screen instead of showing the lock screen (requires admin). Requires an elevated (Adminis…
Disable Lock Screen Notifications (Registry Tweak)
Stops app notifications from appearing on the lock screen.
Check Enable Win32 Long Paths Registry Value (VBA)
Reads the Enable Win32 Long Paths registry value via WScript.Shell.RegRead and reports it in a message box — no PowerSh…
Apply Disable Fast Startup (VBA)
Disables Fast Startup, useful when dual-booting or troubleshooting shutdowns (requires admin). Applied via WScript.Shel…
Check "Disable Snap Assist Suggestions" Status (Batch)
Uses reg query to check the current value behind the "Disable Snap Assist Suggestions" tweak.
Disable Lock Screen Notifications (JScript)
Stops app notifications from appearing on the lock screen. Applies the tweak via WScript.Shell.RegWrite (JScript syntax…
Disable Cortana (Python)
Disables Cortana integration in Windows Search (requires admin). Requires an elevated (Administrator) prompt. Applies t…
Disable Remote Assistance (Registry Tweak)
Disables the ability for others to remotely assist this PC (requires admin). Requires an elevated (Administrator) promp…
Disable Taskbar Chat Icon (Batch)
Removes the Chat/Teams icon from the Windows 11 taskbar. Applies the tweak via reg.exe.