From dd6ef3fe4f6839c267e1c18f87bd3698c87bae7a Mon Sep 17 00:00:00 2001 From: LoganDark Date: Tue, 11 May 2021 19:58:54 +0200 Subject: [PATCH] batch script: @echo off --- InstallWSL-Launcher.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/InstallWSL-Launcher.bat b/InstallWSL-Launcher.bat index f13d126..11c0035 100644 --- a/InstallWSL-Launcher.bat +++ b/InstallWSL-Launcher.bat @@ -1 +1,2 @@ +@echo off powershell.exe -ExecutionPolicy ByPass "Import-Module %~dp0installWSL-2.psm1; Install-WSLInteractive; pause" \ No newline at end of file