Computername on har...
 
Notifications
Clear all

Computername on hard drive

6 Posts
5 Users
0 Likes
3,744 Views
jblakley
(@jblakley)
Posts: 110
Estimable Member
Topic starter
 

Does anyone know how I can find what the computer name was from a file on the hard drive? The OS is Windows XP Pro, and I can't find where it's stored. I've looked in the Windows\system32\config folders, and brought System, and Software, into a hex editor, but I couldn't find it. I've also looked under Documents and Settings for the local Admin account, but I didn't see anything in there either.

Any ideas?

Thanks,
John

 
Posted : 16/11/2006 8:17 pm
keydet89
(@keydet89)
Posts: 3568
Famed Member
 

The problem is that you're trying to open the raw Registry files (which are the right place to look) in a hex editor, when you don't know what you're looking at (I'm not trying to be mean, just kind of pointing out the obvious, I guess).

Either import the System file into RegEdit, or get the Registry Viewer from AccessData. I wrote a tool you can use, but it's probably not something you'd want to use.

 
Posted : 16/11/2006 8:32 pm
(@ash368)
Posts: 17
Active Member
 

Naviagte to the following where you will retrieve the Computer Name and Volume Serial Number.

NTUSER $$$PROTO.HIV\Software\Microsoft\Windows Media\WMSDK\General

 
Posted : 17/11/2006 1:48 am
rcw8892
(@rcw8892)
Posts: 27
Eminent Member
 

From the System Hive

HKLM\SYSTEM\ControlSet001\Control\ComputerName\ComputerName

Networking information
HKLM\SYSTEM\ControlSet001\Services\Tcpip\Parameters

You would be better to view with an offline registry viewer.

The demo of Accessdata Registry Viewer is here
http//www.accessdata.com/downloads/current_releases/rv/rv-registry_viewer-1.4a.exe

I have used software called RegdatXP in the past for NT hives.

Also, you will find the machine name embedded within link files.

 
Posted : 17/11/2006 5:44 pm
keydet89
(@keydet89)
Posts: 3568
Famed Member
 

Or, if you don't want do have to deal with a demo version, try the ParseWin32Registry Perl module…it's free, and remains free, regardless of how many files you open.

 
Posted : 17/11/2006 11:25 pm
(@brede)
Posts: 64
Trusted Member
 

Computer name is also included in XML files in this directory %WINDIR%\pchealth\helpctr\DataColl

 
Posted : 01/08/2007 12:46 pm
Share: