From 0850778ba4d76574751c01da4ed4e5f07d1a150c Mon Sep 17 00:00:00 2001 From: LoganDark Date: Mon, 10 May 2021 01:08:34 +0200 Subject: [PATCH] Add launcher batch script --- InstallWSL-Launcher.bat | 1 + 1 file changed, 1 insertion(+) create mode 100644 InstallWSL-Launcher.bat diff --git a/InstallWSL-Launcher.bat b/InstallWSL-Launcher.bat new file mode 100644 index 0000000..6694e9b --- /dev/null +++ b/InstallWSL-Launcher.bat @@ -0,0 +1 @@ +powershell.exe -ExecutionPolicy ByPass "Import-Module .\InstallWSL.psm1; Install-WSLInteractive; pause" \ No newline at end of file