Although the DOS command is already a yellow flower yesterday, we still need to use the DOS command many times, so the Windows XP system also retains the "command prompt", but the interface facing the white background all day is really in my heart. Unhappy, below we are good to help any foreign tools, manually create a personalized "command prompt".
Step 1: Create a new .cmd file. The file name can be customized. We will name it cmd.cmd and enter the following content:
@echo off
echo Microsoft Windows XP
echo Welcome to the mountain people studio!!!
echo today is %date%
echo is now %time%
title Mountain people personality cmd.exe
color 3c
@echo on
The text behind the middle echo can be changed arbitrarily, such as adding your favorite motto Or other text, and %date% and %time% are the current date and time of the calling system. "title mountain personality cmd.exe" is to change the cmd window title name. "color 3c" is to set the foreground and background color of the cmd window. The previous number or letter is the background color, the latter number or letter is the foreground color, and the numbers or letters corresponding to some colors are: 0=black, 1=blue 2=green, 3=light green, 4=red, 5=purple, 6=yellow, 7=white, 8=grey, 9=light blue, A=light green, B=light green, C=light red , D = light purple, E = light yellow, F = bright white. After editing the cmd.cmd file, we can now copy it to the system directory, such as c:/windows. //This article comes from the computer software and hardware application network www.45it.com
Step 2: Run "regedit" in the start menu to open the registry editor, navigate to [HKEY_LOCAL_MACHINE\\\\SOFTWARE\\\\ Microsoft\\\\ Under command processor], change the DWORD value of "AutoRun" to "%systemroot%\\\\cmd.cmd" (without quotes), save the registry, run the cmd command in the start menu to see the effect, is it cool? .
In addition, if you want to open a "command prompt" to display a command prompt you need, you can also add such a piece of code in the cmd.cmd file, such as "prompt C: /windows ", the code format is "prompt name".
Everyone knows that the command prompt window of the Windows system can use the ping command to ping
Some friends on the hard disk partition and how to use Fdisk to partition and use the magician to ad
copy is the meaning of copying in English. The so-called copy is the original file without any chang
is usually used. We usually use the C drive. After the boot, the prompt is displayed as C:, but some
Modify the command to make the Windows disk cleaning function more powerful
How to use the Ping command to check the reason why you can't access the Internet?
Microsoft's little known invincible command
Recovery Console Command Input Tips
Windows Defender command line parameters explain
What is the fdisk/mbr command and what is the main boot area?
Detailed TAR command parameters
Typical application of Netsh commands in Windows
How to create a folder that cannot be deleted by others under windows7 system
How to download Microsoft's official Windows7?
Win7 tips for viewing power information through a command prompt
How to recover files that were accidentally deleted by Win7 system?
Notebook Win7 system set automatic sleep time method
How to customize the template for Focusky Focusky homemade template tutorial
Where is the cmd under win8? How does cmd run as an administrator
WinXP method to install Win7 system through PE toolbox
How to create a folder that cannot be deleted in win7 system?