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 is hardly a perfect game, but The Zone still captivates me like no other open world can
- Forget about playing STALKER 2 on Steam Deck (for now), but you can definitely play on ROG Ally and Legion Go gaming handhelds
- Why the Logitech G Cloud is winning over gamers — could it be your next console?
- Don't wait for Black Friday — The most popular microphone for streamers, podcasters, and creators is already on sale
- Bethesda's Starfield crosses a new milestone, while the Xbox RPG gets a new feature players have been asking for
- This one Google app is finally here for Qualcomm Snapdragon Arm-based Windows 11 PCs
- One of the most underrated classic Assassin's Creed games randomly got a 60 FPS update on Xbox Series X|S
- If you write like a slob (like we do), get help with AI. Grammarly Pro's big discount only comes once a year.
- Alan Wake 2 developer Remedy Entertainment is making a big change with one of its next games
- Microsoft Support responds to Microsoft Flight Simulator 2024 players stuck with 'loading unusually long' bugs on launch day
Leave a Reply
Want to join the discussion?Feel free to contribute!