Tag: registry

599 script(s) tagged “registry”

📊 VBA (Excel)

Apply Disable Cortana (VBA)

Disables Cortana integration in Windows Search (requires admin). Applied via WScript.Shell.RegWrite from VBA. Requires …

🐍 Python 3.10+

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…

📜 VBScript (WSH)

Check "Disable Window Animations" Status (VBScript)

Reads the registry value behind the "Disable Window Animations" tweak to confirm whether it's applied.

⚡ PowerShell 5.1+

Disable Lock Screen

Skips straight to the sign-in screen instead of showing the lock screen (requires admin). Requires an elevated (Adminis…

🧰 Registry (.reg)

Disable Lock Screen Notifications (Registry Tweak)

Stops app notifications from appearing on the lock screen.

📊 VBA (Excel)

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…

📊 VBA (Excel)

Apply Disable Fast Startup (VBA)

Disables Fast Startup, useful when dual-booting or troubleshooting shutdowns (requires admin). Applied via WScript.Shel…

🖥️ Batch (CMD)

Check "Disable Snap Assist Suggestions" Status (Batch)

Uses reg query to check the current value behind the "Disable Snap Assist Suggestions" tweak.

📄 JScript (WSH)

Disable Lock Screen Notifications (JScript)

Stops app notifications from appearing on the lock screen. Applies the tweak via WScript.Shell.RegWrite (JScript syntax…

🐍 Python 3.10+

Disable Cortana (Python)

Disables Cortana integration in Windows Search (requires admin). Requires an elevated (Administrator) prompt. Applies t…

🧰 Registry (.reg)

Disable Remote Assistance (Registry Tweak)

Disables the ability for others to remotely assist this PC (requires admin). Requires an elevated (Administrator) promp…

🖥️ Batch (CMD)

Disable Taskbar Chat Icon (Batch)

Removes the Chat/Teams icon from the Windows 11 taskbar. Applies the tweak via reg.exe.