ReferencePlatforms/Win64: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 381: Line 381:


== Binscope ==
== Binscope ==
XXX: Todo
<pre>
ssh Administrator@slave
c:\mozilla-build\wget\wget.exe http://people.mozilla.com/~asasaki/BinScopeSetup.msi
msiexec /i BinScopeSetup.msi /quiet /norestart /log binscope_install.log ALLUSERS=1
</pre>
 
== Fix auto-login after new password deployment ==
MaRu fixed the issue by updating the LTICleanup.wsf
The lines modified were (password has been taken out for security reasons)
 
<pre>
oShell.RegWrite "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\AutoAdminLogon", "1", "REG_SZ"
oShell.RegWrite "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\DefaultUserName", "cltbld", "REG_SZ"
oShell.RegWrite "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\DefaultDomainName", "", "REG_SZ"
oShell.RegWrite "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\DefaultPassword", "*********", "REG_SZ"
oShell.RegDelete "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\AutoLogonCount", &H00000000, "REG_DWORD"
On Error Goto 0
</pre>


= Post-reimaging steps =
= Post-reimaging steps =
NOTE: We need to fix the auto-login. For now, it is manual
None!
* Click Start, Run and enter control userpasswords2
* "check" and "uncheck" the "Users must enter a user name and password to use this computer" option
* click "OK"
* a Window prompts you to choose the user and the password to auto-login with
Confirmed users
3,990

edits

Navigation menu