Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 493 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 493 Bytes

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.