-
-
Save GRTUBORG/5bbd3bf4384a5bb035cec71663414f0a to your computer and use it in GitHub Desktop.
Install Canon EOS Utility 2 full version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # How to install Canon EOS Utility 2 full version | |
| ## EOS Utility 2.14.20a full version install | |
| Go to Canon and select your camera model under software downloads. | |
| At the time this guide was written, the link was [https://www.canon-europe.com/support/consumer_products/software/eos-utility.html] | |
| Select your camera and download "EOS Utility 2.14.20a Updater for Windows" (yes, we will do full install with this file). | |
| Before we can run the installer we need to add a key to our registry. | |
| Open a commandprompt as admin and run this to create the right key for a full install. | |
| ``` | |
| REG ADD "HKLM\SOFTWARE\WOW6432Node\Canon\EOS Utility" | |
| ``` | |
| Now you can run "EOS Utility 2.14.20a Updater for Windows" to make a full installation. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment