⚡ PowerShell
Modern automation and administration scripts for Windows.
Check "Disable Windows Welcome Experience" Status
Reads the current registry value behind the "Disable Windows Welcome Experience" tweak so you can confirm whether it's …
Check "Show This PC Icon on Desktop" Status
Reads the current registry value behind the "Show This PC Icon on Desktop" tweak so you can confirm whether it's applie…
Backup Computer System Info List to JSON
Snapshots Computer System Info from Win32_ComputerSystem to a timestamped JSON file for later comparison or auditing.
Check "Show Recycle Bin Icon on Desktop" Status
Reads the current registry value behind the "Show Recycle Bin Icon on Desktop" tweak so you can confirm whether it's ap…
Check "Disable Explorer Startup Delay" Status
Reads the current registry value behind the "Disable Explorer Startup Delay" tweak so you can confirm whether it's appl…
Watch Services for Changes
Polls Win32_Service on an interval and prints a line whenever the Services count changes — a lightweight way to notice …
Check "Disable Sticky Keys Shortcut Prompt" Status
Reads the current registry value behind the "Disable Sticky Keys Shortcut Prompt" tweak so you can confirm whether it's…
Watch Installed Hotfixes for Changes
Polls Win32_QuickFixEngineering on an interval and prints a line whenever the Installed Hotfixes count changes — a ligh…
Check "Disable Windows Consumer Features" Status
Reads the current registry value behind the "Disable Windows Consumer Features" tweak so you can confirm whether it's a…
Backup Local Groups List to JSON
Snapshots Local Groups from Win32_Group to a timestamped JSON file for later comparison or auditing.
Disable Snap Assist Suggestions
Stops Windows from suggesting other windows to snap next to one you just moved.
Backup The NuGet packages cache to Zip
Zips up the current contents of the NuGet packages cache before you run a cleanup against it.