On Windows, the setting is stored in the registry. If you want to change it:
- Run regedit.exe.
- Navigate to: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\DontShowMeThisDialogAgain
- Add a new string value called rdk.RenderContentNameConflictDialog
- Set the value to NO
Perhaps easier would be to copy the following text to a file called TEMP.REG and then open that file, which will have Windows add the key to the registry automatically.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\DontShowMeThisDialogAgain]
"rdk.RenderContentNameConflictDialog"="NO"
I hope this helps. Please let me know if you have any problems.
John