I am having trouble using windows powershell. System level commands as well as installed program commands do not seem to be working: attempting to use ping and java --version
I have tried manually adding to the path via powershell:
$env:Path += ";C:\Windows\System32"
I have verified the file locations are correct: System 32
and java: Java