Command Line: Windows Command Line (TryHackMe)

In this article, I will write a write-up for the Windows Command Line that covers Basic System Information, Network Troubleshooting, File and Disk Management, and Task and Process Management.
What is the default command line interpreter in the Windows environment?
cmd.exeWhat is the OS version of the Windows VM?
10.0.20348.2655What is the hostname of the Windows VM?
WINSRV2022-COREWhich command can we use to look up the server’s physical address (MAC address)?
ipconfig /allWhat is the name of the process listening on port 3389?
TermServiceWhat is the IP address of your gateway?
10.10.0.1What are the file’s contents in C:\Treasure\Hunt?
THM{CLI_POWER}What command would you use to find the running processes related to notepad.exe?
tasklist /FI "imagename eq notepad.exe”What command can you use to kill the process with PID 1516?
taskkill /PID 1516The command
shutdown /scan shut down a system. What is the command you can use to restart a system?shutdown /rWhat command can you use to abort a scheduled system shutdown?
shutdown /a
Thank you for reading my article. Please leave any questions or comments on improving my learning journey and the THM challenges.




