13.2.6 System Management Commands Flashcards

1
Q

This CLI system management command closes all programs and services before turning off the computer

A

shutdow /s

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

This CLI system management command closes all programs and services and delays the shutdown by 45 seconds before before completely turning off the computer

A

shutdown /t45

shutdown /tnn where nn is the # of seconds to wait

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

This CLI system management command saves the current session to disk before powering off computer.

A

shutdown /h

Hibernate

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

This CLI system management command closes programs and services of the currently logged on user, loggs them off, and leaves the computer running

A

shutdown /l

/l - logoff

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

This CLI system management command closes programs and services before rebooting without powering down, also known as a soft reset.

A

shutdown /r

/r - restart or “soft” reset

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

This CLI system management command allows you to manually verify and restore system files from cache if they are corrupt or damaged.

A

sfc command utility (sfc)

System File Checker

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

This CLI system management command runs an immediate scan of system files for corruption or missing system files, then attempts to repair them by replacing damaged files with cached copies from the Windows directory.

A

sfc /scannow

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

This CLI system management command schedules a scan of system files for corruption or missing system files on the next restart of the computer.

A

sfc /scanonce

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

This CLI system management command schedules a scan of system files for corruption or missing system files on every boot of the computer.

A

sfc /scanboot

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

This CLI system management command identifies the OS as a client version of WIndows. It includes a feature update code in year/month format representing the time of release.

A

winver

1607 for July of 2016, 21H1 for early 2021

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

This CLI system management command displays the current user’s username and domain information, verifying the identity and access level of the logged-in user.

A

whoami

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

This switch can be used with any CLI command to give us detailed information about the command with which it is being used.

A

/?

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