answersLogoWhite

0


Best Answer

activaterecoveryimage.pdf

User Avatar

Wiki User

6y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What command line line can you enter into the command prompt window to view the location of the activate recovery image?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Performing Arts

What carries out commands for the operating system?

DOS, or MS-DOS, also known as the Command Prompt.


What is the language of the command prompt called?

"powershell" on windows and "bash" on linux. I'm pretty sure mac uses bash too


Can you check the boot up history of a windows 7 computer?

Open up a command prompt and type the following: powershell.exe /Command "&{ get-eventlog System | where-object {$_.EventID -eq "6005"} }" Or if you're already at the PowerShell command prompt: get-eventlog System | where-object {$_.EventID -eq "6005"} FYI: Event ID 6005 corresponds to the event log service starting up... which happens every time the computer boots up. -Scott C.


What is the difference between Kernel and Shell?

Your interface to the operating system is called a shell.The shell is the outermost layer of the operating system. Shells incorporate a programming language to control processes and files, as well as to start and control other programs. The shell manages the interaction between you and the operating system by prompting you for input, interpreting that input for the operating system, and then handling any resulting output from the operating system.Shells provide a way for you to communicate with the operating system. This communication is carried out either interactively (input from the keyboard is acted upon immediately) or as a shell script. A shell script is a sequence of shell and operating system commands that is stored in a file.When you log in to the system, the system locates the name of a shell program to execute. After it is executed, the shell displays a command prompt. This prompt is usually a $ (dollar sign). When you type a command at the prompt and press the Enter key, the shell evaluates the command and attempts to carry it out. Depending on your command instructions, the shell writes the command output to the screen or redirects the output. It then returns the command prompt and waits for you to type another command.


Was an operating system developed to run on an IBM PC with an Intel processor?

The original operating system for an IBM PC with Intel Processor was DOS (disk operating system) which operated at a command level prompt of C:

Related questions

What command prompt do you press to retrieve the last command entered one character at a time in the recovery console?

Enter F1 at the command prompt.


How do you recover data from Command prompt?

The command prompt is a terminal window, and allows the user to control their computer using specific commands. Command line recovery tools include ddrescue and the ntfs* family of tools.


Offers a Recovery Console and a Command Prompt window where you use DOS-like commands?

windows 2000/xp


What are two Windows 2000XP program files that can provide a command prompt window?

Windows desktop and The Recovery Console


How do you activate a guest account using a command prompt in windows 7?

enter in to cmd net user guest /active: yes


What offers a recovery console and a command prompt window where you use DOS- like commands?

windows 2000/XP


How do you exit a prompt command?

Use "prompt $p$g" command.


Command prompt doesn't show if my PC is running in safe mode with command prompt?

Safe mode with command prompt option is totally depends on DOS shell, hence there is no need for separate command prompt..


How do you do next line in command prompt?

when using command prompt, after you give it a command, press the enter button. Command prompt will then carry out the task and will automatically go to the next line.


What do you know about PROMPT command in MS-DOS?

PROMPT command is an internal command, which is used to change the MS-DOS prompt. Through, the system displays the prompt bu default, when you start the computer.


How do you get the IPA of a computer from the command prompt?

In command prompt write "ipconfig/all" command and then press [enter]. And see the IPv4 Address section in the commend prompt.


What is the function of CLS in dos command?

The command CLS clears the screen and resets the location of the command prompt to the top of the screen. This is similar to the Unix command clear.