sweety_devil Posted January 12, 2010 Report post Posted January 12, 2010 When I restore an image, the network configuration is on auto and I want to have 100 Full Duplex. How should I do ? Thank you. Quote Share this post Link to post Share on other sites More sharing options...
0 sweety_devil Posted January 13, 2010 Report post Posted January 13, 2010 I found a solution but it doesn't work. I'd like to change the registry value of the intel adapter. I have a reg file: [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class\{4D36E972-E325-11CE-BFC1-08002bE10318}\0008] "SpeedDuplex"="4" I don't know how to appy this command in my task sequence. Could you help me ? Thank you. Quote Share this post Link to post Share on other sites More sharing options...
0 anyweb Posted January 13, 2010 Report post Posted January 13, 2010 create a reg file with the value required (simply export that key and save as a reg file) then make a package of that file and run it using the same method i use in this post (look at where i use a reg file for autologin) does that help ? Quote Share this post Link to post Share on other sites More sharing options...
0 sweety_devil Posted January 14, 2010 Report post Posted January 14, 2010 I created the package autologin : in my package I just put the reg file, is it ok? I have inserted the autologin package in my task sequence : I have also inserted my package to force 100 full duplex. This package works fine with a normal computer. This packages contains the reg file and a setup.cmd (regedit.exe /s speedduplex.reg). Should I use command line reg imp or regedit /s ? Thank you for your help. Quote Share this post Link to post Share on other sites More sharing options...
0 sweety_devil Posted January 19, 2010 Report post Posted January 19, 2010 It is working now. I have just apply a package with the command reg import "file.reg". Thank you Quote Share this post Link to post Share on other sites More sharing options...
0 anyweb Posted January 19, 2010 Report post Posted January 19, 2010 can you show a screenshot(s) of what you did so others will know ? cheers niall Quote Share this post Link to post Share on other sites More sharing options...
0 sweety_devil Posted January 20, 2010 Report post Posted January 20, 2010 The command line for the program regimport_7900 is reg import speedduplex_7900.reg and in my package SpeedDuplex I have a reg file called speedduplex_7900.reg with this instruction: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class\{4D36E972-E325-11CE-BFC1-08002bE10318}\0008] "*SpeedDuplex"="4" Quote Share this post Link to post Share on other sites More sharing options...
When I restore an image, the network configuration is on auto and I want to have 100 Full Duplex.
How should I do ?
Thank you.
Share this post
Link to post
Share on other sites