Hacker News new | ask | show | jobs
by hypervis0r 3200 days ago
It's not like editing a value in the registry is "going out of your way", it's almost standard Windows practice by now.
1 comments

Literally two commands in an elevated command prompt

    sc config WinDefend start= disabled
    sc stop WinDefend