massgravel / Microsoft-Activation-Scripts

A Windows and Office activator using HWID / Ohook / KMS38 / Online KMS activation methods, with a focus on open-source code and fewer antivirus detections.

Home Page:https://massgrave.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sppsvc keeps running

ckw-123 opened this issue · comments

After activation with KMS_VL_ALL or key, sppsvc will only run briefly and then stop, but after successful activation with v2.6 MAS kms38, sppsvc will keep running, is this normal?

@ckw-123 Ensure to remove KMS_VL_ALL first, then in MAS, go to extras and run fix licensing option, restart system and then use KMS38. Share a screenshot of KMS38 activation script if the issue doesn't go away.

Snap1

There's no ”fix licensing option“ in Extras.

commented

he meant to say "troubleshoot", not extras

I'm terribly sorry!
I've got it.

Snap1

Snap3

@ckw-123
I tested it in my system, and after KMS38 activation, the sppsvc service automatically closes itself after a few minutes.
Try restart and wait for some minutes, to see if there is any difference.

If issue is still not resolved, open command prompt as admin and enter

reg query "HKEY_USERS\S-1-5-20\Software\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\PersistedSystemState"

reg query "HKEY_USERS\S-1-5-20\Software\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform"

share screenshot.

and after that,

reg delete "HKEY_USERS\S-1-5-20\Software\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform"

and restart system and see if there is any change.

After rebooting, sppsvc starts after a few minutes and still keeps running.

Snap4

@ckw-123 Things are wrong in your registry

Open powershell as admin and enter

get-acl "Registry::HKEY_USERS\S-1-5-20\Software\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\PersistedSystemState" | fl

share screenshot

"reg delete "HKEY_USERS\S-1-5-20\Software\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform"

and restart system and see if there is any change."

After rebooting the system, the sppsvc service automatically closes itself after a few minutes.

After rebooting the system, the sppsvc service automatically closes itself after a few minutes.

Glad to see the issue is fixed.

Thank you very much!
Could you please tell me why "reg delete "HKEY_USERS\S-1-5-20\Software\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform" would solve this problem?

That SuppressRulesEngine value causes issues and sppsvc in some cases doesn't delete it. I'll add the deletion command for that in fix licensing in next version.