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:
- 6 first world Windows 11 problems I desperately want Microsoft to fix
- Clair Obscur: Expedition 33 review — An Xbox Game Pass triumph that expertly weaves two RPG genres together, and I'm into it
- Elder Scrolls Oblivion remaster surges to the number one spot on Steam, over 100,000 players have entered the gates of Oblivion
- Shadow dropped or not, you can already save money on The Elder Scrolls 4: Oblivion Remastered for Steam
- The Oblivion Remaster is already discounted but it's so popular it's crashing deal websites
- I turned my Windows PC into an EdgeBook — Microsoft's web apps were the most glaring issue
- The Elder Scrolls 4: Oblivion Remastered buying guide — Which version of the game is right for you?
- Is The Elder Scrolls 4: Oblivion Remastered on Xbox Game Pass?
- The Elder Scrolls 4: Oblivion Remastered — what's new and different compared to the original, and why is it better?
- The Elder Scrolls 4: Oblivion Remastered PC system requirements and specs — Can your computer run this refined RPG classic?
Leave a Reply
Want to join the discussion?Feel free to contribute!