A script to automate the downloading and running of https://github.com/DuseTrive/System-Info-Reporter.
The sha256 sum used here is hard coded to the current (as of 2025, but the latest 2023 release).
You can run this script with the following one-liner in a Windows PowerShell:
irm https://raw.githubusercontent.com/acep-uaf/demo-windows_run_system_info/main/RunSystemInfo.ps1 | iex
WARNING: Don't do this for random tools you do not 1000% trust. Not a good practice in general.