Shutdown WSL
Future<String> shutdown() async { ProcessResult results = await Process.run('wsl', ['--shutdown']); return results.stdout; }