Home

Published

- 1 min read

setup powershell profile

img of setup powershell profile

The solution for this is noted below

setup powershell profile

Solution

   If profile already exists then
notepad $PROFILE
else use the command below to create new profile
New-Item -Path $profile -Type File -Force

Try other methods by searching on the site. That is if this doesn’t work