Summary: Learn how to launch Windows PowerShell without using a profile.
I suspect my profile is causing issues with Windows PowerShell. How can I launch Windows PowerShell
without starting the profile?
Use the Run command to launch Windows PowerShell with the –noprofile switch:
PowerShell -noprofile