How to disable / delete EntryProtect.

Open a command prompt. (Run command prompt as Administrator) Copy and paste each line into command prompt.

sc stop “EntryProtect”
sc config “EntryProtect” start= disabled
sc delete “EntryProtect”

Was this helpful?

0 / 0