(SC) DeleteService FAILED 1072

后端 未结 10 1986
傲寒
傲寒 2020-12-07 13:51

Last time I create WAS profile and WASService then I try to config and run many script for learn how to config WAS, Finally it crash so i use wasprofile delete this profile

相关标签:
10条回答
  • 2020-12-07 14:46

    What I've done is go to this location in regedit:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services

    From here, you will see a folder for every service on your machine. Simply delete the folder for the service you wish, and you're done.

    N.B: Stop the service before you try this.

    0 讨论(0)
  • 2020-12-07 14:53

    Logging-out and logging-in again close all blocking apps thus resolves the problem.

    0 讨论(0)
  • 2020-12-07 14:54

    I had the same error due to a typo in the service name, i was trying to delete the service display name instead of the service name. Once I used the right service name it worked fine

    0 讨论(0)
  • 2020-12-07 14:55

    I had this error also, make sure the exe the service is pointing to is stopped. Also make sure you don't have any Windows dialog boxes behind your other windows. That is why mine wasn't deleting. There was a windows message behind it saying this service has been deleted or something similar.. just had to click ok, there it went.

    0 讨论(0)
提交回复
热议问题