Home » Questions » Computers [ Ask a new question ]

How to disable/enable Microsoft Security Essentials from the command line?

How to disable/enable Microsoft Security Essentials from the command line?

I would like to know how to disable and enable Microsoft Security Essentials from the command line.

Asked by: Guest | Views: 307
Total answers/comments: 1
bert [Entry]

"To disable from the (elevated) command line:

net stop MsMpSvc

To start from the (elevated) command line:

net start MsMpSvc

However, you may get similar results by simply going in to the configuration and disable scanning on your solutions/build folder"