Powershell Profile
Powershell profile https://superuser.com/questions/886951/run-powershell-script-when-you-open-powershell
run this to create the file New-item –type file –force $profile run this to allow the file to run, without giving too much rights Set-ExecutionPolicy RemoteSigned -Scope LocalMachine