Lesson 8 - Chapter 3: Boot Repair at the Command Prompt Flashcards

1
Q

What’s the difference between the regular cmd.exe shell in Windows and WinRE command prompt?

A

WinRE’s command prompt supports a different set of commands

(also lacks support for some regular Windows cmd.exe prompts)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What’s an important utility that WinRE’s command prompt can run that the regular cmd.exe shell can’t?

A

bootrec

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What command sets remain in the WinRE command prompt? (4)

A

File management ones like:
1. copy
2. move
3. del
4. format
etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Since the Startup Repair tool runs many of the WinRE commands automatically, when would you need to use the WinRE command prompt?

A

for unique situations where the Startup Repair tool fails

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the bootrec command? (3)

A

a WinRE tool that can repair:
-the master boot record
-boot sector
-BCD store

(has different switches for different actions)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does the bcdedit command do?

A

By itself without switches, it shows the Windows boot options

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

When using bcdedit on a system with a single copy of Windows installed, what 2 sections show up?

A
  1. Windows Boot Manager - describes the location of bootmgr
  2. Windows Boot Loader - describes the location of the winload.exe file
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

The diskpart tool lacks what that’s built into Disk Management?

A

safety features

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What can you delete with diskpart?

A

Delete any partition of any type at any time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What diskpart command is a last-ditch effort and handy for nasty corruptions that won’t let Windows boot?

A

clean

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

In terms of handling file systems, what does ‘fsinfo’ provide?

A

detailed query about the drives and volumes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Typing ‘fsutil dirty’ does what?

A

It tells you if the drive is “dirty” and you need to run autochk at the next reboot

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What does it mean when a drive is “dirty”?

A

Windows has detected an error in the file system for a drive and flags it as dirty drive/volume

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What does the utility autochk do?

A

it runs after a reboot and before Windows loads to correct errors in the file system of a drive

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What does typing ‘fsutil repair initiate’ do?

A

it runs a basic version of chkdsk without rebooting

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

The fsutil commands deal with what?

A

the file system

17
Q

What are the 10 WinRE commands available?

  1. b
  2. same
  3. same
  4. same
  5. same
  6. d
  7. e
  8. f
  9. r
  10. s
A
  1. bcdedit
  2. bootrec /fixboot
  3. bootrec /fixmbr
  4. bootrec /scanos
  5. bootrec /rebuildmbr
  6. diskpart
  7. extract
  8. fsutil
  9. reg
  10. sfc