DavidXanatos / priv10

Privacy tool for windows with a built in firewall
https://xanasoft.com/
Other
616 stars 86 forks source link

Cannot disable `WaaSMedicSvc` #83

Open stdedos opened 3 years ago

stdedos commented 3 years ago
Error 21:22:39 02.05.2021 Other Exception Exception in DisableService: Could not configure service 5
Warning 21:22:30 02.05.2021 Tweaks TweakChanged Tweak Windows Update Medic Service from Disable Windows Update Services is not applied!

Solution: https://stackoverflow.com/questions/59077619/how-to-disable-windows-update-medic-service

i.e.

REG ADD HKLM\SYSTEM\CurrentControlSet\Services\WaasMedicSvc /v Start /f /t REG_DWORD /d 4

And, if done manually, the UI does not update itself / cannot be updated manually (except Exit/Re-Launch)