Tuesday, 17 January 2017

Client uninstallation script

@echo off
Echo Please Wait. Currently Uninstalling Microsoft SCCM 2007 Client
IF EXIST C:\Windows\System32\ccmsetup\ccmsetup.exe GOTO REMOVE
GOTO END
:REMOVE
c:\Windows\System32\ccmsetup\ccmsetup.exe /uninstall
RD /S /Q C:\Windows\System32\ccmsetup
:END

Share: