Cum aflam Product Key la un Windows 8 instalat
In cazul în care am instalat Windows 8 sau Windows 8.1, și am rătăcit Product Key, urmam pașii:
1. Cream un fișier txt
2. introducem în el următorul cod:
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
3. Salvam și închidem fișierul
4. renumim extensia din .txt în .vbs
5 Dublu-click (rulam) pe fișier și va apare o fereastra cu Poduct Key care-l avem la Windows-ul instalat.
Știri despre Windows:
- One of the best PowerToys features just got even better — and it puts Windows Search to shame
- FFXIV just released the worst Online Store microtransactions I've ever seen — the set costs more than Dawntrail itself, and players have had enough
- "Speculation is always fun" — Halo Studios says fans won't want to miss this year's championship in October
- I'm grateful The Witcher 4 isn't following this annoying RPG trend — a key Cyberpunk 2077 and The Witcher 3 policy lives on with the sequel
- Don't buy into Microsoft's "Windows 11 PCs are up to 2.3x faster than Windows 10 PCs" claim — Here's why it's stretching the truth
- "Please save this IP" — Blizzard teases new Diablo 2 content as the game turns 25, and fans are clearly hungry for it
- Marc Benioff says "AI is doing 30-50% of the work at Salesforce now" — after debating software engineer hires due to incredible productivity gains from agentic AIs
- "We should have simply let you know" — The Alters creators respond to generative AI controversy
- The Xbox Meta Quest 3S is fine — but there was a better augmented reality partner for Microsoft and Xbox Cloud Gaming
- Microsoft quietly implies Windows has LOST millions of users since Windows 11 debut — are people really abandoning ship? [UPDATE]
Leave a Reply
Want to join the discussion?Feel free to contribute!