Deployment Options
Customize how Mimiq behaves for your facility or environment.
Autostart
By default, Mimiq launches when you log into your computer, but you can control whether Mimiq autostarts.
In
Terminal.app
, tell Mimiq whether or not to autostart when you log into macOS.
Disable autostart
Enable autostart
Commit the setting in Mimiq.
If Mimiq has already launched (i.e. in the menu bar):
Quit Mimiq
Relaunch Mimiq.
Restart your Mac.
If Mimiq hasn't launched yet (i.e. not present in the menu bar):
Launch Mimiq.
Quit-then-relaunch Mimiq.
Restart your Mac.
Then, use this Terminal command to check Mimiq's current autostart setting:
launchAtLogin = 0
- Mimiq will not autostart when you log into macOS.launchAtLogin = 1
- Mimiq autostarts when you log into macOS.
Hide volumes and Workspaces list
Although this suppresses Mimiq from initially displaying the list of volumes and Workspaces after it launches, you can still view that list anytime by clicking the Mimiq icon in the menu bar (macOS) or System Tray (Windows).
In
Terminal.app
, tell Mimiq whether or not to display the list of volumes and Workspaces after it launches.
Disable displaying the list of volumes and workspaces
Enable displaying the list of volumes and workspaces
Commit the setting in Mimiq.
If Mimiq has already launched (i.e. in the menu bar):
Quit Mimiq
Relaunch Mimiq.
Restart your Mac.
If Mimiq hasn't launched yet (i.e. not in the menu bar):
Launch Mimiq.
Quit-then-relaunch Mimiq.
Restart your Mac.
Then, you can use this Terminal command to check whether Mimiq will display its list of volumes and Workspaces after it launches:
disableWindowPopup = 1
- Mimiq will not display the list of volumes and Workspaces when you log into macOS, even if Mimiq launches when you log in.disableWindowPopup = 0
- Mimiq will display the list of volumes and Workspaces when you log into macOS.
Suppress app updates
Although this suppresses Mimiq from displaying app updates after it launches, you can check for an update anytime by clicking the Mimiq icon in the menu bar (macOS) or System Tray (Windows).
In
Terminal.app
, tell Mimiq whether or not to display app update notifications after it launches.
Disable app update notifications
Enable app update notifications
Commit the setting in Mimiq.
If Mimiq has already launched (i.e. in the menu bar):
Quit Mimiq
Relaunch Mimiq.
Restart your Mac.
If Mimiq hasn't launched yet (i.e. not in the menu bar):
Launch Mimiq.
Quit-then-relaunch Mimiq.
Restart your Mac.
Then, use this Terminal command to check whether Mimiq will display app update notifications after it launches.
disableUpdateNotifications = 1
- Mimiq will not display app update notifications when you log into macOS.disableUpdateNotifications = 0
- Mimiq will display app update notifications when you log into macOS.
Last updated