Get rid of that annoying message of windows counterfeit!!
Wanna Get rid of that annoying message of windows counterfeit ? Didn't you had enough of the black , emotionless wallpaper ?
Tl;dr - Here is the file , Open it to get the Key
Tl;dr - Here is the file , Open it to get the Key
Its Clean and Working .
→ m.vbs
Don’t Open Directly , First goto Download location then open it
For People who want to get started , Read below :
To Get a Serial Key of Your windows Follow these steps :
We are using some script to automatically give you the windows product key !
Believe Me , This Works !
- Open notepad
- Copy paste this
- 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
- Save It as " Product key.vbs " ( without quotes ) change extension to all files when saving ..
- Open it and viola ! You have your windows registry key !
- Now go to activate windows ( its usually in my computer properties or in start menu )
- Put in the key you Just saw .
- Enjoy Life …

Comments
Post a Comment