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
Copy file name to clipboardExpand all lines: cli-arguments.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,11 @@
12
12
|`--help`| Opens this page | 3.2.0+ |
13
13
|`--import-settings file`| Imports UniGetUI settings from json file _file_. The file must exist. The old settings will be lost*| 3.2.0+ |
14
14
|`--export-settings file`| Exports UniGetUI settings to json file _file_. The file will be created or overwritten*| 3.2.0+ |
15
-
|`--enable-setting key`| Enables the boolean setting _key_*| 3.2.0+ |
16
-
|`--disable-setting key`| Disables the boolean setting _key_*| 3.2.0+ |
15
+
|`--[enable\|disable]-setting key`| Enables/disables the boolean setting _key_*| 3.2.0+ |
17
16
|`--set-setting-value key value`| Sets the value _value_ to the non-boolean setting _key_. To clear a non-boolean setting, `--disable-setting` can be used*| 3.2.0+ |
18
17
|`--no-corrupt-dialog`| Will show a verbose error message (the error report) instead of a simplified message dialog | 3.2.1+ |
18
+
|`--[enable\|disable]-secure-setting-for-user username key`| Enables/disables the given secure setting for the given username. Requires administrator rights. | 3.2.1+ |
19
+
|`--[enable\|disable]-secure-setting key`| Enables/disables the given secure setting for current user. This will generate a UAC prompt | 3.2.1+ |
19
20
20
21
21
22
\*After modifying the settings, you must ensure that any running instance of UniGetUI is restarted for the changes to take effect
0 commit comments