!!! If you don't need admin privileges, replace ADMIN_NAME with a user with
lower credentials.
What It does ?
After the image process is complete 'altiris/ghost/...' the computer will
reboot and autolog with the user specified in the registry 'don't need to
manually log to each pc : ) '. on startup it will ~RunOnce 'verase.bat'.
When the task will be done the computer reboot and come back to the normal
login prompt.
How to :
-Step1-----------------------------------------------------------
Enable AutoLogon
-------EnableAutologon.reg-------
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"DefaultDomainName"="DOMAIN_NAME"
"DefaultUserName"="ADMIN_NAME"
"AutoAdminLogon"="1"
"DefaultPassword"="PASSWORD"
"AutoLogonCount"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce]
"AddBoot"="c:\\WINNT\\verase.bat"
-------
-Step2-----------------------------------------------------------
Add verase.bat, reglog.reg, shutdown.exe
www.budja.com/shutdown to the
WINDOWS folders
----verase.bat----
REM Initial content of verase.bat
REM ...
regedit /s C:\WINNT\reglog.reg
shutdown -r -f
exit
-------
Remove unwanted key 'value'
----reglog.reg----
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"AutoAdminLogon"="0"
"AutoLogonCount"=dword:00000000
"DefaultPassword"=""