Future<void> killAppId(int? pid) async { final shell = Shell(); await shell.run('taskkill /PID "$pid" /F /T'); }