Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Launch PowerShell Without a Profile

$
0
0

Summary: Learn how to launch Windows PowerShell without using a profile.

Hey, Scripting Guy! Question I suspect my profile is causing issues with Windows PowerShell. How can I launch Windows PowerShell
           without starting the profile?

Hey, Scripting Guy! Answer Use the Run command to launch Windows PowerShell with the –noprofile switch:

PowerShell -noprofile


Viewing all articles
Browse latest Browse all 3333

Trending Articles