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:
- Can you install SteamOS on a laptop or desktop PC?
- In Sam Altman's world, the perfect AI would be "a very tiny model with superhuman reasoning capabilities" for any context
- Players aren't buying Call of Duty's "error" excuse for the ads Activision started forcing into the game's menus recently
- I used Elden Ring Nightreign's best Executor build that liquefies bosses with triple status effects — it's so broken that I'm never using anything else
- The real story behind Steve Ballmer's "Developers!" chant — a concoction of Microsoft's flawed "just a platform company" culture and a dire need to collaborate with third-party developers
- People are using ChatGPT to generate pictures of their perfect match based on looks — mine just made my brother
- "This isn't good enough": The Elden Ring Nightreign Digital Foundry tech review is here, and both Xbox and PS5 players will be disappointed by the results
- How to watch Summer Game Fest, Xbox Games Showcase, and other summer 2025 gaming events
- I still hate the new Outlook, but it's more tolerable after this update
- NVIDIA RTX GPUs can't get past the 'Hell Is Us' demo intro without crashing — developer offers a temporary fix