Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the script fails to activate the 6-year ESU on slow, low-end devices #824

Open
CloudNiu opened this issue Feb 21, 2025 · 1 comment
Open

Comments

@CloudNiu
Copy link

when I try to activate win10 ESU on two slow, low-end devices, both fail with this message:

Failed to stop sppsvc.

this error only occurs when the script tries to activate the 6-year ESU. the 3-year ESU activates successfully.

when the script tried to activate the 6-year ESU, the sppsvc service had already been stopped.

I tried deleting lines 5204 and 5205:
if (!stopped)
throw new System.TimeoutException("Failed to stop sppsvc");

now, the script works perfectly.

PS: this error doesn't occur on high-end devices.

PS2: thank you to you and the TSForge research team for your great work!

@WindowsAddict
Copy link
Member

@CloudNiu thanks for the report, it will be fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants