top of page
Yazarın fotoğrafıS.Ergül

Delete Firefox.exe via cmdline

Güncelleme tarihi: 19 Kas 2020

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



6 görüntüleme0 yorum

Son Yazılar

Hepsini Gör

Comments


Post: Blog2_Post
bottom of page