Created
November 19, 2015 08:53
-
-
Save breezhang/4aa20d69e365eee857a0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Please first try recreating Licensing Store. | |
Recreate the Licensing Store | |
Go to Start > All Programs > Accessories | |
Right-Click on Command Prompt and select Run as Administrator - accept the UAC prompt | |
Run the following commands in the Command Prompt window, using the Enter key at the end of each | |
net stop sppsvc | |
(wait until the service has stopped before entering the following lines) | |
CD %windir%\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareProtectionPlatform | |
REN tokens.dat tokens.bar | |
net start sppsvc | |
slui.exe | |
After a couple of seconds the Windows Activation dialog will appear. | |
You may be asked to re-activate and/or re-enter your product key, or Activation may occur automatically. | |
If you are asked for your Key, use the one on the COA sticker on the machine's case | |
Reboot and Post back with a new MGADiag report. | |
(Note: the Line 'CD %win......\SoftwareProtectionPlatform' is all on one line - it may be broken in the Forum listing) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment