Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Monday, September 26, 2016 1:37 PM | 1 vote
When trying to install a program that worked with the 1511 version of windows 10, but now with the anniversery release it now has this error. I am struggling to find any thing, any ideas appreciated?
Cannot find file c:\windows\system32\svchost.exe svchost.exe -k unistacksvcgroup.config
All replies (1)
Tuesday, September 27, 2016 11:34 AM âś…Answered | 1 vote
Hi,
Considering that the service file is corrupted or missing.
Please run following commands as admin to do the repair:
Dism /Online /Cleanup-Image /RestoreHealth
SFC /scannow
If you still cannot get this service back to run, let's replace the service file manually by these steps in this kb:
How to manually replace a corrupted system file with a known good copy of the file
https://support.microsoft.com/en-sg/kb/929833
File location: %WinDir%\System32\userdataservice.dll
Then, run commands below:
sc config UserDataSvc start= demand
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
If you have feedback for TechNet Subscriber Support, contact [email protected].