You didn't change it, that what it will show when you open it.
Mine says; C:\users\Don>
It all depends on which account you are log in on, and exactly how you open the Command Prompt.
Two "locations" to start from:
1. Use the shortcut at All Programs | Accessories | Command Prompt.
(Used often enough, Command Prompt will appear in the Recent Programs list on the left side, results are the same)
2. Type cmd into Search box. Click cmd.exe when it appears
Two "methods" to start with:
1. A Normal Command Prompt opens by a single left click
2. An Admin Command Prompt opens by a right click, then click Run As Administrator
When logged in on the real Administrator account:
1. Opens with the prompt C:\Users\Administrator for both Normal and Admin prompts.
The title of both prompts is Administrator: Command Prompt
2. Normal opens with the prompt C:\Users\Administrator
Admin opens with the prompt C:\Windows\System32
The title of both prompts is Administrator: C:\Windows\System32\cmd.exe
When logged in from any other account, Regular User or Computer Administrator:
1. Normal opens with the prompt C:\Users\Username
Admin opens with the prompt C:\Windows\System32
The title of the Normal prompt is Command Prompt
The title of the Admin prompt is Administrator: Command Prompt
2. Normal opens with the prompt C:\Users\Username
Admin opens with the prompt C:\Windows\System32
The title of the Normal prompt is C:\Windows\System32\cmd.exe
The title of the Admin prompt is Administrator: C:\Windows\System32\cmd.exe
If UAC is on, an Admin prompt will prompt you for permission, and a Username/password if in a Regular account.
So the key to telling if you are actually in an Administrative Command Prompt is it must show Administrator: in the title.
The actual prompt doesn't matter. If it is showing C:\Users\Username, you can always change it to C:\Windows\System32 by typing cd \windows\system32
If you really want to mess with your users, you can set the prompt to show "You really shouldn't be here. You might break something"
Last edited by Adamsappleone; Oct 29th, 2009 at 3:51 pm.