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:
- Microsoft kills Movies & TV storefront on Windows and Xbox — here's what will happen to your purchased media
- ZeniMax QA testers face whiplash and "rancid" work morale following Microsoft's gaming layoffs — but the union still fights
- You've got to try these 5 premium Minecraft add-ons — Dinosaurs, security systems, and more really shake up Bedrock Edition
- Inside OpenAI’s Slack-driven evolution — engineer reveals secrets behind its meteoric rise and chaotic brilliance
- Nintendo is taking desperate measures in patent infringement case against Palworld — and it's looking a little weird
- A rare opportunity is here to get an HP gaming laptop for only $500 — NVIDIA RTX graphics and a 144Hz display at a bargain price
- Destiny 2: The Edge of Fate reviews open 'Mixed' on Steam, with a player count only a fraction of The Final Shape's — I'm surprised it's this low after a new expansion
- The cheapest place to get my games just got even cheaper — get an extra 10% off while you can
- Cyberpunk 2077 Update 2.3 is bringing more vehicle customization, photo mode options, and one amazing new feature — launching this week
- Microsoft scraps Windows 11's simplified Taskbar system tray layout after negative feedback from testers — but I don't understand why
Leave a Reply
Want to join the discussion?Feel free to contribute!