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:
@@ -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"
|
||||
Reference in New Issue
Block a user