The confer-temp.log file records details about the registration process, and it is located in one of the following directories
C:\Users\<user>\AppData\Local\Temp\
C:\Windows\TEMP\
C:\Users\All Users\AppData\Local\Temp
Alternately search via cmd.exe
- Open cmd.exe
- Search for file in user's Temp directory
cd /d c:\
dir %TEMP%\confer-temp.log
- Search for file across file system if nothing found above
dir /s confer-temp.log