Day 11 Flashcards
scheduling tasks
windows provides the ability to schedule scripts, applications, and system tasks for execution either locally or remotely.
Task scheduler wizard
provides a point and click GUI interface for ease of use
command line schedulers
AT and SCHTASKS
AT
the original command-line scheduler introduced in the early days of MS-DOS.
the AT command uses the local SYSTEM account access token by default.
does not recognize jobs created by SCHTASKS
SCHTASKS
introduced in WindowsXP.
recognizes jobs scheduled by AT.
can be used on a local or remote machine.
defaults to the credentials of the currently logged on user
msconfig
a GUI utility that is a troubleshooting tool which is used to TEMPORARILY DISABLE OR RE_ENABLE software, device drivers or Windows services that run DURING STARTUP process to help the user determine the cause of a problem with windows
MSINFO32
a GUI utility that displays Windows drivers/devices and software installed
winmsd
a legacy version of MSINFO32.
run from CLI
Systeminfo
command-line tool that can be used to query system configuration and hotfix installations (security patches)
diskpart
a tool that can be used to determine disk, volume, and partition information
support tools and resource kits
intended for use by administrators to streamline network management tasks
Sysinternals suite
a collection of microsoft tools that provide numerous utilities to assist administrators in managing systems and the network