Re: [Unattended-Dev] Should I remove AdobeFlashPlayerUpdateSvc as default
Johan Ho <[email protected]> Tue, 4 Dec 2018 09:33:50 +0100
| Newsgroups | gmane.comp.windows.unattended.devel |
|---|---|
| Message-ID | <[email protected]> |
Den 03.12.2018 10:12, skrev Juanjo Pablos: > Hi, > > I wonder if I should add these lines on the flash.bat script. > > +:: Delete Tasks autoupdate: > +todo.pl "SchTasks /Delete /TN \"Adobe Flash Player Updater\" /f" > +todo.pl "SchTasks /Delete /TN \"Adobe Flash Player PPAPI Notifier\" /f" > + > +:: Remove Flash autoupdate service: > +todo.pl "sc delete AdobeFlashPlayerUpdateSvc /f" > + > > > That will remove the Update services for adobe flash player. > Sounds like a good idea to me at least! I assume those commands should work the same across all Windows versions? --- Johan Ho