Computing.Net > Forums > Windows 95/98 > Product key identifier

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Product key identifier

Reply to Message Icon

Name: Rhodey
Date: April 4, 2005 at 19:26:26 Pacific
OS: Windows 98 2nd Ed
CPU/Ram: 533 MHz
Comment:

I lost my Windows 98 product key and had just about lost hope for reinstalling Windows 98. I found a great product called Insaneware Keyfinder at http://www.product-key.com and just wanted to spread the word.
- Rhodey



Sponsored Link
Ads by Google

Response Number 1
Name: OtheHill
Date: April 4, 2005 at 20:19:26 Pacific
Reply:

Magicjellybean does the same thing for free.


0

Response Number 2
Name: odie
Date: April 5, 2005 at 00:07:00 Pacific
Reply:

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\ProductKey

goto startmenu run and type regedit and

look for the key I typed above.

if its too late and you cant access windows

then you are almost S.O.L unless you still

have the original documents or book.


0

Response Number 3
Name: Bryco
Date: April 5, 2005 at 05:47:04 Pacific
Reply:

and another easy freebie.

----Copy below this line----
var WSHShell = WScript.CreateObject("WScript.Shell");
var ProductKey =
WSHShell.RegRead("HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\Productkey");
WSHShell.Popup(ProductKey, 0, "Windows 98 Product CD Key", 64);

----Copy above this line----

Paste it into NotePad and save it anywhare with the filename as "ProductKey.js" using the quotation marks so it retains the .js extension instead of it changing itself to .txt.

Then just double click on it to see your key.

I don't remember where I got it but it works good for Win98. (I would like another just like it for WinXP)

Regards,
Bryan


0

Response Number 4
Name: Dave357
Date: April 5, 2005 at 19:24:23 Pacific
Reply:

Bryan, here's a script I picked up somewhere that works with XP. It's meant to change the Registered Owner & Registered Organization in WinXP, but you can probably modify it to just Display the info instead.

Save the script as xp_chgownorg.vbs

----Copy below this line----

'ChgOwnOrg.vbs - Change Win9x Registered Owner/Organization.
'© Bill James - billjames.geo@yahoo.com - rev 29 Oct 1999.
'Modified for Windows XP

Option Explicit

Set ws = WScript.CreateObject("WScript.Shell")
Dim ws, t, p1, p2, n, g, cn, cg
Dim itemtype

p1 = "HKLM\Software\Microsoft\Windows NT\CurrentVersion\"

n = ws.RegRead(p1 & "RegisteredOwner")
g = ws.RegRead(p1 & "RegisteredOrganization")
t = "Change Owner and Organization Utility"
cn = InputBox("Type new Owner and click OK", t, n)
If cn <> "" Then
ws.RegWrite p1 & "RegisteredOwner", cn
End If

cg = InputBox("Type new Organization and click OK.", t, g)
If cg <> "" Then
ws.RegWrite p1 & "RegisteredOrganization", cg
End If

----Copy above this line----

HTH

Dave

There are 24 hours in a day, and 24 beers in a case. Coincidence?
I think not!


0

Response Number 5
Name: Dave357
Date: April 5, 2005 at 21:23:24 Pacific
Reply:

Duuhh.....

I guess I should have run the script on my XP box before I posted it. I thought it displayed the Key, but obviously it doesn't.

Sorry bout that.

Dave

There are 24 hours in a day, and 24 beers in a case. Coincidence?
I think not!


0

Related Posts

See More



Response Number 6
Name: Bryco
Date: April 6, 2005 at 03:00:02 Pacific
Reply:

Unlike Win98 I can not even locate the productkey within XP's registry.

Thanks for trying though.

Bryan


0

Response Number 7
Name: Bryco
Date: April 6, 2005 at 03:23:47 Pacific
Reply:

I take it back. It can be found but since it is encrypted, I can't read it.
Magic Jellybean can as I understand it.

Bryan


0

Response Number 8
Name: Dave357
Date: April 6, 2005 at 15:38:49 Pacific
Reply:

Bryan, take a look in
C:\Windows\System32\$winnt$.inf

My ProductKey is listed there, though it may not be on newer releases of WinXP.

I'm running an older version of WinXP Pro that has been upgraded to SP1, but not to SP2. I'm curious as to whether or not Microsoft changed this in later releases. Let me know if you have it.

HTH

Dave

There are 24 hours in a day, and 24 beers in a case. Coincidence?
I think not!


0

Response Number 9
Name: OtheHill
Date: April 6, 2005 at 17:19:59 Pacific
Reply:

Out of curiousity I looked at my Win2000SP4 installation. I have the file that Dave357 listed, but no product key listed there.


0

Response Number 10
Name: Bryco
Date: April 7, 2005 at 03:42:50 Pacific
Reply:

Dell Preinstalled WinXP Pro SP2 shows:
[UserData]
ProductID=
productkey=

Regards,
Bryan


0

Response Number 11
Name: Dave357
Date: April 7, 2005 at 16:14:20 Pacific
Reply:

Hmmm.....

ProductID & ProductKey are both filled in on my version. I'm wondering if SP2 clears these entries????????

Dave

There are 24 hours in a day, and 24 beers in a case. Coincidence?
I think not!


0

Response Number 12
Name: smifff
Date: April 8, 2005 at 08:40:13 Pacific
Reply:

Well Dave you can stop wondering as my XP Home with SP2 and both still there.

Dave this will also be of info as well
http://www.dougknox.com/xp/utils/xp_change_owner.htm

If any advice helps, please post back as it might help others.


0

Response Number 13
Name: Dave357
Date: April 8, 2005 at 19:39:22 Pacific
Reply:

Thanks for the info, smifff.

Re: the link.....
Lots of useful stuff on Doug Knox's site. I visit there somewhat regularly.

Dave

There are 24 hours in a day, and 24 beers in a case. Coincidence?
I think not!


0

Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Windows 95/98 Forum Home


Sponsored links

Ads by Google


Results for: Product key identifier

product key help www.computing.net/answers/windows-95/product-key-help/164320.html

Product Key error www.computing.net/answers/windows-95/product-key-error/145470.html

Product Key Finder www.computing.net/answers/windows-95/product-key-finder/165331.html