Powershell is now working.

The powershell version is now functional. The .bat version has been
updated to include RAM output as well.
This commit is contained in:
2021-04-20 10:08:24 -04:00
parent bdaf99c174
commit e1429781c1
3 changed files with 109 additions and 47 deletions

View File

@@ -10,4 +10,6 @@ wmic os get Caption
echo System Serial Number
wmic bios get serialnumber
echo System Model Name
wmic csproduct get name
wmic csproduct get name
echo System RAM
systeminfo.exe | findstr /C:"Total Physical Memory"