13.2.6 System Management Commands Flashcards
This CLI system management command closes all programs and services before turning off the computer
shutdow /s
This CLI system management command closes all programs and services and delays the shutdown by 45 seconds before before completely turning off the computer
shutdown /t45
shutdown /tnn where nn is the # of seconds to wait
This CLI system management command saves the current session to disk before powering off computer.
shutdown /h
Hibernate
This CLI system management command closes programs and services of the currently logged on user, loggs them off, and leaves the computer running
shutdown /l
/l - logoff
This CLI system management command closes programs and services before rebooting without powering down, also known as a soft reset.
shutdown /r
/r - restart or “soft” reset
This CLI system management command allows you to manually verify and restore system files from cache if they are corrupt or damaged.
sfc command utility (sfc)
System File Checker
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.
sfc /scannow
This CLI system management command schedules a scan of system files for corruption or missing system files on the next restart of the computer.
sfc /scanonce
This CLI system management command schedules a scan of system files for corruption or missing system files on every boot of the computer.
sfc /scanboot
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.
winver
1607 for July of 2016, 21H1 for early 2021
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.
whoami
This switch can be used with any CLI command to give us detailed information about the command with which it is being used.
/?