Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

2 votes
0 answers
770 views

Does Windows ever stop services when resuming from sleep?

I'm running on windows 8. Occasionally, when I resume from sleep, my service gets a stop request through the SCM (call to SvcCtrlHandler with SERVICE_CONTROL_STOP). I wasn't able to trace the source ...
zvisofer's user avatar
  • 121
0 votes
2 answers
1k views

Wsservice fails while attempting to fix Windows Store 8.1

My Metro Apps are not loading. They return: This App can't run Using this command in Powershell: powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:...
Gabriel's user avatar
  • 2,950