' Fix novell gina for OSD ' ' v1.0 09/Feb/2009 ' on error resume next set oShell = WScript.CreateObject ("Wscript.Shell") ' From http://blogs.technet.com/inside_osd/archive/2008/06/06/installing-a-custom-gina.aspx RegPath = "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\" oshell.RegWrite Regpath & "GinaDLL", "OSDGINA.DLL", "REG_SZ" oshell.RegWrite Regpath & "OSDOldGinaDLL", "NWGINA.DLL", "REG_SZ" WScript.Quit
Monday, 28 November 2011
Fixing the Novell client GINA in an OSD Task Sequence
I wrote this bit of code to force XP to display the correct GINA in a Novell environment when you deploy your build with OSD. It's a simple bit of code implementing this advice from the OSD team on how to get SCCM to swap out the GINA at the end of the build.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment