Change Default Prompt in Windows Server 2008 - Server Core
|
Posted Thursday, 07 February 2008 by Michael Khanin
If you are planning to deploy Windows Server 2008 - Server Core installations, I think you should use the following tip, that I've found few days ago on very good blog, blogs.technet.com/aralves.
Think about you have more than one Windows Server 2008 - Server Core box and you are connecting to them by using the Terminal Services Remote Programs. What you get? Just a simple prompt. By using following tip you can change the default prompt and add at least the servername. To do this, simple open the registry editor and navigate to the following key:
HKLM\System\CurrentControlSet\Control\Session Manager\Environment
Find a key called Prompt, if it's not there create one using the following settings.
Value Name: Prompt
Data Type: REG_EXPAND_SZ
Value Data: $_Server:[%servername%]$_Username:[%username%]$_$T$_$p$g
With this value you get the prompt as shown in the picture.
Here are some of the special codes you can use:
* $A - & (Ampersand)
* $B - | (pipe)
* $C - ( (Left parenthesis)
* $D - Current date
* $E - Escape code (ASCII code 27)
* $F - ) (Right parenthesis)
* $G - > (greater-than sign)
* $L - < (less-than sign)
* $N - Current drive
* $P - Current drive and path
* $Q - = (equal sign)
* $S - (space)
* $T - Current time
* $_ - Carriage return and linefeed
* $$ - $ (dollar sign)
Now you will always know on which server you are working :)
|
Add comment
You have no rights to add a new comment. May be you need to register on the site.