SF.net SVN: unattended:[4304] trunk/install/scripts/flash.bat
jjp3--- via unattended-cvs <[email protected]>
| Newsgroups | gmane.comp.windows.unattended.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 4304
http://sourceforge.net/p/unattended/code/4304
Author: jjp3
Date: 2018-12-06 09:32:41 +0000 (Thu, 06 Dec 2018)
Log Message:
-----------
Delete AdobeFlashPlayerUpdate Service After the installation
Modified Paths:
--------------
trunk/install/scripts/flash.bat
Modified: trunk/install/scripts/flash.bat
===================================================================
--- trunk/install/scripts/flash.bat 2018-11-21 12:59:37 UTC (rev 4303)
+++ trunk/install/scripts/flash.bat 2018-12-06 09:32:41 UTC (rev 4304)
@@ -8,6 +8,13 @@
::
@Echo off
+:: 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"
+
:: Disable Flash autoupdate:
todo.pl "echo AutoUpdateDisable=1 > %SYSTEMROOT%\System32\Macromed\Flash\mms.cfg"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.