diff --git a/cipd.bat b/cipd.bat index e5be7e99f..53e60d160 100644 --- a/cipd.bat +++ b/cipd.bat @@ -9,4 +9,4 @@ :: in the file's properties dialog. echo.>"%~dp0\cipd.ps1:Zone.Identifier" -powershell -NoProfile -ExecutionPolicy RemoteSigned -File "%~dp0\cipd.ps1" %* +powershell -NoProfile -ExecutionPolicy RemoteSigned -Command "%~dp0\cipd.ps1" %*