看到裏面有一個去廣告...天吶...要砍掉那麼多process
為何不直接在檔案管理,直接把這些刪除?
@ECHO OFF&(PUSHD "%~DP0")&(REG QUERY "HKU\S-1-5-19">NUL 2>&1)||(
powershell -Command "Start-Process '%~sdpnx0' -Verb RunAs"&&EXIT)
taskkill /f /im ld.exe >NUL 2>NUL
taskkill /f /im aapt.exe >NUL 2>NUL
taskkill /f /im ldcam.exe >NUL 2>NUL
taskkill /f /im adb.exe /t >NUL 2>NUL
taskkill /f /im fynews.exe >NUL 2>NUL
taskkill /f /im ldnews.exe >NUL 2>NUL
taskkill /f /im dnunzip.exe >NUL 2>NUL
taskkill /f /im ldrecord.exe >NUL 2>NUL
taskkill /f /im vbox-img.exe >NUL 2>NUL
taskkill /f /im ldremote.exe >NUL 2>NUL
taskkill /f /im dnconsole.exe >NUL 2>NUL
taskkill /f /im bugreport.exe >NUL 2>NUL
taskkill /f /im ldconsole.exe >NUL 2>NUL
taskkill /f /im LdBoxSVC.exe /t >NUL 2>NUL
taskkill /f /im dnplayer.exe /t >NUL 2>NUL
taskkill /f /im driverconfig.exe >NUL 2>NUL
taskkill /f /im LdVBoxSVC.exe /t >NUL 2>NUL
taskkill /f /im dnrepairer.exe /t >NUL 2>NUL
taskkill /f /im VBoxManage.exe /t >NUL 2>NUL
taskkill /f /im VirtualBox.exe /t >NUL 2>NUL
taskkill /f /im LdVirtualBox.exe /t >NUL 2>NUL
taskkill /f /im dnmultiplayer.exe /t >NUL 2>NUL
taskkill /f /im LdVBoxHeadless.exe /t >NUL 2>NUL
taskkill /f /im vmware-vdiskmanager.exe >NUL 2>NUL
taskkill /f /im ldplayerservice.exe >NUL 2>NUL |