⚑ PowerShell

Modern automation and administration scripts for Windows.

⚑ PowerShell 5.1+

Get Keyboard Info Report

Queries Win32_Keyboard via WMI and reports Keyboard Info in a formatted table, with an optional CSV export.

⚑ PowerShell 5.1+

Get Processor Info Report

Queries Win32_Processor via WMI and reports Processor Info in a formatted table, with an optional CSV export.

⚑ PowerShell 5.1+

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).

⚑ PowerShell 5.1+

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…

⚑ PowerShell 5.1+

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.

⚑ PowerShell 5.1+

Watch Signed Drivers for Changes

Polls Win32_PnPSignedDriver on an interval and prints a line whenever the Signed Drivers count changes β€” a lightweight …

⚑ PowerShell 5.1+

Watch Network Login Profiles for Changes

Polls Win32_NetworkLoginProfile on an interval and prints a line whenever the Network Login Profiles count changes β€” a …

⚑ PowerShell 5.1+

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…

⚑ PowerShell 5.1+

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…

⚑ PowerShell 5.1+

Watch Printers for Changes

Polls Win32_Printer on an interval and prints a line whenever the Printers count changes β€” a lightweight way to notice …

⚑ PowerShell 5.1+

Get USB Controllers Report

Queries Win32_USBController via WMI and reports USB Controllers in a formatted table, with an optional CSV export.

⚑ PowerShell 5.1+

Check "Disable Lock Screen" Status

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