This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
token:MacUUID [2016/02/22 02:14] AlainLifchitz add internal links |
token:MacUUID [2023/08/16 23:23] (current) peternlewis |
||
---|---|---|---|
Line 10: | Line 10: | ||
{{ :token:if-macuuid.png?nolink |}} | {{ :token:if-macuuid.png?nolink |}} | ||
+ | |||
+ | If you migrate or transfer your preferences to a new Mac, you might end up with the MacUUID and MacRemoteUUID copied resulting in both Macs having the same UUID. If you intend to continue to using both Macs, you can delete them from the new Mac with the Terminal command: | ||
+ | |||
+ | ``` | ||
+ | defaults delete com.stairways.keyboardmaestro.engine MacUUID | ||
+ | defaults delete com.stairways.keyboardmaestro.engine MacRemoteUUID | ||
+ | ``` | ||
+ | |||
+ | and then new ones will be generated. | ||
+ |