How to Create a Custom Windows Command Prompt

The windows command prompt (located at C:WindowsSystem32cmd.exe) is a useful tool to perform various administrative tasks. The prompt is a string of characters (special and non special) that are displayed whenever the command prompt is...
Method 1 of 2:

Changing the prompt dynamically

  1. How to Create a Custom Windows Command Prompt Picture 1How to Create a Custom Windows Command Prompt Picture 1
    Press windows + r.
  2. How to Create a Custom Windows Command Prompt Picture 2How to Create a Custom Windows Command Prompt Picture 2
    Type 'cmd' in the field and hit enter
  3. How to Create a Custom Windows Command Prompt Picture 3How to Create a Custom Windows Command Prompt Picture 3
    Type 'prompt', followed by the desired prompt string.
  4. The new prompt is displayed at the new line.

Note that this only changes the prompt of the current command prompt session, which is reset the next time you run the command prompt.

How to Create a Custom Windows Command Prompt Picture 4How to Create a Custom Windows Command Prompt Picture 4
Method 2 of 2:

Changing the prompt permanently

  1. How to Create a Custom Windows Command Prompt Picture 5How to Create a Custom Windows Command Prompt Picture 5
    Right-click My Computer > Properties.
  2. How to Create a Custom Windows Command Prompt Picture 6How to Create a Custom Windows Command Prompt Picture 6
    Click on Advanced system settings.
  3. How to Create a Custom Windows Command Prompt Picture 7How to Create a Custom Windows Command Prompt Picture 7
    Click on Environment Variables
  4. How to Create a Custom Windows Command Prompt Picture 8How to Create a Custom Windows Command Prompt Picture 8
    Click New (under user variables).
  5. How to Create a Custom Windows Command Prompt Picture 9How to Create a Custom Windows Command Prompt Picture 9
    Type 'prompt' in the variable name field.
  6. How to Create a Custom Windows Command Prompt Picture 10How to Create a Custom Windows Command Prompt Picture 10
    Type the desired prompt string in the variable value field.
  7. How to Create a Custom Windows Command Prompt Picture 11How to Create a Custom Windows Command Prompt Picture 11
    Click OK on each opened dialog.
5 ★ | 1 Vote