Learn how to manage ImageGlass using built-in command lines like a pro. These can be useful to system administrators, and to other programs calling the application.
ImageGlass EXE installer
ImageGlass EXE installer is compiled by Inno Setup, and accepts its optional command line parameters (such as silent installing). To see all available parameters, please go to:
http://www.jrsoftware.org/ishelp/index.php?topic=setupcmdline
Non-administrative commands
The following commands are located in igcmd.exe
file. For the details how it works, please check the
source code
.
Function | Command |
---|---|
Set desktop wallpaper |
igcmd.exe setwallpaper <string imgPath> [int style]
|
Display Check for update dialog |
igcmd.exe igupdate
|
Check for update without GUI |
igcmd.exe igautoupdate
|
Display First-launch configurations dialog |
igcmd.exe firstlaunch
|
Non-administrative commands (Windows 10+ only)
The following commands are located in igcmdWin10.exe
file. For the details how it works, please check the
source code
.
Function | Command |
---|---|
Set lock screen image |
igcmdWin10.exe setlockimage
|
Display Share dialog |
igcmdWin10.exe share <string imgPath>
|
Administrative commands
The following commands are located in igtasks.exe
file. For the details how it works, please check the
source code
.
Function | Command |
---|---|
Set desktop wallpaper |
igtasks.exe setwallpaper <string imgPath> [int style]
|
Register file associations |
igtasks.exe regassociations <string exts>
|
Delete all file associations |
igtasks.exe delassociations
|
Install new language pack |
igtasks.exe iginstalllang
|
Create a new language pack |
igtasks.exe ignewlang
|
Edit a language pack |
igtasks.exe igeditlang <string filename>
|
Register URI Scheme for Web-to-App linking |
igtasks.exe reg-uri-scheme
|
Delete URI Scheme registry |
igtasks.exe del-uri-scheme
|