add systeminfo.exe output

This commit is contained in:
Dax T. Games 2020-09-12 06:10:41 -04:00
parent 6458199812
commit 4378741aad
3 changed files with 18 additions and 0 deletions

View File

@ -35,6 +35,12 @@ echo where git
echo ------------------------------------ echo ------------------------------------
where git where git
echo.
echo ------------------------------------
echo systeminfo
echo ------------------------------------
systeminfo
echo. echo.
echo ------------------------------------ echo ------------------------------------
echo Make sure you sanitize this output of private data prior to posting it online for review by the CMDER Team! echo Make sure you sanitize this output of private data prior to posting it online for review by the CMDER Team!

View File

@ -33,6 +33,12 @@ write-host get-command git
write-host ------------------------------------ write-host ------------------------------------
get-command git get-command git
write-host ''
write-host ------------------------------------
write-host systeminfo
write-host ------------------------------------
systeminfo
write-host '' write-host ''
write-host ------------------------------------ write-host ------------------------------------
write-host Make sure you sanitize this output of private data prior to posting it online for review by the CMDER Team! write-host Make sure you sanitize this output of private data prior to posting it online for review by the CMDER Team!

View File

@ -31,7 +31,13 @@ echo ''
echo ------------------------------------ echo ------------------------------------
echo which git echo which git
echo ------------------------------------ echo ------------------------------------
which git which git
echo ''
echo ------------------------------------
echo systeminfo
echo ------------------------------------
systeminfo
echo '' echo ''
echo ------------------------------------ echo ------------------------------------