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:
- OneDrive for Mac will soon give you more flexible storage options
- This dev launched his game on Xbox Game Pass, but warns that others shouldn't — here's why
- As game prices rise, this excellent Hall Effect controller just dropped in price
- I saw Resident Evil Requiem gameplay, and Capcom is cooking up some impressive horror
- Of course you can already play WWE 2K25 as Mr. Iguana
- Epic crossover: Age of Empires joins forces with the world's most popular museum for a historic exhibit
- Windows 10 is dead: Here's why it makes sense to buy a Snapdragon X PC for an upgrade to Windows 11
- This tiny SSD can have up to 8TB of storage, and I could fit a dozen of them in my pockets
- I've been wanting an Android-powered iPad Mini for years, and this tablet is easily the best I've found
- Maingear's new 18-inch powerhouse has one feature I've never seen on another gaming laptop
Leave a Reply
Want to join the discussion?Feel free to contribute!