Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add silent parameter to FTA command "--per-machine" (#1828) #1835

Closed
zimbo86 opened this issue Feb 1, 2024 · 3 comments
Closed

Add silent parameter to FTA command "--per-machine" (#1828) #1835

zimbo86 opened this issue Feb 1, 2024 · 3 comments

Comments

@zimbo86
Copy link

zimbo86 commented Feb 1, 2024

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

image

@xenadmin
Copy link

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.

@zimbo86
Copy link
Author

zimbo86 commented Feb 20, 2024

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

(without -wait)

@d2phap
Copy link
Owner

d2phap commented Apr 30, 2024

Should be fixed in v9.0.11. All commands are run without UI by default unless passing --ui param

@d2phap d2phap closed this as completed Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants