Profiles
Create a profile
Locate your profile and create it if necessary:
$profile
new-item -path $profile -itemtype file -force
Edit profile
Execute the command you want to be executed whenever a new PowerShell window opens:
# Determine starting location
Set-Location C:\
#
Misc:
shell powershell