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.
We´re running Image Glass on our terminal servers. In IG8 we run Start-Process "C:\Program Files\ImageGlass\igtasks.exe" -argumentlist "regassociations ""*.png;*.jpg;*.gif;*.jpeg;*.bmp""" -wait
after deployment, so IG Classes were registered at HKLM\Software\Classes
The users default associations can easily be modified using the existing classes, for example ImageGlass.AssocFile.PNG
In IG 9 we run Start-Process "C:\Program Files\ImageGlass\igcmd.exe" -argumentlist "set-default-viewer "".png;.jpg;.gif;.jpeg;.bmp;.webp""" -wait
however the classes are created in HKCU:\Software\Classes (also when whe run this with administrative privilege).
So the cmd has to run for each user.
Describe the solution you'd like
A HKLM switch to igcmd to create the classes in HKLM insted of HKCU, so we can handle all of our FTAs with a generic tool.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We´re running Image Glass on our terminal servers. In IG8 we run
Start-Process "C:\Program Files\ImageGlass\igtasks.exe" -argumentlist "regassociations ""*.png;*.jpg;*.gif;*.jpeg;*.bmp""" -wait
after deployment, so IG Classes were registered at HKLM\Software\Classes
The users default associations can easily be modified using the existing classes, for example ImageGlass.AssocFile.PNG
In IG 9 we run
Start-Process "C:\Program Files\ImageGlass\igcmd.exe" -argumentlist "set-default-viewer "".png;.jpg;.gif;.jpeg;.bmp;.webp""" -wait
however the classes are created in HKCU:\Software\Classes (also when whe run this with administrative privilege).
So the cmd has to run for each user.
Describe the solution you'd like
A HKLM switch to igcmd to create the classes in HKLM insted of HKCU, so we can handle all of our FTAs with a generic tool.
The text was updated successfully, but these errors were encountered: