I want to check the PATH environment variable in PowerShell
I've tried
Get-ChildItem env:path
I want to get the complete path, but get only a very small part of it. How much I get depends on the width of the PowerShell window, e.g.
C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Progra...
If want to see the full path, one method is to use echo
:
echo $env:path
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With