Browse Source

Fix batch launcher failing to find the powershell module when run as admin

master
LoganDark 3 years ago
parent
commit
99a4513f5a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      InstallWSL-Launcher.bat

+ 1
- 1
InstallWSL-Launcher.bat View File

@ -1 +1 @@
powershell.exe -ExecutionPolicy ByPass "Import-Module .\InstallWSL.psm1; Install-WSLInteractive; pause"
powershell.exe -ExecutionPolicy ByPass "Import-Module $~dp0InstallWSL.psm1; Install-WSLInteractive; pause"

Loading…
Cancel
Save