Merhabalar,
ilgili script ile mozilla firefox uygulamasını kurulu olan clientlardan silebilirsiniz.
@echo off
rem ##########################################################
rem #Author: Selcuk ERGUL
rem #Date Created: 06/15/2019
rem #Version: V1.0 - First relase.
rem #Description: Delete Firefox.
rem ##########################################################
taskill.exe /f /im firefox.exe
REM Uninstall any version of Mozilla Firefox
if exist "%programfiles%\Mozilla Firefox\uninstall\helper.exe" "%programfiles%\Mozilla Firefox\uninstall\helper.exe" -ms
if exist "%programfiles(x86)%\Mozilla Firefox\uninstall\helper.exe" "%programfiles%\Mozilla Firefox\uninstall\helper.exe" –ms
Comments