切换主题
在 PowerShell 里依次执行:
netstat -ano | findstr :6006
tasklist /FI "PID eq 12345"
taskkill /PID 12345 /F
31e8ed3