How to undo the script? If we have executed straight from terminal
Checklist
- [x] I have searched for existing issues/discussions and didn't find any similar ones.
- [x] I haven't used any other scripts, tools or programs that might have caused this issue.
Windows version
11
Script mode/options
Default mode (not using zip)
Describe the issue
I am not able to update/install application from Microsoft Store, and my pc fails to create restore point
It does not install the program likely a service is disabled and also a small loading circle appears on cursor which is likely it intiaties a install process and I want everything to undo as it didn't create restore point and disabled everything
Steps to reproduce
Error output
No response
Additional context
No response
Heya,
I think you're right that a service is likely disabled here. I'm not sure how Win11Debloat could have caused that though, as the script itself doesn't disable any update/install services.
Commonly the AppX Service is to blame.
You can check the registry to see if it's disabled there.
-
Open
registry editorby searching for it in the windows search bar, or by pressing Win + R and typingregedit. -
Then copy+paste
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\AppXSvcinto the address bar and press enter.
-
In the right pane you should be able, look for the key called
Start. The value should be 2. If the value is different, simply double-click and edit the value to 2. -
If you changed the value, restart your PC.