Remove/Uninstall LANDesk Client

email me

@ECHO Off
TASKKILL /F /IM ldiscn32.exe
TASKKILL /F /IM vulscan.exe
TASKKILL /F /IM sdclient.exe
net stop "intel local scheduler service"
net stop "intel alert handler"
net stop "intel pds"
net stop "LANDesk Policy Invoker"
net stop "LANDesk Remote Control Service"
net stop "LANDesk Targeted Multicast"
net stop "LANDesk(R) Management Agent"
net stop "LANDesk(R) Out-of-Band Monitor"
net stop "LANDesk(R) Software Monitoring Service"

xcopy <a href="file://\\yourserver\packages\LANDesk_Software\UninstallWinClient.exe">\\yourserver\packages\LANDesk_Software\UninstallWinClient.exe</a> "%SYSTEMDRIVE%\Temp\" /c /i /q /y "%SYSTEMDRIVE%Temp\UninstallWinClient.exe"  /UI /NOREBOOT /FORCECLEAN

DEL "%PROGRAMFILES%\LANDesk" /F /S /Q &gt; NUL
DEL "%ALLUSERSPROFILE%\Application Data\LANDesk" /F /S /Q > NUL
DEL "%ALLUSERSPROFILE%\Application Data\Vulscan" /F /S /Q > NUL