answersLogoWhite

0

What else can I help you with?

Related Questions

The command of the Recovery Console displays or changes the current folder?

Cd


What command of the recovery console changes the current folder?

CD


What Command displays or changes the read only archive system and hidden characteristics of files?

file attrib


What command in windows 98 can you use to change a files settings?

The ATTRIB command displays or changes the read-only, archive, system, and hidden attributes assigned to files


What is the purpose of the System root command under the Recovery Console?

You can use the Recovery Console to copy a new set of system files for the Windows setup CD to the hard drivepg 272 CompTIA softwareChanges the current directory to the directory where Windows 2000/XP is installedp 706 CompTIA A+ Guide to Managing & Maintaining Your PC


What are the two recovery tool new to windows xp that are used to recover from a failed boot?

The two recovery tools new to Windows XP that help recover from a failed boot are the Recovery Console and the Last Known Good Configuration. The Recovery Console provides a command-line interface to troubleshoot and repair system issues, allowing users to access system files and execute commands. The Last Known Good Configuration option allows users to start Windows with the last set of driver and registry settings that worked successfully, potentially bypassing issues caused by recent changes.


What can you do with NETSH?

Netsh is a command-line scripting utility that allows you to, either locally or remotely, display, modify or script the network configuration of a computer that is currently running. Usage: netsh [-a AliasFile] [-c Context] [-r RemoteMachine][Command | -f ScriptFile] The following commands are available: Commands in this context:? - Displays a list of commands.add - Adds a configuration entry to a list of entries.delete - Deletes a configuration entry from a list of entries.dump - Displays a configuration script.exec - Runs a script file.help - Displays a list of commands.interface - Changes to the `interface' context.ras - Changes to the `ras' context.routing - Changes to the `routing' context.set - Updates configuration settings.show - Displays information. The following subcontexts are available:routing interface ras To view help for a command, type the command, followed by a space, and thentype ?.


What are some commands that are used in the command prompt?

Enter 'HELP' at the command prompt for a complete list. Enter 'HELP command' or 'command /?' to display help information on that command. E.g., 'HELP ATTRIB' or 'ATTRIB /?' to display help on the ATTRIB command.


Basic DOS commands?

ATTRIB ....... Displays or changes file attributes. CD ........... Displays the name of or changes the current directory. CLS .......... Clears the screen. COPY ......... Copies one or more files to another location. DATE ......... Displays or sets the date. DEL .......... Deletes one or more files. DIR .......... Displays a list of files and subdirectories in a directory. DISKCOMP ..... Compares the contents of two floppy disks. DISKCOPY ..... Copies the contents of one floppy disk to another. EXIT ......... Quits the CMD.EXE program (command interpreter). FIND ......... Searches for a text string in a file or files. FINDSTR ...... Searches for strings in files. HELP ......... Provides Help information for Windows commands. MD ........... Creates a directory. MKDIR ........ Creates a directory. MORE ......... Displays output one screen at a time. MOVE ......... Moves one or more files from one directory to another directory. PATH ......... Displays or sets a search path for executable files. PRINT ........ Prints a text file. PROMPT ....... Changes the Windows command prompt. RD ........... Removes a directory. REN .......... Renames a file or files. RENAME ....... Renames a file or files. REPLACE ...... Replaces files. RMDIR ........ Removes a directory. SET .......... Displays, sets, or removes Windows environment variables. TIME ......... Displays or sets the system time. TREE ......... Graphically displays the directory structure of a drive or path. TYPE ......... Displays the contents of a text file. XCOPY ........ Copies files and directory trees. To see the full list use the "HELP" command at the DOS prompt.


When might it be useful to be able to copy a files from a CD to the hard drive by using the recovery console?

When Windows won't boot because of changes made to the registry, you can copy the correct registry files back onto the hard drive.


What happens when the DOS command DATE is executed?

When the DOS command DATE is executed, it prompts the user to enter a new system date. If the user inputs a valid date, the system updates the current date accordingly. If the user simply presses Enter without entering a new date, the command displays the current date without making any changes. The command is primarily used to view or modify the system date in a DOS environment.


How do you repair Windows XP using the Recovery Console?

Repair and Recovery of windows Xp with the Recovery Console If Windows won't start, use the DOS-like Recovery Console to make repairs. The Recovery Console is one of the last-ditch tools you can use if your Windows installation doesn't start up at all. Before you resort to the Recovery Console, if Windows starts up, make sure you've already tried System Restore (especially if you've recently changed your hardware). To run System Restore, choose Control Panel Performance and Maintenance System Restore. If it won't start, try running the Windows XP Setup Wizard from the installation CD and choosing its Repair option, or try starting Windows in Safe Mode. If none of these easier paths work, you're stuck using the DOS-like Recovery Console to figure out what's wrong with Windows, your system or boot partition, or your disk's master boot record (MBR). You can use its DOS-like commands to look at the files and folders that make up Windows, and possibly repair them. You can also repair the master boot record and boot sector. You can configure the Recovery Console not to require the administrator password on login. In the Registry Editor, set the value of key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Setup\RecoveryConsole\SecurityLevel to 1. Starting the Recovery Console To start the Recovery Console, boot your computer from the Windows XP installation CD and follow the prompts. When it asks which Windows installation you want, type the number of the installation (1, if Windows XP is the only operating system installed) and press Enter. Type the password for the Administrator account. When the Recovery Console is running, you see the prompt D:\WINDOWS>, which tells you the name of the current folder (directory). If you plan to use the Recovery Console often, add it to your boot menu (the menu that appears if you have a multiboot system). You must be logged in as an administrator. Choose Start Run and type the command d:\i386\winnt32.exe /cmdcons (replace d: with your CD drive's letter if it's not D). The Recovery Console occupies about 7 MB of disk space and stores its program files in \Comdcons on your system drive. Now you can type commands and press Enter, just like in the good old days of DOS! However, not all DOS commands work, and you can't examine files in all folders. You are restricted to the Windows program folder (C:\Windows on most systems), its subfolders, the root folder of the Windows partition (C:\ on most systems), removable drives (including diskette, ZIP, and CD drives-but these are read-only), and the \Cmdcons folder (which contains the Recovery Console program itself, if you have added it to your boot menu). If you know DOS, the Recovery Console's commands look familiar, though only a few are available and some work differently. To see a list of all the available commands, type help and press Enter. To find out how a specific command works, type the command, followed by a space and /? (for example, expand /?). When you are done using the Recovery Console, type exit and press Enter to reboot your computer. Looking Around Use these commands to examine your system: CD folder Changes the current folder to the folder you name. In the folder name, two dots (..) represents the parent folder of the current folder. To move to a different drive, type its drive letter and a colon and press Enter. dir folder or dir filename Lists the contents of the folder, including files and subfolders. For the filename, you can use * as a wildcard character (for example, dir *.dll). You see the last modification date and time, attributes, size (in bytes) and filename. The attributes are represented by letters: d (directory or folder), h (hidden), s (system), e (encrypted), r (read-only), a (changed since last backup), and c (compressed). map Lists the drive letters with their file format (FAT32 or NTFS), size, and pathname. type filename Displays the contents of the file as text. For executable, graphic, and other nontext files, you see garbage. If a filename or pathname includes spaces, enclose it in double quotes. Fixing the MBR, Boot Sector, or Boot Menu If your system can't find a partition from which to boot, try fixing the MBR. Type fixmbr to rewrite the MBR on the boot partition (the drive or partition from which the computer starts up). If the system finds the boot partition but the Windows boot sector is fouled up on the Windows partition (the drive or partition where Windows is installed), rewrite the Windows boot sector by typing fixboot. To specify which drive is the Windows partition, you can add the drive letter (e.g., fixboot c. Windows XP includes a boot menu that allows you to choose which operating system to start up. (It doesn't appear if your system has only one operating system.) To fix the boot menu, use the bootscan command. Type bootcfg /scan to look at all your partitions and drives, scanning for Windows installations. Type bootcfg /list to list the entries in boot.ini (the file that contains your boot menu entries). Fixing Windows If something is wrong with your Windows installation, use these commands to modify or replace the problematic files: attrib filename flag Changes the attribute of a file (filename). The flag is + (adds, or turns on) or - (removes, or turns off), followed by r (read-only), s (system), or h (hidden). chkdsk drive Checks and repairs files and folders on drive. Add the /p switch to check the drive even if no problems are marked. copy sourcepath1 sourcepath2 Copies the file from sourcepath1 and names the new file sourcepath2. The asterisk wildcard (*) doesn't work, so you can copy only one file at a time. diskpart Lets you add or delete partitions, though you can't resize or move them. (For that, you need a program like PartitionMagic; go to http://www.partitionmagic.com.) expand pathname Decompresses files from a .cab file and puts the result in the current folder. If the .cab file contains more than one file, add /f:* to extract all the files. Or add /f:* /d to list all the files in the .cab, and then use expand pathname /f:filename command to extract just the one you want. wildcards in recovery console By default, the Recovery Console doesn't allow you to use wildcards, copy files from local drives to removable media, or use the CD command to list files in subfolders in all folders on all local disks. It also issues a warning message every time you copy files that overwrite existing files. However, if you have the Professional Edition, you can change that behavior using the Group Policy Editor. At a command prompt, type gpedit.msc to run the Group Policy Editor. Go to Local Computer Policy\Computer Configuration\Windows Settings\Security Settings\Local Policies\Security Options. In the list of policies on the right, double-click on "Recover console: Allow floppy copy and access to all drives and all folders." Select the Enabled option and click OK. Doing this won't actually make the changes; at this point, you'll have to use the Recovery Console itself to do that. Open the Recovery Console and use the following commands to customize its behavior: set allowwildcards = true This command lets you use the * and ? wildcards with the Recovery Console commands. set allowallpaths = true This command lets you use the CD command to list all files and subfolders on all folders on all local disks. set allowremovablemedia = true This command lets you copy files from local drives to removable media. set nocopyprompt = true This command lets you copy files that overwrite existing files, without getting a warning prompt. For more visit www.thehandycomputerguy.com for your computer repair needs in Pittsburgh