Collect the computer and system info at a given time in order to track issues or problems.
You can share the generated report with your friend or someone of your trust to help you detect your computer problem at a given moment.
Note: Program can be executed with '-s', '/s' or '--silent' argument to skip GUI.
Report will be generated and the html file will show on explorer after completion.
Example: "SystemInfoSnapshot.exe -s"
See all the available arguments below.
"SystemInfoSnapshot.exe /?"
"SystemInfoSnapshot.exe --null"
"SystemInfoSnapshot.exe -s"
"SystemInfoSnapshot.exe -o"
"SystemInfoSnapshot.exe -f ."
- Use a dot (.) to set the path as same as the executable path or working dir and preserve default filename."SystemInfoSnapshot.exe -f="C:\my folder""
- (See note 2)"SystemInfoSnapshot.exe -f:/home/snapshots/report.html"
- (See note 3 and 7)"SystemInfoSnapshot.exe -f my_new_report.html"
- (See note 4)"SystemInfoSnapshot.exe -f D:\report1"
- (See note 5)-f D:\
-f "D:\myreport.html"
-f report.html
-f report
-f:path
OR -f=path
under a Unix system, because slash (/) is interpreted as a argument. ie: "-f /home" = ERROR | "-f:/home" = OK"SystemInfoSnapshot.exe -t 0"
- Use 0 or lower to use no limit, best value will be choose by .NET Framework. (Default)"SystemInfoSnapshot.exe -t 1"
- Allow only 1 maximum task (single thread)."SystemInfoSnapshot.exe -t 4"
- Allow only 4 maximum tasks."SystemInfoSnapshot.exe --listen-server *"
- Listen the server on any IP in the default port with 10 seconds of update interval."SystemInfoSnapshot.exe --listen-server localhost:803"
- Listen the server on the 127.0.0.1 IP in the 803 port with 10 seconds of update interval."SystemInfoSnapshot.exe --listen-server * 20"
- Listen the server on any IP in the default port with 20 seconds of update interval."SystemInfoSnapshot.exe --listen-server *:600 30"
- Listen the server on any IP in the 600 port with 30 seconds of update interval."SystemInfoSnapshot.exe --listen-server *:600 30 --max-tasks 1"
- Same as above but set the program to work in a single thread to keep low CPU usage."SystemInfoSnapshot.exe --null -o"
- Generate and open the report in the default browser without showing the GUI."SystemInfoSnapshot.exe -s -o"
- Generate, show and open the report in the explorer and the default browser without showing the GUI."SystemInfoSnapshot.exe --null -o -f D:\snapshots"
- Generate and open the report in default browser without showing the GUI. File will be saved on folder D:\snapshots if exists, otherwise a snapshots.html will be created."SystemInfoSnapshot.exe --null --max-tasks 1 --listen-server *:8080 20"
- Listen a server on any IP address on the port 8080 and update the report every 20 seconds.
Also set to 1 task in order to save the CPU and keep at minimum usage when generating a new report on background. No GUI.
Small and lightweight application with just one executable file.
No installation needed, this software is portable and free!