This might be the most pedantic post ever. Sorry in advance.
On step #20:
The guide instructs to use the command
echo %PATH%
which will correctly give the following list of environment variables.
However, on step #25:
The guide passively compares the contents of the Environmental Variables page to the output of the
type %PATH%
command instead of the echo %PATH%
command earlier.
The output of these commands are different as it doesn’t list all of the variables, but rather only the ones that do not contain spaces and throw an error of some kind. (See how C:\Program Files\ is reduced to C:\Program. in the error message. Weird huh?)
This does not effect the lesson in any major way, though it does raise a question. Why is it that even though user cybrary has admin permissions and is using an elevated terminal, access is still denied to C:\Windows? Especially for a command that just reads text.