Getting registration code on a Mac
Getting registration code on a Mac
Howdy-
I registered my (Mac) copy of MakeMKV some time ago. I was looking to install it on a new machine (windows). I searched my inbox, and I don't have anything from payproglobal. I also looked under
Help > Register, but "Register" is greyed out.
Is there another way to see my registration key on Mac, so I can move it over?
I registered my (Mac) copy of MakeMKV some time ago. I was looking to install it on a new machine (windows). I searched my inbox, and I don't have anything from payproglobal. I also looked under
Help > Register, but "Register" is greyed out.
Is there another way to see my registration key on Mac, so I can move it over?
Re: Getting registration code on a Mac
If I search my email for "makemkv", I find the receipt containing the license key for when I purchased MakeMKV.
If you click MakeMKV -> About MakeMKV, what does it say for license type?
If you click MakeMKV -> About MakeMKV, what does it say for license type?
Re: Getting registration code on a Mac
License type: Registered
This version expires: Never
This version expires: Never
Re: Getting registration code on a Mac
Then you can "simply" copy the registration code to the new computer. The code is the same for all operating systems.
MakeMKV Frequently Asked Questions
FAQ about BETA and PERMANENT keys.
How to aid in finding the answer to your problem: Activating Debug Logging
FAQ about BETA and PERMANENT keys.
How to aid in finding the answer to your problem: Activating Debug Logging
Re: Getting registration code on a Mac
Correct- that actually worked when I first purchased the license. However, since then, I can no longer seem to find the key.
The key does not show up in my email, nor anywhere I look within one my registered makemkv apps.
The key does not show up in my email, nor anywhere I look within one my registered makemkv apps.
Re: Getting registration code on a Mac
It should be in your Mac copy, under "Help->Register". The entry field has the current key in it, which you can copy to the new install.
Probably easiest by Copy->PasteToEmail and CopyFromEmail->PasteToWindowsVersion
Probably easiest by Copy->PasteToEmail and CopyFromEmail->PasteToWindowsVersion
MakeMKV Frequently Asked Questions
FAQ about BETA and PERMANENT keys.
How to aid in finding the answer to your problem: Activating Debug Logging
FAQ about BETA and PERMANENT keys.
How to aid in finding the answer to your problem: Activating Debug Logging
Re: Getting registration code on a Mac
Right- I attempted that prior to posting the first time. This is what I'm met with:


Re: Getting registration code on a Mac
Is that what you're seeing on the Mac or on Windows? I don't have a Mac available to me at present, so I can't see what 1.18.x displays, but on Win7, the box looks quite different. There should be an "About" entry after "Online Help". But the "Register" option should not be grayed out.
Are you able to click on it anyway, to bring up the "Enter registration code" dialog box?
Are you able to click on it anyway, to bring up the "Enter registration code" dialog box?
MakeMKV Frequently Asked Questions
FAQ about BETA and PERMANENT keys.
How to aid in finding the answer to your problem: Activating Debug Logging
FAQ about BETA and PERMANENT keys.
How to aid in finding the answer to your problem: Activating Debug Logging
Re: Getting registration code on a Mac
The difference is 'Register' on mine is not greyed out. When I pick that option, I'm presented with the screen that lets me see and copy my license key.
Re: Getting registration code on a Mac
It's what I see on Mac.




-
- Posts: 103
- Joined: Mon May 06, 2024 11:10 am
Re: Getting registration code on a Mac
You could try fetching the key the makemkv's config file.
Open a Finder window, use the top menu: Go -> Go to Folder... (Cmd+Shift+G)
Type in: ~/Library/MakeMKV
Press enter
You'll arrive at a folder with settings.conf and some other files.
Right-click on settings.conf -> Open With -> Other...
Choose the program called TextEdit and open it that way.
Your license key should be visible on the line called app_Key
--------
If you prefer using the Terminal, this command should do it.
Open a Finder window, use the top menu: Go -> Go to Folder... (Cmd+Shift+G)
Type in: ~/Library/MakeMKV
Press enter
You'll arrive at a folder with settings.conf and some other files.
Right-click on settings.conf -> Open With -> Other...
Choose the program called TextEdit and open it that way.
Your license key should be visible on the line called app_Key
--------
If you prefer using the Terminal, this command should do it.
Code: Select all
cat ~/Library/MakeMKV/settings.conf | grep app_Key