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