Skip to content
  • How to start learning Linux
  • Labtech Implementation Stuff
  • Clogged
  • Active Directory DNS Troubleshooting
  • Some Roulette  Strat from Reddit
  • Mystery steel processing and testing
  • Croissants and Rose Lychee Cream
  • Mac and Cheese
  • DFS Replication: Requirements and Configuration
  • Services.msc not opening in Windows 11/10
  • Microsoft AD LDAP (2008): Importing Your Certificate .pfx File into the AD DS Personal Store
  • Powershell How to get all groups that a user is a member of?
  • Home Energy Saving Tips
  • Changing NTFS Security Permissions using PowerShell
  • VALORANT’S 128-TICK SERVERS

Merserver

Its a website

  • Uncategorized
  • IT
  • Unreal Engine
  • GameDev
  • Interesting Stuff
  • Food
  • Web Design
  • Kubernetes
  • Music
  • Linux
  • Toggle search form

Get the Actual Windows 10 License When Labtech Shows the Free Upgrade License

Posted on January 8, 2021 By samadmin
  • Windows 10 Enterprise: NPPR9-FWDCX-D2C8J-H872K-2YT43
  • Windows 10 Pro: VK7JG-NPHTM-C97JM-9MPGT-3V66T
  • Windows 10 Home: TX9XD-98N7V-6WMQ6-BX7FG-H8Q99

wscript windowsLicense.vbs

Set WshShell = CreateObject("WScript.Shell")
MsgBox ConvertToKey(WshShell.RegRead("HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\DigitalProductId"))

Function ConvertToKey(Key)
on error resume next 
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 = "-" &amp;amp; KeyOutput
End If
Loop While i >= 0
ConvertToKey = KeyOutput
End Function
Uncategorized

Post navigation

Previous Post: Full hard drive on windows 10?
Next Post: How To Change The IP Of A Ingenico ICT220 Credit Card Terminal

Related Posts

e911 Test Call Script Uncategorized
Medical and Non-Medical Device Integration with eClinicalWorks – July 2019 Uncategorized
Configuring Hyper-V Replication Uncategorized
FreePBX LetsEncrypt HTTPS Redirect Rule Uncategorized
Disabling “Other Suggestions” in Outlook 2016 Uncategorized
Compact/Shrink a Bloated VHDX (Hyper-V VM Drive) in Powershell Uncategorized

Copyright © 2025 Merserver.

Powered by PressBook Masonry Dark