improve batch script installers

- remove annoying confirmations on disable/enable scripts
- fix disable script on x86
- make sure Schedule service is running before trying do anything with
schtasks
This commit is contained in:
zeffy
2017-06-13 04:08:22 -07:00
parent 3d0b322f1e
commit c4a78a3e24
4 changed files with 7 additions and 26 deletions

View File

@@ -55,6 +55,7 @@ echo.
set "wufuc_task=wufuc.{72EEE38B-9997-42BD-85D3-2DD96DA17307}"
rundll32 "%wufuc_dll%",Rundll32Unload
net start Schedule
schtasks /Delete /TN "%wufuc_task%" /F
echo.