Example fields: OS name/version/config, system manufacturer/model, root device, windows dir, physical/virtual memory stats, Active Directory Domain, AD logon server, applied hotfixes, network interfaces
Reference: https://www.petri.com/easily-edit-hosts-file-windows-10
# Command line
## Kill a process from the command line
1. To kill a process by its PID, type the command:
```taskkill /F /PID <pid_number>