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:
- Interested in buying Civilization 7 for PC? Here's where to get the best deal.
- Audeze continues to push into the mainstream with these high-end audiophile headphones, and I love them
- [Updated] Helldivers 2 and all PlayStation network games are currently down
- The CDKeys 2024 Game Awards: Who's winning and more importantly, what's discounted for us?
- Marvel's Spider-Man 2 gets first big patch on PC as "Mixed" player reviews pour in
- This Xbox analysis chart shows how only 7% of games launched with "Play Anywhere" support in 2024 — a decline year-over-year
- Microsoft Teams and Zoom calls are about to get better in your web browser
- "You’ve cheapened the entire experience” Diablo creator bemoans the current state of ARPGs and MMOs
- Xbox and Obsidian's Avowed supports cross-buy with Blizzard's Battle.net
- Google's Gemini 2.0 rolls out to everyone to compete with OpenAI, Microsoft, and DeepSeek
Leave a Reply
Want to join the discussion?Feel free to contribute!