I then decided to try WIN 10. Downloaded and installed and ran it Product key-no good. I wasn't thinking and wiped 7. It is eligible for the upgrade, don't know if there is a way. BTW, Windows 10 runs great, just unregistered.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Unetbootin does fine making a bootable USB.. Ur killing yourself.
Anyone got a spare Windows 7 factory image laying around?
http://lifehacker.com/5438005/eicfg...-use-any-product-key-with-your-windows-7-discOh, for crying out loud. There are 30 different Windows 7 to choose from
Edit: Whoops. Fudge!
Cool. I always image the Win7 installation prior to the upgrade to 10 with Macrium Reflect (or whatever you are comfortable with), so I can do a perfect "bare metal" restore. Once you have the image safely on external media go ahead and upgrade. Once it activates 10, you can do a clean boot from the 10 boot media, wipe the disk for a truly clean install and it automatically activates (10) again.7 Home Premium installed. Running like a top. I figure since this machine came with 7 that it would verify, and it did. Making an image. One more question. I think I can upgrade from here and be good. Should I do that and then make an image, then back to 7. That way I or whomever ends up with this beast can upgrade in the future no worries.
1038Mb of updates! Needed some drivers badly though.
I suspect that was seven years worth of Patch Tuesday updates. Did you already have Win 7 Service Pack 1 when you installed?
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
Fastest means to update Win7 is the Simplix Pack found on MDL Forums. Use the /Reboot & /Silent switches for an unattended update. Takes about 3 reboots as it only applies ~ 80 patches at a time, but it's painless. Just start it and come back in an hour or so. Updated monthly as well and it does NOT install IE11 (unless you WANT it). You can apply this to your "live" Win7 or integrate it into your source, so it's up to date during installation. Very good read over there...1038Mb of updates! Needed some drivers badly though.
I'm thinking about it, or passing it on to my Son eventually. Everything would be profit, and I enjoy doing it, so my time is free.
People just bring me broken stuff all the time.