@echo off 
echo ::: Removing Dell Backup Manager :::
taskkill /F /IM DbrmTrayicon.exe  /T
cd C:\dell
del DBRM.ini /Q
rd DBRM /S /Q
reg DELETE HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v DBRMTray /f
WMIC product where name="Dell Backup and Recovery Manager" call uninstall /nointeractive


첨부파일 : Removing Dell Backup Manager.bat

profile