P
PSYcho
How do I go about creating a script or registry key,
that automatically sets up an Outlook Express / Outlook 2007 email account
for any user that logs on the computer;
with their username as the email address?
Eg. User A logs on, and so will have an email account set up for them
automatically,
with the details:
Email address: (e-mail address removed)
SMTP/POP Server: (e-mail address removed)
I have tried creating a registry key that is run by AUTOEXEC.bat in WinXP,
the key details seem to not work.
Registry key details:
[HKEY_CURRENT_USER\Software\Microsoft\Internet Account Manager]
[HKEY_CURRENT_USER\Software\Microsoft\Internet Account Manager\Accounts]
[HKEY_CURRENT_USER\Software\Microsoft\Internet Account
Manager\Accounts\00000001]
"IMAP User Name"="%*USERNAME%"
"POP3 User Name"="%*USERNAME%"
"SMTP Display Name"="%*USERNAME%"
"SMTP Email Address"="%*USERNAME%@mydomain.com"
"SMTP User Name"="%*USERNAME%"
Thanking you in advance for any information regarding this issue.
that automatically sets up an Outlook Express / Outlook 2007 email account
for any user that logs on the computer;
with their username as the email address?
Eg. User A logs on, and so will have an email account set up for them
automatically,
with the details:
Email address: (e-mail address removed)
SMTP/POP Server: (e-mail address removed)
I have tried creating a registry key that is run by AUTOEXEC.bat in WinXP,
the key details seem to not work.
Registry key details:
[HKEY_CURRENT_USER\Software\Microsoft\Internet Account Manager]
[HKEY_CURRENT_USER\Software\Microsoft\Internet Account Manager\Accounts]
[HKEY_CURRENT_USER\Software\Microsoft\Internet Account
Manager\Accounts\00000001]
"IMAP User Name"="%*USERNAME%"
"POP3 User Name"="%*USERNAME%"
"SMTP Display Name"="%*USERNAME%"
"SMTP Email Address"="%*USERNAME%@mydomain.com"
"SMTP User Name"="%*USERNAME%"
Thanking you in advance for any information regarding this issue.