View Single Post
  #1  
Old October 16th 09, 03:54 PM posted to microsoft.public.outlook.installation
shmk
external usenet poster
 
Posts: 1
Default Account install through .reg

I'm trying to make a register file that install a account.

All the datas are saved correctly except the password that in Outlook is set
empty.

I'm using Microsoft Outlook 2003 and a script similar to this:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Internet Account
Manager\Accounts\00000100]
"Account "
"Connection Type"=dword:00000003
"POP3 Server"="pop.abc.df"
"POP3 User "
"POP3
Password2"=hex:01,02,6d,00,61,00,70,00,6c,00,2a,00 ,77,00,66,00,6c,00,65,\
00,7a,00,65,00,65,00,77,00,2e,00,63,00,6f,00,6d,00 ,41,00,43,00,46,00,43,00,\
44,00,34,00,38,00,50,00,00,00
"POP3 Use Sicily"=dword:00000000
"POP3 Prompt for Password"=dword:00000000
"SMTP Server"=""
"SMTP Display Name"="My name"
"SMTP Email "
"POP3 Skip Account"=dword:00000000

Anyone could give me a hand?
Ads