Is there a way to change PowerShell\'s default location?
How do you set PowerShell\'s default working directory?
Step1. open file Microsoft.PowerShell_profile under C:\Users\yourusername\Documents\PowerShell:
Microsoft.PowerShell_profile
C:\Users\yourusername\Documents\PowerShell
Step2. Add the following line:
set-location "C:\Whatever\path\you\want\to\set\as\worrkingdir\"
Step3. relaunch power-shell