mirror of
https://github.com/cmderdev/cmder.git
synced 2025-02-10 23:49:07 +08:00
add systeminfo.exe output
This commit is contained in:
parent
6458199812
commit
4378741aad
6
vendor/bin/cmder_diag.cmd
vendored
6
vendor/bin/cmder_diag.cmd
vendored
@ -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!
|
||||||
|
6
vendor/bin/cmder_diag.ps1
vendored
6
vendor/bin/cmder_diag.ps1
vendored
@ -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!
|
||||||
|
6
vendor/bin/cmder_diag.sh
vendored
6
vendor/bin/cmder_diag.sh
vendored
@ -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 ------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user