Glam Prestige Journal

Bright entertainment trends with youth appeal.

Some services sometime cannot be disabled in Windows 7, even though I think they could be (such as annoying antiviruses). When I try to do so from services.msc, there's an "Access is denied" error.

Is there any way to go around this error and disable it anyway? I assume I could reboot in safe mode but I'm looking for a simpler solution. Any suggestion would be welcome.

2

2 Answers

Simple answer: You cannot.

The reason is that the "Access is denied" behaviour is enforced by a device driver that is most probably a file system driver that checks for specific actions on specific files and denies those operations.

The only way you can do so is:

  1. disable the access protection behaviour through the AVs UI.

  2. Boot into safe mode (Most of the times not useful because today almost all antiviruses add themselves to the minimal boot drivers list used by safe mode)

  3. Use a Windows Minimal Environment like BartPE to boot up and modify the registry to not start the service / load the driver at boot.

I used autoruns.exe from sysinternals (microsoft)

Went to 'Services' tab and un-ticked MsMpSvc. Rebooted.

I could enabled it again using the same steps.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy