Profiles are located in multiple locations
%windir%\system32\WindowsPowersShell\v1.0\profile.ps1This profile applies to all users and all shells%UserProfile%\My Documents\WindowsPowerShell\Microsoft.Powershell_profile.ps1- applies to the current user and just the Powershell prompt (ie: not nuget package manager shell or other custom shells). This path is aliased as$profilein powershell
First, open a Powershell Administrators shell
PS> Set-ExecutionPolicy RemoteSigned