We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7463ec commit b41c523Copy full SHA for b41c523
.github/workflows/ci.yaml
@@ -160,7 +160,7 @@ jobs:
160
run: |
161
$url = "https://sourceforge.net/projects/imdisk-toolkit/files/20190130/ImDiskTk.exe"
162
Invoke-WebRequest -Uri $url -OutFile "ImDiskTk.exe"
163
- Start-Process -FilePath "ImDiskTk.exe" -ArgumentList "/fullsilent" -Wait
+ Start-Process -FilePath "ImDiskTk.exe" -ArgumentList "/fullsilent" -Wait -Verb RunAs
164
165
- name: Create RAM Disk
166
shell: cmd
0 commit comments