Skip to content

CLI Controlling

snowie2000 edited this page May 31, 2023 · 2 revisions

Works for version 2023.5.31 and later

MacType instances running in tray mode (admin or non-admin) can be controlled by launching another instance of mactray.exe with the following parameters:

  • mactray.exe /s enable Enable mactype globally
  • mactray.exe /s disable Disable mactype globally
  • mactray.exe /s stop Exit mactype gracefully. Whether rendering would be disabled before exiting is determined by settings in the mactype.ini
  • mactray.exe /s restart Refresh mactype settings. This is equivalent to clicking Refresh in the tray context menu.

MacType running in manual mode and service mode can't be controlled this way.

To control mactype running in service mode, please use the services tab in the task manager or use SC command, for example:

  • SC stop mactype to stop mactype
  • SC start mactype to start mactype

Note that you need the administrator privilege to make it work.

Clone this wiki locally