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:
- You can now buy two Nintendo Switch 2 consoles for the price of one ROG Ally X
- Google's DeepMind CEO lists 2 AGI existential risks to society keeping him up at night — but claims "today's AI systems" don't warrant a pause on development
- 007 First Light shows off a new take on James Bond, and it's coming to Xbox and PC in 2026
- Final Fantasy Tactics: The Ivalice Chronicles has been revealed for Xbox and PC, along with a release date
- The next big Silent HIll game is coming to Xbox and PC sooner than you think
- Every PC and Xbox game shown during Sony's PlayStation State of Play June 2025
- Deltarune Chapters 3 and 4 are finally here with a full release that's blowing up Steam right now — I'm finally ready to play the Undertale follow-up
- Dune: Awakening (briefly) overtakes Elden Ring Nightreign days before it officially launches
- One of Xbox Game Pass best-kept secrets is getting a cybernetic hound that is your best friend and your enemy's worst nightmare
- Kingdom Come: Deliverance 2's developer is about to get a whole lot bigger, and I can't wait to see its next game
Leave a Reply
Want to join the discussion?Feel free to contribute!