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:
- STALKER 2's latest free update restores major A-life AI features to NPCs — making them more like the original game at last
- Clearance sale — This 2-in-1 laptop is cheap right now and offers fantastic battery life
- Clair Obscur: Expedition 33 lead Charlie Cox wants you to hold the applause — He feels "like a total fraud" since he only spent 4 hours voice acting
- Even YouTube’s anti-adblock campaign doesn’t stand a chance against this self-made AR app — blocking real-world billboards with Google Gemini AI
- Remedy vows to make FBC: Firebreak's gear progression no longer a slog — while also outlining plans for further improvements in its latest patch
- Starting this week, the Xbox PC app will integrate 'leading PC gaming stores' for Xbox Insiders — with no mention of Steam
- Xbox confirms return to Gamescom 2025 — Bethesda Softworks and World of Warcraft in tow
- I ain't holding off on playing Warhammer 40K's best horde shooter anymore, thanks to its newly released DLC and free game-changing update
- OneDrive user locked out of "30 years worth of photos and work" without any support — calls Microsoft a "Kafkaesque black hole"
- The Lenovo Legion Go 2 gets its first release date tease, which could be accurate — but treat with the biggest pinch of salt
Leave a Reply
Want to join the discussion?Feel free to contribute!