Windows OS Flashcards
What command can be used to verify the integrity of the Windows system files?
sfc /scannow
What command will tell you which system files are signed and which aren’t?
sigverif
What command can be used to query DNS names?
nslookup
What command can be used to verify basic TCP/IP connectivity to a network host?
ping
What command is used to view or modify a computer’s IP addresses?
ipconfig
What command is used to view a system’s full IP configuration?
ipconfig /all
What command will flush the DNS resolver cache?
ipconfig /flushdns
What command will renew the IP address from a DHCP server?
ipconfig /renew
What command is designed to provide information about the tasks that are running on a Windows 7 system?
tasklist
What command terminates a task, either by name or PID?
taskkill -pid or -im .exe
What command will display the route and measure transit delays of packets across the network?
tracert