|
#1
|
|||
|
|||
|
I have the following in my riprep.sif file
[GuiUnattended] AutoLogon=Yes AutoLogonCount=1 OemSkipWelcome = 1 OemSkipRegional = 1 TimeZone = %TIMEZONE% AdminPassword = "MYPASSWORD" This works fine and the first login is automated. but I noticed that the password gets saved in the following registry key. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\Cu rrentVersion\Winlogon\DefaultPassword How can I prevent this from happening? Thanks |
|
#2
|
|||
|
|||
|
bjohn@firstconsulting.net wrote in
news:1135370471.240180.259320@o13g2000cwo.googlegr oups.com: > I have the following in my riprep.sif file > > [GuiUnattended] > AutoLogon=Yes > AutoLogonCount=1 > OemSkipWelcome = 1 > OemSkipRegional = 1 > TimeZone = %TIMEZONE% > AdminPassword = "MYPASSWORD" > > > This works fine and the first login is automated. but I noticed > that the password gets saved in the following registry key. > > HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\Cu rrentVersion\Winl > ogon\DefaultPassword > > How can I prevent this from happening? > > Thanks > > Just import a REG file during the first logon (using regedit /s regfile.reg) that removes the entry or sets it to nothing: REGEDIT4 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\Cu rrentVersion\Winl ogon] "DefaultPassword"=- |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Re: registry editing question | Kevin | Windows XP Customize | 1 | 01-05-2006 06:35 AM |
| Windows Product Key Question? | John | Windows XP Setup Deployment | 4 | 01-05-2006 06:24 AM |
| RE: Security Question | Natalie | Windows XP Security Admin | 5 | 01-05-2006 04:21 AM |
| Re: NET Framework question | yank51 | Windows XP Basics | 2 | 01-05-2006 02:00 AM |
| RE: A simply question about displaying properties | Mike | Windows XP Basics | 1 | 01-05-2006 02:00 AM |