Auto load of programs, upon power on

  • Thread starter Thread starter LC
  • Start date Start date
L

LC

All,
When XP (home edition) loads, I wish to arrange it so that:
- autologin of the ADMIN account
- boot of 3-4 programs

I wish to keep my webcam going in my apartment while I am out of town.

Suggestions?
 
LC said:
When XP (home edition) loads, I wish to arrange it so that:
- autologin of the ADMIN account

To use autologon you can use registry editor:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon
add here a string values:
"AutoAdminLogon"=1
"DefaultUserName" - username e.g. Administrator
"DefaultDomainName" - domain name/workgroup name
"DefaultPassword" - logging user's pass
- boot of 3-4 programs

Use startup folder or logon scripts to start programs you need.

Please, do not send the same post many times ;o)
 
Try placeing shortcuts to the programs you want to start
in the

C:\Documents and Settings\All Users\Start
Menu\Programs\Startup folder.
 
Back
Top