RPC was showing as automatic and running. There was also RPC Locator underneath that but showing as manual and stopped.
Ran the command but still getting PurgeCache message.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Original Title: Issue with Windows Store.
Split from-
Every time I attempt the reset for the store (Store and other apps routinely crash after the Win 8.1 update). I receive the below error message:
All device drivers are up-to-date (and have not changed since when it did work)
Anti-Virus is the same as it was when everything worked (Norton AV)
I launched a command prompt with administrative rights and ran "wsreset.exe". The screen flashes over to the store, then crashes back to the start screen. When returning to the desktop, the following error is found:
I ran system file checker, with administrative rights, and it reported back with no issues:
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
RPC was showing as automatic and running. There was also RPC Locator underneath that but showing as manual and stopped.
Ran the command but still getting PurgeCache message.
nadia,
Can you try doing the following please.
Powershell –ExecutionPolicy Unrestricted Add-AppxPackage –DisableDevelopmentMode –Register $Env:SystemRoot\WinStore\AppxManifest.xml
This will re-register the Windows Store and all its components.
Then try running WSReset.exe again. I suggest though that you type it like I've written it and not as wsreset.exe
Unfortunately, even though it executed the command successfully, store still won't open and I still get the PurgeCaches message when I run wsreset.
Thank you for all your help though in trying to source another fix.
nadia,
I hadn't actually tested it myself and wasn't aware of what the zip file contained.
But I've just downloaded it to my own machine now and can see what the problem is. The zip file contains two folders called 32 bit and 64 bit along with a text file with the release notes.
This means that when you run the command, Windows can't find the SetACL.exe file because it's contained in a folder. Here's a screenshot of it.
So all you need to do here is to move it out of its folder into the System32 folder and then run the command again.
I've done that but when I run the command I get an error message "'SetACL' is not recognized as an internal or external command, operable program or batch file"
I got this before which is why I asked as I thought I'd misunderstood step 4.