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:
- Intel's new CEO requests "brutal honesty" from partners in his first keynote speech — Determined to build a "world-class" foundry
- Sam Altman's ouster as OpenAI CEO was reportedly a cocktail of deception and toxicity, with Microsoft at the center of it all
- Microsoft's Windows 98 can run Meta's Llama AI model on just 128MB of RAM: "We could have been talking to our computers for 30 years now."
- Sam Altman says the "biblical demand" for ChatGPT-4o's Ghibli memes has added one million users in just one hour, but "chill out a bit — our GPUs are melting"
- Everything coming to Call of Duty: Black Ops 6 multiplayer with Season 3
- ID@Xbox highlights six new indie games released in March that you don't want to miss
- The tiny-but-mighty Geekom A8 mini PC can tackle big workloads – and it’s up to 22% off right now
- Rebel against God’s final judgment with 32 of your damned besties in this action roguelike for Xbox and PC
- The Xbox handheld is actually a next-gen ROG Ally — It's the best hardware crossover I could hope for
- DOOM: The Dark Ages is coming to Blizzard's Battle.net storefront with Xbox cross-buy support
Leave a Reply
Want to join the discussion?Feel free to contribute!