We have several computers that will need to have:
[HKLM\Software\Clients\Mail]
the (Default) key changed from "Lotus Notes" to "Microsoft Outlook".
I know that this is changed to whatever you set your Internet Options - Programs - Email:
This is what it looks like when you export the registry key:
Does anyone know if it is possible to write / rewrite a default registry key? If so, how?
[HKLM\Software\Clients\Mail]
the (Default) key changed from "Lotus Notes" to "Microsoft Outlook".
I know that this is changed to whatever you set your Internet Options - Programs - Email:
This is what it looks like when you export the registry key:
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail]
@="Microsoft Outlook"
Does anyone know if it is possible to write / rewrite a default registry key? If so, how?