Summary: Use Windows PowerShell to ease access to system values.
How can l print out the value of %systemroot%?
a. (get-item Env:\systemroot).value
b. $env:systemroot
The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.
0 comments