Command line arguments
If it is file path then upload it, if it is URL then download it and upload it. You can use multiple paths for be able to upload multiple files in same time.
Allows ShareX to load multiple instances. By default it is not possible to open more than one instance of ShareX.
Loads ShareX in portable mode. In portable mode, the application will create a folder named "ShareX" (if it doesn't exist already) in its startup path to save configuration files and images.
Loads ShareX to tray without showing the main window. Only if "Show tray icon" setting is enabled.
ShareX will open with default settings and won't save any settings (ApplicationConfig.json, HotkeysConfig.json, UploadersConfig.json, History.xml) in the hard disk.
You can use any hotkey action as a command line argument.
Example: -RectangleRegion
, -PrintScreen
, -ClipboardUpload
, -ScreenColorPicker
etc.
You can find the full list of hotkey actions from public enum HotkeyType
in here.
Opens ShareX image editor with specified image file.
Opens ShareX image effects window with specified image file.
You can execute your workflows (hotkey tasks) using their descriptions.
Example: -workflow "Capture rectangle region & annotate"
This will execute your custom hotkey with the matching description.
This command must be used together with file or URL path. Upload will use this task setting. Only first matched task command will be used and rest will be ignored. Position of task command doesn't matter.
Example: "C:\ShareX.png" -task "Upload to Imgur"
After all tasks are completed ShareX will close automatically.
For example it can be used to upload two images at the same time and then close ShareX after all uploads are finished.
On startup of ShareX if hotkey registration fails then don't show hotkey registration error window.
Specified .sxcu file path used to add custom uploader configuration to ShareX. It is also used for .sxcu
file association.
Specified .sxie file path used to add image effect configuration to ShareX. It is also used for .sxie
file association.
When setup is silent the wizard and the background window are not displayed but the installation progress window is.
When setup is very silent then installation progress window is also not displayed.
After setup is complete ShareX won't run automatically.
This command makes sure that the setup will not apply initial tasks again such as creating desktop shortcut or context menu entries. It is used when ShareX updating.
These registry settings should reside in either HKEY_LOCAL_MACHINE\SOFTWARE\ShareX
key or HKEY_CURRENT_USER\SOFTWARE\ShareX
key. HKEY_LOCAL_MACHINE
has priority over HKEY_CURRENT_USER
while reading the settings.
REG_DWORD
Disables update checks.
REG_DWORD
Disables uploads application wide.
REG_DWORD
Disables debug log file saving.
REG_SZ
Overrides personal path of ShareX, which is by default %UserProfile%\Documents\ShareX
folder.
This is how ShareX decides about personal path in this order:
-portable
or -p
CLI flag exists then use .\ShareX
folder..\Portable
file exists then use .\ShareX
folder.PersonalPath
value exists in registry then use it.%LocalAppData%\ShareX\PersonalPath.cfg
file exists then move it to %UserProfile%\Documents\ShareX\PersonalPath.cfg
..\PersonalPath.cfg
file exists then use file path in it.%UserProfile%\Documents\ShareX\PersonalPath.cfg
file exists then use file path in it.%UserProfile%\Documents\ShareX
For example portable build of ShareX using 2. step here.