PowerShell profile

As per: https://technet.microsoft.com/en-us/library/ff461033.aspx (almost - just skip step 6)

PS:

$check = test-path $profile
if($check -eq $false){New-item –type file –force $profile}

Set-ExecutionPolicy RemoteSigned