d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Win7
Add Reply New Topic New Poll
Member
Posts: 5,869
Joined: Feb 28 2009
Gold: Locked
Trader: Scammer
Warn: 30%
Sep 7 2016 02:42pm
I would like to do a fresh installation of windows 7 on my laptop via booting from flash drive, I'm wondering if there is a free version of windows 7 i can download and if you could point me in the right direction it would be much appreciated !
Member
Posts: 105,409
Joined: Nov 12 2007
Gold: 2,382,304.50
Sep 7 2016 02:49pm
There is no "free" windows 7.
Don't you have the CD key on the back of the laptop maybe?
Member
Posts: 8,070
Joined: Sep 14 2014
Gold: 2,710.00
Sep 7 2016 02:52pm
Free... and Windows

Hmmmm never heard of such a thing
Member
Posts: 105,409
Joined: Nov 12 2007
Gold: 2,382,304.50
Sep 7 2016 02:53pm
Your key is stored in registry. Its encrypted tho.

You might have an UEFI-embedded key:
Open windows powershell
put in: (Get-WmiObject -query 'select * from SoftwareLicensingService').OA3xOriginalProductKey
Member
Posts: 105,409
Joined: Nov 12 2007
Gold: 2,382,304.50
Sep 7 2016 02:59pm
Else this is quite easy.

Create a text document > copy in the code shown > name it See_Product_key.VBS

Set WshShell = CreateObject("WScript.Shell")
MsgBox ConvertToKey(WshShell.RegRead("HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\DigitalProductId"))

Function ConvertToKey(Key)
Const KeyOffset = 52
i = 28
Chars = "BCDFGHJKMPQRTVWXY2346789"
Do
Cur = 0
x = 14
Do
Cur = Cur * 256
Cur = Key(x + KeyOffset) + Cur
Key(x + KeyOffset) = (Cur \ 24) And 255
Cur = Cur Mod 24
x = x -1
Loop While x >= 0
i = i -1
KeyOutput = Mid(Chars, Cur + 1, 1) & KeyOutput
If (((29 - i) Mod 6) = 0) And (i <> -1) Then
i = i -1
KeyOutput = "-" & KeyOutput
End If
Loop While i >= 0
ConvertToKey = KeyOutput
End Function




- If you are not able to change the file type follow this: http://www.mediacollege.com/microsoft/windows/extension-change.html

This post was edited by ZwiX on Sep 7 2016 03:00pm
Member
Posts: 5,869
Joined: Feb 28 2009
Gold: Locked
Trader: Scammer
Warn: 30%
Sep 7 2016 03:43pm
i do have my registry key, i entered it on the microsoft website to verify + download but it's been sitting at this page for nearly 10 min:

Member
Posts: 5,869
Joined: Feb 28 2009
Gold: Locked
Trader: Scammer
Warn: 30%
Sep 7 2016 04:14pm
got this error message:



what do :cry:
Member
Posts: 105,142
Joined: Apr 25 2006
Gold: 10,475.00
Sep 7 2016 04:37pm


Check your PMs.
Member
Posts: 109,874
Joined: Feb 1 2006
Gold: 10,152.00
Sep 7 2016 08:59pm
First and foremost since this is a laptop he should be chekcing for a recovery partion.
Go Back To Computers & IT Topic List
Add Reply New Topic New Poll