Tag: registry
599 script(s) tagged “registry”
Show Recycle Bin Icon on Desktop (VBScript)
Adds the Recycle Bin icon back to the desktop. Applies the tweak via WScript.Shell.RegWrite.
Enable Clipboard History (Batch)
Turns on Windows+V clipboard history. Applies the tweak via reg.exe.
Check "Disable Window Animations" Status
Reads the current registry value behind the "Disable Window Animations" tweak so you can confirm whether it's applied.
Disable Explorer Startup Delay (C#)
Removes the artificial delay before startup apps launch. Applies the tweak via Microsoft.Win32.Registry.
Check "Disable Explorer Startup Delay" Status (VBScript)
Reads the registry value behind the "Disable Explorer Startup Delay" tweak to confirm whether it's applied.
Disable Background Apps Globally (Batch)
Prevents Store apps from running in the background to save resources and battery. Applies the tweak via reg.exe.
Show Seconds in Taskbar Clock (Batch)
Adds a seconds display to the taskbar clock. Applies the tweak via reg.exe.
Check "Disable Activity Feed / Timeline" Status (Batch)
Uses reg query to check the current value behind the "Disable Activity Feed / Timeline" tweak.
Disable Balloon Tip Notifications (Registry Tweak)
Disables the small notification balloon tips in the system tray.
Check "Enable Dark Mode" Status (VBScript)
Reads the registry value behind the "Enable Dark Mode" tweak to confirm whether it's applied.
Disable Taskbar Chat Icon (Registry Tweak)
Removes the Chat/Teams icon from the Windows 11 taskbar.
Disable Windows Telemetry (Python)
Lowers the diagnostic data Windows sends to Microsoft (requires admin). Requires an elevated (Administrator) prompt. Ap…