> -----Message d'origine----- > De�: [EMAIL PROTECTED] [mailto:unattended-info- > [EMAIL PROTECTED] De la part de Niels de Groot > Envoy�: jeudi 3 f�vrier 2005 20:05 > ��: '[email protected]' > Objet�: RE: [Unattended] Boot on Lan - Variables (z_user...Etc) > > Hi, > TFTPD32 can be configured to pass options, but it won'y let you do it from > the user interface. You'll have to use an ini file or edit the registry. > > Using regedit, goto HKEY_LOCAL_MACHINE\Software\TFTPD32\DHCP. > Add a DWORD value and call it AddOptionNumber1. Set the value to 233 > decimal (or e9 hex.) > Add a string value called AddOptionValue1 and set it to your preferred > settings like "z_user=guest z_pass=guest z_path=//ntserver/install". > > If you want to set more options create values like AddOptionNumber2 and > OptionValue2 etc. > > You can also put the text below between the ----- markings in a .reg file > and import it into the registry. > > I haven't tested this yet, but will tomorrow. If it doesn't work as > advertised i'll let you know. > > Greetings, > Niels > > --------- start dhcp.reg file ----- > REGEDIT4 > > [HKEY_LOCAL_MACHINE\Software\TFTPD32\DHCP] > "AddOptionNumber1"=dword:000000e9 > "AddOptionValue1"="z_user=guest z_pass=guest z_path=//ntserver/install" > -----end dhcp.reg file > > > I would like to set personnal variables for boot on lan: > > _user, z_pass et z_path. > > > > I don't know how to change option 233 on "tftp32" as dhcp server, so I > would > > like to modify this parameters using another way: >
Ok... I tested what you said...and am an happy guy now : It works. For Information No quotes in AddOptionValue1 because with: "z_user=guest z_pass=guest z_path=//ntserver/install" . he tried to mount: \\ntserver\install"... But working great with: z_user=guest z_pass=guest z_path=//ntserver/install Thanks a lot Niels Ziad O'Hanlon ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ unattended-info mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/unattended-info
