Update to Powershell to accomidate Windows 7 #3
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "Win7_Fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This should reslove issue #2 by detecting the system it's being run on and falling back to wmic commands if it is detected that the computer is running Windows 7.
Testing shows most things working on the output side with the exception of RAM not having an ammount shown. IE. 4 instead of 4 GB.
This can be fixed by adding the line
To the
Find-RAM_7
function before$system_memory_7
is returned.Issue #4 should be corrected as well before merge.