ComputerName Registry Key
The ComputerName registry key will provide the Computer Name of the endpoint.
Analysis Value
π₯οΈSystem EnumerationOperating System Availability
Major Version
Support
Major Version
Support
Windows 11
β
Server 2019
β
Windows 10
β
Server 2016
β
Windows 8
β
Server 2012
β
Windows 7
β
Server 2008
β
Windows Vista
β
Server 2003
β
Windows XP
β
Artifact Location(s)
- File: - %SystemRoot%\System32\config\SYSTEM
- Key: - SYSTEM\{CURRENT_CONTROL_SET}\Control\ComputerName\ComputerName
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ComputerName\ComputerName
Artifact Parsers
- RegistryExplorer (Eric Zimmerman) 
Artifact Interpretation
The ComputerName value's data field will provide the system's configured Computer Name.
Example
PS> Get-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\ComputerName\ComputerName" -Name *
ComputerName : HLPC01This example was produced on Windows 10, Version 10.0.19044 Build 19044
Last updated