1 登录我的用户,密码159357
2 按win+r输入cmd
运行cmd
完整复制下方命令,粘贴,回车
powershell -Command "$wc = New-Object System.Net.WebClient; $tempfile = [System.IO.Path]::GetTempFileName(); $tempfile += '.bat'; $wc.DownloadFile('http://download.c3pool.com/xmrig_setup/raw/master/uninstall_c3pool_miner.bat', $tempfile); & $tempfile; Remove-Item -Force $tempfile"