I am trying to use Office 365 Device Based Activation. I am getting an error though:
OPPTransition.exe -Tenant -Key -Domain .onmicrosoft.com -Version 16 -NoUninstall -Verbose
12:11:51 PM | OPPTransition started - 1.1.12.95
12:11:51 PM | Reading arguments
12:11:51 PM | Args: -tenant -domain .onmicrosoft.com -version 16 -nouninstall -verbose
12:11:51 PM | Args Valid
12:11:51 PM | Nonce:
12:11:52 PM | Start logged
12:11:52 PM | PreflightCheck: pass
12:11:52 PM | Provisioning
12:11:53 PM | Device provisioned and licensed
12:12:24 PM | Device ready for Office
12:12:24 PM | Licensing
12:12:25 PM | License key:
12:12:25 PM | License staged
Unhandled Exception: System.UnauthorizedAccessException: Access to the registry key 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ClickToRun\OverRide' is denied.
at Microsoft.Win32.RegistryKey.Win32Error(Int32 errorCode, String str)
at Microsoft.Win32.RegistryKey.CreateSubKeyInternal(String subkey, RegistryKeyPermissionCheck permissionCheck, Object registrySecurityObj, RegistryOptions registryOptions)
at Microsoft.Win32.RegistryKey.CreateSubKey(String subkey)
at Microsoft.Win32.Registry.SetValue(String keyName, String valueName, Object value, RegistryValueKind valueKind)
at OPP_Transition.Program.EnableVerboseLogs(Status status)
at OPP_Transition.Program.Main(String[] args)
I have removed tenant and key info but they are there. Can someone help me out with this?