October 17th, 2014

PowerTip: Change the PowerShell Prompt

Doctor Scripto
Scripter

Summary: Learn how to shorten the Windows PowerShell prompt.

Hey, Scripting Guy! Question I am concerned that the Windows PowerShell prompt is becoming too long when working with the registry or the
           file system, and I would like to shorten it.

Hey, Scripting Guy! Answer Change the prompt with the following one-liner (remember to add a space at the end of the prompt
           for reading ease):

Function prompt {“My Prompt “}

When you close Windows PowerShell, the prompt returns to the original configuration.

Note  Today’s PowerTip is supplied by Windows PowerShell MVP, Jeff Wouters.

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.