Confirmed users
3,990
edits
No edit summary |
No edit summary |
||
Line 381: | Line 381: | ||
== Binscope == | == Binscope == | ||
<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 = | ||
None! | |||