Tag: registry

599 script(s) tagged “registry”

📜 VBScript (WSH)

Show Recycle Bin Icon on Desktop (VBScript)

Adds the Recycle Bin icon back to the desktop. Applies the tweak via WScript.Shell.RegWrite.

🖥️ Batch (CMD)

Enable Clipboard History (Batch)

Turns on Windows+V clipboard history. Applies the tweak via reg.exe.

⚡ PowerShell 5.1+

Check "Disable Window Animations" Status

Reads the current registry value behind the "Disable Window Animations" tweak so you can confirm whether it's applied.

🟣 C# / .NET 6+

Disable Explorer Startup Delay (C#)

Removes the artificial delay before startup apps launch. Applies the tweak via Microsoft.Win32.Registry.

📜 VBScript (WSH)

Check "Disable Explorer Startup Delay" Status (VBScript)

Reads the registry value behind the "Disable Explorer Startup Delay" tweak to confirm whether it's applied.

🖥️ Batch (CMD)

Disable Background Apps Globally (Batch)

Prevents Store apps from running in the background to save resources and battery. Applies the tweak via reg.exe.

🖥️ Batch (CMD)

Show Seconds in Taskbar Clock (Batch)

Adds a seconds display to the taskbar clock. Applies the tweak via reg.exe.

🖥️ Batch (CMD)

Check "Disable Activity Feed / Timeline" Status (Batch)

Uses reg query to check the current value behind the "Disable Activity Feed / Timeline" tweak.

🧰 Registry (.reg)

Disable Balloon Tip Notifications (Registry Tweak)

Disables the small notification balloon tips in the system tray.

📜 VBScript (WSH)

Check "Enable Dark Mode" Status (VBScript)

Reads the registry value behind the "Enable Dark Mode" tweak to confirm whether it's applied.

🧰 Registry (.reg)

Disable Taskbar Chat Icon (Registry Tweak)

Removes the Chat/Teams icon from the Windows 11 taskbar.

🐍 Python 3.10+

Disable Windows Telemetry (Python)

Lowers the diagnostic data Windows sends to Microsoft (requires admin). Requires an elevated (Administrator) prompt. Ap…