β‘ PowerShell
Modern automation and administration scripts for Windows.
Get Keyboard Info Report
Queries Win32_Keyboard via WMI and reports Keyboard Info in a formatted table, with an optional CSV export.
Get Processor Info Report
Queries Win32_Processor via WMI and reports Processor Info in a formatted table, with an optional CSV export.
Get Microsoft Edge's browser cache Size Report
Reports how much disk space Microsoft Edge's browser cache is currently using, read-only (no deletion).
Watch BIOS Info for Changes
Polls Win32_BIOS on an interval and prints a line whenever the BIOS Info count changes β a lightweight way to notice neβ¦
Backup The system-wide Windows Temp folder to Zip
Zips up the current contents of the system-wide Windows Temp folder before you run a cleanup against it.
Watch Signed Drivers for Changes
Polls Win32_PnPSignedDriver on an interval and prints a line whenever the Signed Drivers count changes β a lightweight β¦
Watch Network Login Profiles for Changes
Polls Win32_NetworkLoginProfile on an interval and prints a line whenever the Network Login Profiles count changes β a β¦
Watch Time Zone Settings for Changes
Polls Win32_TimeZone on an interval and prints a line whenever the Time Zone Settings count changes β a lightweight wayβ¦
Watch Sound Devices for Changes
Polls Win32_SoundDevice on an interval and prints a line whenever the Sound Devices count changes β a lightweight way tβ¦
Watch Printers for Changes
Polls Win32_Printer on an interval and prints a line whenever the Printers count changes β a lightweight way to notice β¦
Get USB Controllers Report
Queries Win32_USBController via WMI and reports USB Controllers in a formatted table, with an optional CSV export.
Check "Disable Lock Screen" Status
Reads the current registry value behind the "Disable Lock Screen" tweak so you can confirm whether it's applied.