diff --git a/InstallWSL-Launcher.bat b/InstallWSL-Launcher.bat index 6694e9b..a539eda 100644 --- a/InstallWSL-Launcher.bat +++ b/InstallWSL-Launcher.bat @@ -1 +1 @@ -powershell.exe -ExecutionPolicy ByPass "Import-Module .\InstallWSL.psm1; Install-WSLInteractive; pause" \ No newline at end of file +powershell.exe -ExecutionPolicy ByPass "Import-Module $~dp0InstallWSL.psm1; Install-WSLInteractive; pause" \ No newline at end of file