@echo off REM Wrapper sa att install_win.ps1 kan koras med dubbelklick utan att REM behova andra PowerShells ExecutionPolicy. powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0install_win.ps1" pause
@echo off REM Wrapper sa att install_win.ps1 kan koras med dubbelklick utan att REM behova andra PowerShells ExecutionPolicy. powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0install_win.ps1" pause