.
This commit is contained in:
parent
ea7682099b
commit
719ee4e231
@ -17,6 +17,10 @@ taskkill /F /IM FoxitPDFReaderUpdateService.exe 2>nul
|
||||
echo installing Foxit Reader ...
|
||||
start /wait %EXE% /LOADINF=%CONFIG% /NORESTART /NOCANCEL /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS
|
||||
|
||||
echo stopping and delete update service ...
|
||||
sc stop "FoxitReaderUpdateService"
|
||||
sc delete "FoxitReaderUpdateService"
|
||||
|
||||
rem refresh desktop (W10 style)
|
||||
ie4uinit.exe -show
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user