
21-07-2009
|
| |
| Re: How to Change the recovery console administrator password on Windows 2003
I have some of the useful commands that you can use in Recovery Console. I think it will useful for you. Just go through it:- - Attrib changes attributes on one file or folder.
- Batch executes commands that you specify in the text file, InputFile. OutputFile holds the output of the commands. If you omit the OutputFile argument, output is displayed on the screen.
- Bootcfg is used for boot configuration and recovery. You can use the bootcfg command to make changes to the Boot.ini file.
- CD (chdir) operates only in the system directories of the current Windows installation, in removable media, in the root directory of any hard disk partition, or in the local installation sources.
- Chkdsk: The /p switch runs Chkdsk even if the drive is not flagged as dirty. The /r switch locates bad sectors and recovers readable information. This switch implies /p. Chkdsk requires Autochk. Chkdsk automatically looks for Autochk.exe in the startup folder or in the boot folder. If Chkdsk cannot find the file in the startup folder, it looks for the Windows Server 2003 installation CD. If Chkdsk cannot find the installation CD, it prompts the user for the location of Autochk.exe.
- Cls clears the screen.
- Copy copies one file to a target location. By default, the target cannot be removable media, and you cannot use wildcard characters. Copying a compressed file from the Windows Server 2003 installation CD automatically decompresses the file.
- Del (delete) deletes one file. Del operates in the system directories of the current Windows installation, in removable media, in the root directory of any hard disk partition, or in the local installation sources. By default, you cannot use wildcard characters.
- Dir displays a list of all files, including hidden and system files.
- Disable disables a Windows system service or a Windows driver. The servicename argument is the name of the service or the driver that you want to disable. When you use this command to disable a service, it displays the service's original startup type before changing the type to SERVICE_DISABLED. It is a good idea to note the original startup type so that you can use the enable command to restart the service.
|