0xrawsec / whids

Open Source EDR for Windows
https://rawsec.lu
GNU Affero General Public License v3.0
1.14k stars 138 forks source link

service protect just like systemd in linux? #128

Closed hz-kelpie closed 1 year ago

hz-kelpie commented 1 year ago

does whids have any way to restart self when its broken? Im windows devlop beginners, guess win has sth like systemd in linux?

qjerome commented 1 year ago

hey @hz-kelpie,

Yes you can do that. It is managed by Windows service manager. You have two ways to do this, via GUI or via command line. Graphical way using Services.msc -> Find the service you want to configure (double click) -> Look at the options in "Recovery" Thumbnail Via command line using sc.exe failure /? (you can configure the same settings available in the GUI)

hz-kelpie commented 1 year ago

thx !