You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
First of all, thanks for adding "--per-machine"
When running igcmd.exe set-default-viewer .png;.jpg;.webp --per-machine
there is a "successful"-popup which prevents a scripted silent installation to continue
Describe the solution you'd like
Remove the popup or add a silent parameter
Additional context
The text was updated successfully, but these errors were encountered:
Just encountered this today, thanks for your report. We also need that command line switch to be silent or an additional silent switch. The popup breaks scripts.
Just encountered this today, thanks for your report. We also need that command line switch to be silent or an additional silent switch. The popup breaks scripts.
As a dirty workaround you can use Start-Process "C:\Program Files\ImageGlass\igcmd.exe" -argumentlist "set-default-viewer "".png;"" --per-machine" Start-Sleep -seconds 5
Is your feature request related to a problem? Please describe.
First of all, thanks for adding "--per-machine"
When running
igcmd.exe set-default-viewer .png;.jpg;.webp --per-machine
there is a "successful"-popup which prevents a scripted silent installation to continue
Describe the solution you'd like
Remove the popup or add a silent parameter
Additional context
The text was updated successfully, but these errors were encountered: