Jump to content

mattffrost

Member
  • Posts

    34
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by mattffrost

  1. I finally got a .net program to run with Winpe 3.0, I incorporated the .net framework into the Winpe. I had initially tried this when Winpe 2.0 came out with no luck, but I did get it with 3.0. If there is enough interest I will post my solution.
  2. It turned out to be a proxy issue. Since IE8 is new the proxy was not opened up enought to allow downloads from HP and Dell's website.
  3. On my home Vista computer I updated ie7 to ie8 and I can get to ftp://ftp.hp.com. The problem happened in a work machine in a new build. It has to be some setting that is causing this. My upgrading ie7 to ie8 my current ie7 setting that ie8 used allowed me to get to the website. It can be confirmed ie8 can get to the site, now its finding in some cased why it does not. If I find out I will post my findings. Matt
  4. I am running Windows Vista with IE8 and now I can not download files from various ftp websites. I think its a FTP issue. If I try to type in ftp://ftp.hp.com I get a broswer error of can not display web page. This worked with ie7 since I updated to IE this has busted. I have tried stopping the firewall service with no luck. I have tried configuring ie8 browser settings like enalbe ftp folder view and use passive ftp wiht no luck. Just wondering if anyone out there can get to ftp://ftp.hp.com with IE8. Thank you. Matt
  5. jonscaife, Can I please ask exactly how you did this? " I then added these to a SFX archive (which is ~100Kb) which extracts the files to dllcache before ie setup is run. This produced the desired result!" Thanks
  6. Hello, On the last stage of the windows vista setup a black screen appears for quite a while. The windows vista logo then appears and the installation is then over. Does anyone know of a way to get a background on this part of the setup. I tried the themes in oobesystem with no luck. Thank you.
  7. Here is what I have for my txtsetup.sif. I used winpe2005 [busExtenders.Load] nvnetbus = nvnetbus.sys [busExtenders] nvnetbus = "NVIDIA Network Bus Enumerator",files.nvnetbus,nvnetbus [sourceDisksFiles] nvnetbus.sys = 1,,,,,,,4,1 nvnrm.sys = 1,,,,,,,4,1 nvsnpu.sys = 1,,,,,,,4,1 bdco1ins.dll = 1,,,,,,,2,1 bdco1.dll = 1,,,,,,,2,1 nvconrm.dll = 1,,,,,,,2,1 nvnetbus.inf = 1,,,,,,,20,1 [HardwareIdsDatabase] PCI\VEN_10DE&DEV_0086 = "nvnetbus" PCI\VEN_10DE&DEV_008C = "nvnetbus" PCI\VEN_10DE&DEV_00DF = "nvnetbus" PCI\VEN_10DE&DEV_0038 = "nvnetbus" PCI\VEN_10DE&DEV_0057 = "nvnetbus" PCI\VEN_10DE&DEV_0269 = "nvnetbus" PCI\VEN_10DE&DEV_0373 = "nvnetbus" nvnetbus.sys 7-11-2006 nvnetbus.tag 5-26-2006 nvnrm.sys 7-11-2006 nvsnpu.sys 7-11-2006 BDCO1.DLL 7-11-2006 BDCO1INS.DLL 7-11-2006 NVCONRM.DLL 6-29-2005 nvnetbus.inf 7-11-2006 I also had a lot of problems with this and after I did the build I had to load the hive of setupreg.hiv in registry editor (I named they key 1st setupreg) and added the following registry settings. After you add these setting unload the hive and the setupreg.hiv will be updated. Burn your iso with this new build. I hope this work for you or at least gives you some ideas. [HKEY_LOCAL_MACHINE\1st setupreg\ControlSet001\Enum\{1a3e09be-1e45-494b-9174-d7385b45bbf5}] [HKEY_LOCAL_MACHINE\1st setupreg\ControlSet001\Enum\{1a3e09be-1e45-494b-9174-d7385b45bbf5}\NVNET_DEV0373] [HKEY_LOCAL_MACHINE\1st setupreg\ControlSet001\Enum\{1a3e09be-1e45-494b-9174-d7385b45bbf5}\NVNET_DEV0373\4&10138d35&0&00] "DeviceDesc"="NVIDIA nForce Networking Controller" "LocationInformation"="NVNETBUS Id: 00080000-000" "Capabilities"=dword:00000000 "UINumber"=dword:00000000 "HardwareID"=hex(7):7b,00,31,00,61,00,33,00,65,00,30,00,39,00,62,00,65,00,2d,\ 00,31,00,65,00,34,00,35,00,2d,00,34,00,39,00,34,00,62,00,2d,00,39,00,31,00,\ 37,00,34,00,2d,00,64,00,37,00,33,00,38,00,35,00,62,00,34,00,35,00,62,00,62,\ 00,66,00,35,00,7d,00,5c,00,4e,00,56,00,4e,00,45,00,54,00,5f,00,44,00,45,00,\ 56,00,30,00,33,00,37,00,33,00,00,00,00,00 "ClassGUID"="{4D36E972-E325-11CE-BFC1-08002BE10318}" "Class"="Net" "Driver"="{4D36E972-E325-11CE-BFC1-08002BE10318}\009" "Mfg"="NVIDIA" "Service"="NVENETFD" "ConfigFlags"=dword:00000000 [HKEY_LOCAL_MACHINE\1st setupreg\ControlSet001\Enum\{1a3e09be-1e45-494b-9174-d7385b45bbf5}\NVNET_DEV0373\4&10138d35&0&00\Control] "FilteredConfigVector"=hex(a):48,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,01,00,01,00,01,00,00,00,00,\ 02,03,00,00,00,00,00,00,00,00,00,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00 "AllocConfig"=hex(8):01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,\ 00,02,03,00,00,09,00,00,00,09,00,00,00,ff,ff,ff,ff [HKEY_LOCAL_MACHINE\1st setupreg\ControlSet001\Enum\{1a3e09be-1e45-494b-9174-d7385b45bbf5}\NVNET_DEV0373\4&10138d35&0&00\Device Parameters] "InstanceIndex"=dword:00000001 [HKEY_LOCAL_MACHINE\1st setupreg\ControlSet001\Enum\{1a3e09be-1e45-494b-9174-d7385b45bbf5}\NVNET_DEV0373\4&10138d35&0&00\LogConf] "BasicConfigVector"=hex(a):48,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,01,00,01,00,01,00,00,00,00,02,\ 03,00,00,00,00,00,00,00,00,00,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00 [HKEY_LOCAL_MACHINE\1st setupreg\ControlSet001\Enum\{1a3e09be-1e45-494b-9174-d7385b45bbf5}\NVNET_DEV0373\4&31073ff&0&00] "DeviceDesc"="NVIDIA nForce Networking Controller" "LocationInformation"="NVNETBUS Id: 00090000-000" "Capabilities"=dword:00000000 "UINumber"=dword:00000000 "HardwareID"=hex(7):7b,00,31,00,61,00,33,00,65,00,30,00,39,00,62,00,65,00,2d,\ 00,31,00,65,00,34,00,35,00,2d,00,34,00,39,00,34,00,62,00,2d,00,39,00,31,00,\ 37,00,34,00,2d,00,64,00,37,00,33,00,38,00,35,00,62,00,34,00,35,00,62,00,62,\ 00,66,00,35,00,7d,00,5c,00,4e,00,56,00,4e,00,45,00,54,00,5f,00,44,00,45,00,\ 56,00,30,00,33,00,37,00,33,00,00,00,00,00 "ClassGUID"="{4D36E972-E325-11CE-BFC1-08002BE10318}" "Class"="Net" "Driver"="{4D36E972-E325-11CE-BFC1-08002BE10318}\011" "FriendlyName"="NVIDIA nForce Networking Controller #2" "Mfg"="NVIDIA" "Service"="NVENETFD" "ConfigFlags"=dword:00000000 [HKEY_LOCAL_MACHINE\1st setupreg\ControlSet001\Enum\{1a3e09be-1e45-494b-9174-d7385b45bbf5}\NVNET_DEV0373\4&31073ff&0&00\Control] "ActiveService"="NVENETFD" "FilteredConfigVector"=hex(a):48,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,01,00,01,00,01,00,00,00,00,\ 02,03,00,00,00,00,00,00,00,00,00,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00 "AllocConfig"=hex(8):01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,\ 00,02,03,00,00,09,00,00,00,09,00,00,00,ff,ff,ff,ff [HKEY_LOCAL_MACHINE\1st setupreg\ControlSet001\Enum\{1a3e09be-1e45-494b-9174-d7385b45bbf5}\NVNET_DEV0373\4&31073ff&0&00\Device Parameters] "InstanceIndex"=dword:00000002 [HKEY_LOCAL_MACHINE\1st setupreg\ControlSet001\Enum\{1a3e09be-1e45-494b-9174-d7385b45bbf5}\NVNET_DEV0373\4&31073ff&0&00\LogConf] "BasicConfigVector"=hex(a):48,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,01,00,01,00,01,00,00,00,00,02,\ 03,00,00,00,00,00,00,00,00,00,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00 [HKEY_LOCAL_MACHINE\1st setupreg\ControlSet001\Enum\PCI] [HKEY_LOCAL_MACHINE\1st setupreg\ControlSet001\Enum\PCI\VEN_10DE&DEV_0373&SUBSYS_12FE103C&REV_A3] [HKEY_LOCAL_MACHINE\1st setupreg\ControlSet001\Enum\PCI\VEN_10DE&DEV_0373&SUBSYS_12FE103C&REV_A3\3&11583659&0&40] "DeviceDesc"="NVIDIA Network Bus Enumerator" "LocationInformation"="PCI bus 0, device 8, function 0" "Capabilities"=dword:00000000 "HardwareID"=hex(7):50,00,43,00,49,00,5c,00,56,00,45,00,4e,00,5f,00,31,00,30,\ 00,44,00,45,00,26,00,44,00,45,00,56,00,5f,00,30,00,33,00,37,00,33,00,26,00,\ 53,00,55,00,42,00,53,00,59,00,53,00,5f,00,31,00,32,00,46,00,45,00,31,00,30,\ 00,33,00,43,00,26,00,52,00,45,00,56,00,5f,00,41,00,33,00,00,00,50,00,43,00,\ 49,00,5c,00,56,00,45,00,4e,00,5f,00,31,00,30,00,44,00,45,00,26,00,44,00,45,\ 00,56,00,5f,00,30,00,33,00,37,00,33,00,26,00,53,00,55,00,42,00,53,00,59,00,\ 53,00,5f,00,31,00,32,00,46,00,45,00,31,00,30,00,33,00,43,00,00,00,50,00,43,\ 00,49,00,5c,00,56,00,45,00,4e,00,5f,00,31,00,30,00,44,00,45,00,26,00,44,00,\ 45,00,56,00,5f,00,30,00,33,00,37,00,33,00,26,00,43,00,43,00,5f,00,30,00,36,\ 00,38,00,30,00,30,00,30,00,00,00,50,00,43,00,49,00,5c,00,56,00,45,00,4e,00,\ 5f,00,31,00,30,00,44,00,45,00,26,00,44,00,45,00,56,00,5f,00,30,00,33,00,37,\ 00,33,00,26,00,43,00,43,00,5f,00,30,00,36,00,38,00,30,00,00,00,00,00 "CompatibleIDs"=hex(7):50,00,43,00,49,00,5c,00,56,00,45,00,4e,00,5f,00,31,00,\ 30,00,44,00,45,00,26,00,44,00,45,00,56,00,5f,00,30,00,33,00,37,00,33,00,26,\ 00,52,00,45,00,56,00,5f,00,41,00,33,00,00,00,50,00,43,00,49,00,5c,00,56,00,\ 45,00,4e,00,5f,00,31,00,30,00,44,00,45,00,26,00,44,00,45,00,56,00,5f,00,30,\ 00,33,00,37,00,33,00,00,00,50,00,43,00,49,00,5c,00,56,00,45,00,4e,00,5f,00,\ 31,00,30,00,44,00,45,00,26,00,43,00,43,00,5f,00,30,00,36,00,38,00,30,00,30,\ 00,30,00,00,00,50,00,43,00,49,00,5c,00,56,00,45,00,4e,00,5f,00,31,00,30,00,\ 44,00,45,00,26,00,43,00,43,00,5f,00,30,00,36,00,38,00,30,00,00,00,50,00,43,\ 00,49,00,5c,00,56,00,45,00,4e,00,5f,00,31,00,30,00,44,00,45,00,00,00,50,00,\ 43,00,49,00,5c,00,43,00,43,00,5f,00,30,00,36,00,38,00,30,00,30,00,30,00,00,\ 00,50,00,43,00,49,00,5c,00,43,00,43,00,5f,00,30,00,36,00,38,00,30,00,00,00,\ 00,00 "ClassGUID"="{1A3E09BE-1E45-494B-9174-D7385B45BBF5}" "Class"="NVIDIA Network Bus Enumerator" "ConfigFlags"=dword:00000000 "Driver"="{1A3E09BE-1E45-494B-9174-D7385B45BBF5}\000" "Mfg"="NVIDIA" "Service"="nvnetbus" "ParentIdPrefix"="4&10138d35&0" [HKEY_LOCAL_MACHINE\1st setupreg\ControlSet001\Enum\PCI\VEN_10DE&DEV_0373&SUBSYS_12FE103C&REV_A3\3&11583659&0&40\Control] "ActiveService"="nvnetbus" "FilteredConfigVector"=hex(a):c8,01,00,00,05,00,00,00,00,00,00,00,08,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,01,00,01,00,0d,00,00,00,01,\ 03,01,00,00,00,00,00,00,10,00,00,01,00,00,00,00,80,24,fa,00,00,00,00,ff,8f,\ 24,fa,00,00,00,00,08,03,01,00,00,00,00,00,00,10,00,00,00,10,00,00,00,00,00,\ 00,00,00,00,00,ff,ff,ff,ff,00,00,00,00,00,81,01,00,00,00,00,00,01,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,01,01,00,31,\ 00,00,00,08,00,00,00,01,00,00,00,30,41,00,00,00,00,00,00,37,41,00,00,00,00,\ 00,00,08,01,01,00,31,00,00,00,08,00,00,00,08,00,00,00,00,00,00,00,00,00,00,\ 00,ff,ff,ff,ff,00,00,00,00,00,81,01,00,00,00,00,00,01,00,00,00,01,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,03,01,00,00,00,00,00,00,\ 01,00,00,01,00,00,00,00,a1,24,fa,00,00,00,00,ff,a1,24,fa,00,00,00,00,08,03,\ 01,00,00,00,00,00,00,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,ff,ff,ff,\ ff,00,00,00,00,00,81,01,00,00,00,00,00,01,00,00,00,02,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,01,03,01,00,00,00,00,00,10,00,00,00,01,\ 00,00,00,00,a3,24,fa,00,00,00,00,0f,a3,24,fa,00,00,00,00,08,03,01,00,00,00,\ 00,00,10,00,00,00,10,00,00,00,00,00,00,00,00,00,00,00,ff,ff,ff,ff,00,00,00,\ 00,00,81,01,00,00,00,00,00,01,00,00,00,03,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,02,03,00,00,00,00,00,00,00,00,00,ff,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 "AllocConfig"=hex(8):01,00,00,00,05,00,00,00,00,00,00,00,00,00,00,00,09,00,00,\ 00,03,01,00,00,00,80,24,fa,00,00,00,00,00,10,00,00,81,01,00,00,01,00,00,00,\ 00,00,00,00,00,00,00,00,01,01,31,00,30,41,00,00,00,00,00,00,08,00,00,00,81,\ 01,00,00,01,00,00,00,01,00,00,00,00,00,00,00,03,01,00,00,00,a1,24,fa,00,00,\ 00,00,00,01,00,00,81,01,00,00,01,00,00,00,02,00,00,00,00,00,00,00,03,01,00,\ 00,00,a3,24,fa,00,00,00,00,10,00,00,00,81,01,00,00,01,00,00,00,03,00,00,00,\ 00,00,00,00,02,03,00,00,16,00,00,00,16,00,00,00,ff,ff,ff,ff [HKEY_LOCAL_MACHINE\1st setupreg\ControlSet001\Enum\PCI\VEN_10DE&DEV_0373&SUBSYS_12FE103C&REV_A3\3&11583659&0&40\LogConf] "BasicConfigVector"=hex(a):c8,01,00,00,05,00,00,00,00,00,00,00,08,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,01,00,01,00,0d,00,00,00,01,03,\ 01,00,00,00,00,00,00,10,00,00,01,00,00,00,00,80,24,fa,00,00,00,00,ff,8f,24,\ fa,00,00,00,00,08,03,01,00,00,00,00,00,00,10,00,00,00,10,00,00,00,00,00,00,\ 00,00,00,00,ff,ff,ff,ff,00,00,00,00,00,81,01,00,00,00,00,00,01,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,01,01,00,31,00,\ 00,00,08,00,00,00,01,00,00,00,30,41,00,00,00,00,00,00,37,41,00,00,00,00,00,\ 00,08,01,01,00,31,00,00,00,08,00,00,00,08,00,00,00,00,00,00,00,00,00,00,00,\ ff,ff,ff,ff,00,00,00,00,00,81,01,00,00,00,00,00,01,00,00,00,01,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,03,01,00,00,00,00,00,00,01,\ 00,00,01,00,00,00,00,a1,24,fa,00,00,00,00,ff,a1,24,fa,00,00,00,00,08,03,01,\ 00,00,00,00,00,00,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,ff,ff,ff,ff,\ 00,00,00,00,00,81,01,00,00,00,00,00,01,00,00,00,02,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,01,03,01,00,00,00,00,00,10,00,00,00,01,00,\ 00,00,00,a3,24,fa,00,00,00,00,0f,a3,24,fa,00,00,00,00,08,03,01,00,00,00,00,\ 00,10,00,00,00,10,00,00,00,00,00,00,00,00,00,00,00,ff,ff,ff,ff,00,00,00,00,\ 00,81,01,00,00,00,00,00,01,00,00,00,03,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,02,03,00,00,00,00,00,00,00,00,00,ff,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00 "BootConfig"=hex(8):01,00,00,00,05,00,00,00,00,00,00,00,01,00,01,00,05,00,00,\ 00,03,00,00,00,00,80,24,fa,00,00,00,00,00,10,00,00,01,00,01,00,30,41,00,00,\ 00,00,00,00,08,00,00,00,03,00,00,00,00,a1,24,fa,00,00,00,00,00,01,00,00,03,\ 00,00,00,00,a3,24,fa,00,00,00,00,10,00,00,00,02,03,00,00,05,00,00,00,05,00,\ 00,00,ff,ff,ff,ff [HKEY_LOCAL_MACHINE\1st setupreg\ControlSet001\Enum\PCI\VEN_10DE&DEV_0373&SUBSYS_12FE103C&REV_A3\3&11583659&0&48] "DeviceDesc"="NVIDIA Network Bus Enumerator" "LocationInformation"="PCI bus 0, device 9, function 0" "Capabilities"=dword:00000000 "HardwareID"=hex(7):50,00,43,00,49,00,5c,00,56,00,45,00,4e,00,5f,00,31,00,30,\ 00,44,00,45,00,26,00,44,00,45,00,56,00,5f,00,30,00,33,00,37,00,33,00,26,00,\ 53,00,55,00,42,00,53,00,59,00,53,00,5f,00,31,00,32,00,46,00,45,00,31,00,30,\ 00,33,00,43,00,26,00,52,00,45,00,56,00,5f,00,41,00,33,00,00,00,50,00,43,00,\ 49,00,5c,00,56,00,45,00,4e,00,5f,00,31,00,30,00,44,00,45,00,26,00,44,00,45,\ 00,56,00,5f,00,30,00,33,00,37,00,33,00,26,00,53,00,55,00,42,00,53,00,59,00,\ 53,00,5f,00,31,00,32,00,46,00,45,00,31,00,30,00,33,00,43,00,00,00,50,00,43,\ 00,49,00,5c,00,56,00,45,00,4e,00,5f,00,31,00,30,00,44,00,45,00,26,00,44,00,\ 45,00,56,00,5f,00,30,00,33,00,37,00,33,00,26,00,43,00,43,00,5f,00,30,00,36,\ 00,38,00,30,00,30,00,30,00,00,00,50,00,43,00,49,00,5c,00,56,00,45,00,4e,00,\ 5f,00,31,00,30,00,44,00,45,00,26,00,44,00,45,00,56,00,5f,00,30,00,33,00,37,\ 00,33,00,26,00,43,00,43,00,5f,00,30,00,36,00,38,00,30,00,00,00,00,00 "CompatibleIDs"=hex(7):50,00,43,00,49,00,5c,00,56,00,45,00,4e,00,5f,00,31,00,\ 30,00,44,00,45,00,26,00,44,00,45,00,56,00,5f,00,30,00,33,00,37,00,33,00,26,\ 00,52,00,45,00,56,00,5f,00,41,00,33,00,00,00,50,00,43,00,49,00,5c,00,56,00,\ 45,00,4e,00,5f,00,31,00,30,00,44,00,45,00,26,00,44,00,45,00,56,00,5f,00,30,\ 00,33,00,37,00,33,00,00,00,50,00,43,00,49,00,5c,00,56,00,45,00,4e,00,5f,00,\ 31,00,30,00,44,00,45,00,26,00,43,00,43,00,5f,00,30,00,36,00,38,00,30,00,30,\ 00,30,00,00,00,50,00,43,00,49,00,5c,00,56,00,45,00,4e,00,5f,00,31,00,30,00,\ 44,00,45,00,26,00,43,00,43,00,5f,00,30,00,36,00,38,00,30,00,00,00,50,00,43,\ 00,49,00,5c,00,56,00,45,00,4e,00,5f,00,31,00,30,00,44,00,45,00,00,00,50,00,\ 43,00,49,00,5c,00,43,00,43,00,5f,00,30,00,36,00,38,00,30,00,30,00,30,00,00,\ 00,50,00,43,00,49,00,5c,00,43,00,43,00,5f,00,30,00,36,00,38,00,30,00,00,00,\ 00,00 "ClassGUID"="{1A3E09BE-1E45-494B-9174-D7385B45BBF5}" "Class"="NVIDIA Network Bus Enumerator" "ConfigFlags"=dword:00000000 "Driver"="{1A3E09BE-1E45-494B-9174-D7385B45BBF5}\001" "Mfg"="NVIDIA" "Service"="nvnetbus" "ParentIdPrefix"="4&31073ff&0" [HKEY_LOCAL_MACHINE\1st setupreg\ControlSet001\Enum\PCI\VEN_10DE&DEV_0373&SUBSYS_12FE103C&REV_A3\3&11583659&0&48\Control] "ActiveService"="nvnetbus" "FilteredConfigVector"=hex(a):c8,01,00,00,05,00,00,00,00,00,00,00,09,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,01,00,01,00,0d,00,00,00,01,\ 03,01,00,00,00,00,00,00,10,00,00,01,00,00,00,00,90,24,fa,00,00,00,00,ff,9f,\ 24,fa,00,00,00,00,08,03,01,00,00,00,00,00,00,10,00,00,00,10,00,00,00,00,00,\ 00,00,00,00,00,ff,ff,ff,ff,00,00,00,00,00,81,01,00,00,00,00,00,01,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,01,01,00,31,\ 00,00,00,08,00,00,00,01,00,00,00,38,41,00,00,00,00,00,00,3f,41,00,00,00,00,\ 00,00,08,01,01,00,31,00,00,00,08,00,00,00,08,00,00,00,00,00,00,00,00,00,00,\ 00,ff,ff,ff,ff,00,00,00,00,00,81,01,00,00,00,00,00,01,00,00,00,01,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,03,01,00,00,00,00,00,00,\ 01,00,00,01,00,00,00,00,a2,24,fa,00,00,00,00,ff,a2,24,fa,00,00,00,00,08,03,\ 01,00,00,00,00,00,00,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,ff,ff,ff,\ ff,00,00,00,00,00,81,01,00,00,00,00,00,01,00,00,00,02,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,01,03,01,00,00,00,00,00,10,00,00,00,01,\ 00,00,00,10,a3,24,fa,00,00,00,00,1f,a3,24,fa,00,00,00,00,08,03,01,00,00,00,\ 00,00,10,00,00,00,10,00,00,00,00,00,00,00,00,00,00,00,ff,ff,ff,ff,00,00,00,\ 00,00,81,01,00,00,00,00,00,01,00,00,00,03,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,02,03,00,00,00,00,00,00,00,00,00,ff,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 "AllocConfig"=hex(8):01,00,00,00,05,00,00,00,00,00,00,00,00,00,00,00,09,00,00,\ 00,03,01,00,00,00,90,24,fa,00,00,00,00,00,10,00,00,81,01,00,00,01,00,00,00,\ 00,00,00,00,00,00,00,00,01,01,31,00,38,41,00,00,00,00,00,00,08,00,00,00,81,\ 01,00,00,01,00,00,00,01,00,00,00,00,00,00,00,03,01,00,00,00,a2,24,fa,00,00,\ 00,00,00,01,00,00,81,01,00,00,01,00,00,00,02,00,00,00,00,00,00,00,03,01,00,\ 00,10,a3,24,fa,00,00,00,00,10,00,00,00,81,01,00,00,01,00,00,00,03,00,00,00,\ 00,00,00,00,02,03,00,00,13,00,00,00,13,00,00,00,ff,ff,ff,ff [HKEY_LOCAL_MACHINE\1st setupreg\ControlSet001\Enum\PCI\VEN_10DE&DEV_0373&SUBSYS_12FE103C&REV_A3\3&11583659&0&48\LogConf] "BasicConfigVector"=hex(a):c8,01,00,00,05,00,00,00,00,00,00,00,09,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,01,00,01,00,0d,00,00,00,01,03,\ 01,00,00,00,00,00,00,10,00,00,01,00,00,00,00,90,24,fa,00,00,00,00,ff,9f,24,\ fa,00,00,00,00,08,03,01,00,00,00,00,00,00,10,00,00,00,10,00,00,00,00,00,00,\ 00,00,00,00,ff,ff,ff,ff,00,00,00,00,00,81,01,00,00,00,00,00,01,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,01,01,00,31,00,\ 00,00,08,00,00,00,01,00,00,00,38,41,00,00,00,00,00,00,3f,41,00,00,00,00,00,\ 00,08,01,01,00,31,00,00,00,08,00,00,00,08,00,00,00,00,00,00,00,00,00,00,00,\ ff,ff,ff,ff,00,00,00,00,00,81,01,00,00,00,00,00,01,00,00,00,01,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,03,01,00,00,00,00,00,00,01,\ 00,00,01,00,00,00,00,a2,24,fa,00,00,00,00,ff,a2,24,fa,00,00,00,00,08,03,01,\ 00,00,00,00,00,00,01,00,00,00,01,00,00,00,00,00,00,00,00,00,00,ff,ff,ff,ff,\ 00,00,00,00,00,81,01,00,00,00,00,00,01,00,00,00,02,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,01,03,01,00,00,00,00,00,10,00,00,00,01,00,\ 00,00,10,a3,24,fa,00,00,00,00,1f,a3,24,fa,00,00,00,00,08,03,01,00,00,00,00,\ 00,10,00,00,00,10,00,00,00,00,00,00,00,00,00,00,00,ff,ff,ff,ff,00,00,00,00,\ 00,81,01,00,00,00,00,00,01,00,00,00,03,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,02,03,00,00,00,00,00,00,00,00,00,ff,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00 "BootConfig"=hex(8):01,00,00,00,05,00,00,00,00,00,00,00,01,00,01,00,05,00,00,\ 00,03,00,00,00,00,90,24,fa,00,00,00,00,00,10,00,00,01,00,01,00,38,41,00,00,\ 00,00,00,00,08,00,00,00,03,00,00,00,00,a2,24,fa,00,00,00,00,00,01,00,00,03,\ 00,00,00,10,a3,24,fa,00,00,00,00,10,00,00,00,02,03,00,00,0a,00,00,00,0a,00,\ 00,00,ff,ff,ff,ff [HKEY_LOCAL_MACHINE\1st setupreg\ControlSet001\Services\NVENETFD] "Type"=dword:00000001 "Start"=dword:00000003 "ErrorControl"=dword:00000001 "Tag"=dword:0000000e "ImagePath"=hex(2):73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,44,00,\ 52,00,49,00,56,00,45,00,52,00,53,00,5c,00,4e,00,56,00,45,00,4e,00,45,00,54,\ 00,46,00,44,00,2e,00,73,00,79,00,73,00,00,00 "DisplayName"="NVIDIA nForce Networking Controller Driver" "Group"="NDIS" [HKEY_LOCAL_MACHINE\1st setupreg\ControlSet001\Services\NVENETFD\Enum] "0"="{1a3e09be-1e45-494b-9174-d7385b45bbf5}\\NVNET_DEV0373\\4&31073ff&0&00" "Count"=dword:00000002 "NextInstance"=dword:00000002 "1"="{1a3e09be-1e45-494b-9174-d7385b45bbf5}\\NVNET_DEV0373\\4&10138d35&0&00" [HKEY_LOCAL_MACHINE\1st setupreg\ControlSet001\Services\NVENETFD\Security] "Security"=hex:01,00,14,80,90,00,00,00,9c,00,00,00,14,00,00,00,30,00,00,00,02,\ 00,1c,00,01,00,00,00,02,80,14,00,ff,01,0f,00,01,01,00,00,00,00,00,01,00,00,\ 00,00,02,00,60,00,04,00,00,00,00,00,14,00,fd,01,02,00,01,01,00,00,00,00,00,\ 05,12,00,00,00,00,00,18,00,ff,01,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,\ 20,02,00,00,00,00,14,00,8d,01,02,00,01,01,00,00,00,00,00,05,0b,00,00,00,00,\ 00,18,00,fd,01,02,00,01,02,00,00,00,00,00,05,20,00,00,00,23,02,00,00,01,01,\ 00,00,00,00,00,05,12,00,00,00,01,01,00,00,00,00,00,05,12,00,00,00 [HKEY_LOCAL_MACHINE\1st setupreg\ControlSet001\Services\nvnetbus] "Type"=dword:00000001 "Start"=dword:00000003 "ErrorControl"=dword:00000001 "Tag"=dword:00000007 "ImagePath"=hex(2):73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,44,00,\ 52,00,49,00,56,00,45,00,52,00,53,00,5c,00,6e,00,76,00,6e,00,65,00,74,00,62,\ 00,75,00,73,00,2e,00,73,00,79,00,73,00,00,00 "DisplayName"="NVIDIA Network Bus Enumerator" "Group"="Extended Base" [HKEY_LOCAL_MACHINE\1st setupreg\ControlSet001\Services\nvnetbus\Enum] "0"="PCI\\VEN_10DE&DEV_0373&SUBSYS_12FE103C&REV_A3\\3&11583659&0&40" "Count"=dword:00000002 "NextInstance"=dword:00000002 "1"="PCI\\VEN_10DE&DEV_0373&SUBSYS_12FE103C&REV_A3\\3&11583659&0&48" [HKEY_LOCAL_MACHINE\1st setupreg\ControlSet001\Services\nvnetbus\Security] "Security"=hex:01,00,14,80,90,00,00,00,9c,00,00,00,14,00,00,00,30,00,00,00,02,\ 00,1c,00,01,00,00,00,02,80,14,00,ff,01,0f,00,01,01,00,00,00,00,00,01,00,00,\ 00,00,02,00,60,00,04,00,00,00,00,00,14,00,fd,01,02,00,01,01,00,00,00,00,00,\ 05,12,00,00,00,00,00,18,00,ff,01,0f,00,01,02,00,00,00,00,00,05,20,00,00,00,\ 20,02,00,00,00,00,14,00,8d,01,02,00,01,01,00,00,00,00,00,05,0b,00,00,00,00,\ 00,18,00,fd,01,02,00,01,02,00,00,00,00,00,05,20,00,00,00,23,02,00,00,01,01,\ 00,00,00,00,00,05,12,00,00,00,01,01,00,00,00,00,00,05,12,00,00,00 [HKEY_LOCAL_MACHINE\1st setupreg\ControlSet001\Services\nvnetbus\SERVER] [HKEY_LOCAL_MACHINE\1st setupreg\ControlSet001\Services\nvnetbus\SNPU]
  8. TofuBug, Yes that is correct edit the software hive in offline mode. Sorry I did not specify this better, glad you got it to work and that is good to know you do not need those dll's for some reason in my testing I thought you did but I will take your work for it. Matt
  9. mattffrost

    WMI

    By adding the windows wmi package I was still having issues in Winpe 2.0 with some wmi calls. By adding the following to the registry the issue was gone. I also added teh mscoree.dll from the vista install.wim. Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{A8F03BE3-EDB7-4972-821F-AF6F8EA34884}] @="WmiSecurityHelper Class" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{A8F03BE3-EDB7-4972-821F-AF6F8EA34884}\InprocServer32] @="x:\\windows\\system32\\mscoree.dll" "ThreadingModel"="Both" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{A8F03BE3-EDB7-4972-821F-AF6F8EA34884}\InprocServer32\1.1.4322] @="" "ImplementedInThisVersion"="" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{A8F03BE3-EDB7-4972-821F-AF6F8EA34884}\InprocServer32\2.0.50727] @="" "ImplementedInThisVersion"="" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{A8F03BE3-EDB7-4972-821F-AF6F8EA34884}\ProgID] @="WMINet_Utils.WmiSecurityHelper.1" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{A8F03BE3-EDB7-4972-821F-AF6F8EA34884}\Server] @="WMINet_Utils.dll" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{A8F03BE3-EDB7-4972-821F-AF6F8EA34884}\VersionIndependentProgID] @="WMINet_Utils.WmiSecurityHelper" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\WMINet_Utils.WmiSecurityHelper] @="WmiSecurityHelper Class" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\WMINet_Utils.WmiSecurityHelper\CLSID] @="{A8F03BE3-EDB7-4972-821F-AF6F8EA34884}" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\WMINet_Utils.WmiSecurityHelper\CurVer] @="WMINet_Utils.WmiSecurityHelper.1" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\WMINet_Utils.WmiSecurityHelper.1] @="WmiSecurityHelper Class" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\WMINet_Utils.WmiSecurityHelper.1\CLSID] @="{A8F03BE3-EDB7-4972-821F-AF6F8EA34884}"
  10. I have got LDAP to work in WINPE. From the Vista install.wim I added the follwoing files to the WINPE 2.0 boot.wim adsldp.dll adsnt.dll mscoree.dll mscorier.dll mscories.dll I then added to the sofware hive of WINPE 2.0 boot.wim the follwowing entries. Note you can load the hive and call int PE_software. You could cut and paste this into a .reg file and execute it. Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\ADs] [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\ADs\Clsid] @="{4753da60-5b71-11cf-b035-00aa006e0975}" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\ADsDSOObject] @="OLE DB Provider for Microsoft Directory Services" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\ADsDSOObject\Clsid] @="{549365d0-ec26-11cf-8310-00aa00b505db}" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\ADsNamespaces] [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\ADsNamespaces\Clsid] @="{233664b0-0367-11cf-abc4-02608c9e7553}" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\ADsSecurityUtility] @="ADs Security Utility Object" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\ADsSecurityUtility\Clsid] @="{f270c64a-ffb8-4ae4-85fe-3a75e5347966}" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\ADSystemInfo] [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\ADSystemInfo\Clsid] @="{50B6327F-AFD1-11d2-9CB9-0000F87A369E}" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{4753da60-5b71-11cf-b035-00aa006e0975}] @="ADs Provider Object" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{4753da60-5b71-11cf-b035-00aa006e0975}\InprocServer32] @="activeds.dll" "ThreadingModel"="Both" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{4753da60-5b71-11cf-b035-00aa006e0975}\ProgID] @="ADs" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{4753da60-5b71-11cf-b035-00aa006e0975}\TypeLib] @="{97d25db0-0363-11cf-abc4-02608c9e7553}" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{4753da60-5b71-11cf-b035-00aa006e0975}\Version] @="1.0" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{549365d0-ec26-11cf-8310-00aa00b505db}] @="ADsDSOObject" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{549365d0-ec26-11cf-8310-00aa00b505db}\InprocServer32] @="activeds.dll" "ThreadingModel"="Both" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{549365d0-ec26-11cf-8310-00aa00b505db}\OLE DB Provider] @="OLE DB Provider for Microsoft Directory Services" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{549365d0-ec26-11cf-8310-00aa00b505db}\ProgID] @="ADsDSOObject" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{233664b0-0367-11cf-abc4-02608c9e7553}] @="ADs Namespaces Object" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{233664b0-0367-11cf-abc4-02608c9e7553}\InprocServer32] @="activeds.dll" "ThreadingModel"="Both" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{233664b0-0367-11cf-abc4-02608c9e7553}\ProgID] @="ADsNamespaces" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{233664b0-0367-11cf-abc4-02608c9e7553}\TypeLib] @="{97d25db0-0363-11cf-abc4-02608c9e7553}" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{233664b0-0367-11cf-abc4-02608c9e7553}\Version] @="1.0" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{f270c64a-ffb8-4ae4-85fe-3a75e5347966}] @="ADs Security Utility Object" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{f270c64a-ffb8-4ae4-85fe-3a75e5347966}\InprocServer32] @="activeds.dll" "ThreadingModel"="Both" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{f270c64a-ffb8-4ae4-85fe-3a75e5347966}\ProgID] @="ADsSecurityUtility" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{f270c64a-ffb8-4ae4-85fe-3a75e5347966}\TypeLib] @="{97d25db0-0363-11cf-abc4-02608c9e7553}" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{f270c64a-ffb8-4ae4-85fe-3a75e5347966}\Version] @="1.0" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{50B6327F-AFD1-11d2-9CB9-0000F87A369E}] @="AD System Info Object" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{50B6327F-AFD1-11d2-9CB9-0000F87A369E}\InprocServer32] @="adsldp.dll" "ThreadingModel"="Both" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{50B6327F-AFD1-11d2-9CB9-0000F87A369E}\ProgID] @="ADSystemInfo" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{50B6327F-AFD1-11d2-9CB9-0000F87A369E}\TypeLib] @="{97d25db0-0363-11cf-abc4-02608c9e7553}" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{50B6327F-AFD1-11d2-9CB9-0000F87A369E}\Version] @="1.0" [HKEY_LOCAL_MACHINE\pe_SOFTWARE\Classes\CLSID\{4de7016c-5ef9-11d1-8c13-00c04fd8d503}] @="Microsoft User Extension" [HKEY_LOCAL_MACHINE\pe_SOFTWARE\Classes\CLSID\{4de7016c-5ef9-11d1-8c13-00c04fd8d503}\InprocServer32] @="adsmsext.dll" "ThreadingModel"="Both" [HKEY_LOCAL_MACHINE\pe_SOFTWARE\Classes\CLSID\{4de7016c-5ef9-11d1-8c13-00c04fd8d503}\ProgID] @="MSExtUser" [HKEY_LOCAL_MACHINE\pe_SOFTWARE\Classes\CLSID\{4de7016c-5ef9-11d1-8c13-00c04fd8d503}\TypeLib] @="{97d25db0-0363-11cf-abc4-02608c9e7553}" [HKEY_LOCAL_MACHINE\pe_SOFTWARE\Classes\CLSID\{4de7016c-5ef9-11d1-8c13-00c04fd8d503}\Version] @="1.0" [HKEY_LOCAL_MACHINE\pe_SOFTWARE\Classes\CLSID\{94a909a5-6f52-11d1-8c18-00c04fd8d503}] @="Microsoft Group Extension" [HKEY_LOCAL_MACHINE\pe_SOFTWARE\Classes\CLSID\{94a909a5-6f52-11d1-8c18-00c04fd8d503}\InprocServer32] @="adsmsext.dll" "ThreadingModel"="Both" [HKEY_LOCAL_MACHINE\pe_SOFTWARE\Classes\CLSID\{94a909a5-6f52-11d1-8c18-00c04fd8d503}\ProgID] @="MSExtGroup" [HKEY_LOCAL_MACHINE\pe_SOFTWARE\Classes\CLSID\{94a909a5-6f52-11d1-8c18-00c04fd8d503}\TypeLib] @="{97d25db0-0363-11cf-abc4-02608c9e7553}" [HKEY_LOCAL_MACHINE\pe_SOFTWARE\Classes\CLSID\{94a909a5-6f52-11d1-8c18-00c04fd8d503}\Version] @="1.0" [HKEY_LOCAL_MACHINE\pe_SOFTWARE\Classes\CLSID\{2dfb3a35-6071-11d1-8c13-00c04fd8d503}] @="Microsoft Locality Extension" [HKEY_LOCAL_MACHINE\pe_SOFTWARE\Classes\CLSID\{2dfb3a35-6071-11d1-8c13-00c04fd8d503}\InprocServer32] @="adsmsext.dll" "ThreadingModel"="Both" [HKEY_LOCAL_MACHINE\pe_SOFTWARE\Classes\CLSID\{2dfb3a35-6071-11d1-8c13-00c04fd8d503}\ProgID] @="MSExtLocality" [HKEY_LOCAL_MACHINE\pe_SOFTWARE\Classes\CLSID\{2dfb3a35-6071-11d1-8c13-00c04fd8d503}\TypeLib] @="{97d25db0-0363-11cf-abc4-02608c9e7553}" [HKEY_LOCAL_MACHINE\pe_SOFTWARE\Classes\CLSID\{2dfb3a35-6071-11d1-8c13-00c04fd8d503}\Version] @="1.0" [HKEY_LOCAL_MACHINE\pe_SOFTWARE\Classes\CLSID\{dccc0bed-6066-11d1-8c13-00c04fd8d503}] @="Microsoft Organization Extension" [HKEY_LOCAL_MACHINE\pe_SOFTWARE\Classes\CLSID\{dccc0bed-6066-11d1-8c13-00c04fd8d503}\InprocServer32] @="adsmsext.dll" "ThreadingModel"="Both" [HKEY_LOCAL_MACHINE\pe_SOFTWARE\Classes\CLSID\{dccc0bed-6066-11d1-8c13-00c04fd8d503}\ProgID] @="MSExtOrganization" [HKEY_LOCAL_MACHINE\pe_SOFTWARE\Classes\CLSID\{dccc0bed-6066-11d1-8c13-00c04fd8d503}\TypeLib] @="{97d25db0-0363-11cf-abc4-02608c9e7553}" [HKEY_LOCAL_MACHINE\pe_SOFTWARE\Classes\CLSID\{dccc0bed-6066-11d1-8c13-00c04fd8d503}\Version] @="1.0" [HKEY_LOCAL_MACHINE\pe_SOFTWARE\Classes\CLSID\{fd8d3a5f-6066-11d1-8c13-00c04fd8d503}] @="Microsoft OrganizationUnit Extension" [HKEY_LOCAL_MACHINE\pe_SOFTWARE\Classes\CLSID\{fd8d3a5f-6066-11d1-8c13-00c04fd8d503}\InprocServer32] @="adsmsext.dll" "ThreadingModel"="Both" [HKEY_LOCAL_MACHINE\pe_SOFTWARE\Classes\CLSID\{fd8d3a5f-6066-11d1-8c13-00c04fd8d503}\ProgID] @="MSExtOrganizationUnit" [HKEY_LOCAL_MACHINE\pe_SOFTWARE\Classes\CLSID\{fd8d3a5f-6066-11d1-8c13-00c04fd8d503}\TypeLib] @="{97d25db0-0363-11cf-abc4-02608c9e7553}" [HKEY_LOCAL_MACHINE\pe_SOFTWARE\Classes\CLSID\{fd8d3a5f-6066-11d1-8c13-00c04fd8d503}\Version] @="1.0" [HKEY_LOCAL_MACHINE\pe_SOFTWARE\Classes\CLSID\{9f37f39c-6f49-11d1-8c18-00c04fd8d503}] @="Microsoft PrintQueue Extension" [HKEY_LOCAL_MACHINE\pe_SOFTWARE\Classes\CLSID\{9f37f39c-6f49-11d1-8c18-00c04fd8d503}\InprocServer32] @="adsmsext.dll" "ThreadingModel"="Both" [HKEY_LOCAL_MACHINE\pe_SOFTWARE\Classes\CLSID\{9f37f39c-6f49-11d1-8c18-00c04fd8d503}\ProgID] @="MSExtPrintQueue" [HKEY_LOCAL_MACHINE\pe_SOFTWARE\Classes\CLSID\{9f37f39c-6f49-11d1-8c18-00c04fd8d503}\TypeLib] @="{97d25db0-0363-11cf-abc4-02608c9e7553}" [HKEY_LOCAL_MACHINE\pe_SOFTWARE\Classes\CLSID\{9f37f39c-6f49-11d1-8c18-00c04fd8d503}\Version] @="1.0" [HKEY_LOCAL_MACHINE\pe_SOFTWARE\Classes\TypeLib\{97d25db0-0363-11cf-abc4-02608c9e7553}] [HKEY_LOCAL_MACHINE\pe_SOFTWARE\Classes\TypeLib\{97d25db0-0363-11cf-abc4-02608c9e7553}\1.0] @="Active DS Type Library" [HKEY_LOCAL_MACHINE\pe_SOFTWARE\Classes\TypeLib\{97d25db0-0363-11cf-abc4-02608c9e7553}\1.0] [HKEY_LOCAL_MACHINE\pe_SOFTWARE\Classes\TypeLib\{97d25db0-0363-11cf-abc4-02608c9e7553}\1.0\win32] @=hex(2):43,00,3a,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,5c,00,73,\ 00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,61,00,63,00,74,00,69,00,\ 76,00,65,00,64,00,73,00,2e,00,74,00,6c,00,62,00,00,00 [HKEY_LOCAL_MACHINE\pe_SOFTWARE\Classes\TypeLib\{97d25db0-0363-11cf-abc4-02608c9e7553}\1.0\FLAGS] @="0" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{228D9A81-C302-11cf-9AA4-00AA004A5691}] @="LDAP Provider Object" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{228D9A81-C302-11cf-9AA4-00AA004A5691}\InprocServer32] @="adsldp.dll" "ThreadingModel"="Both" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{228D9A81-C302-11cf-9AA4-00AA004A5691}\ProgID] @="LDAP" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{228D9A81-C302-11cf-9AA4-00AA004A5691}\TypeLib] @="{97d25db0-0363-11cf-abc4-02608c9e7553}" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{228D9A81-C302-11cf-9AA4-00AA004A5691}\Version] @="1.0" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{228D9A82-C302-11cf-9AA4-00AA004A5691}] @="LDAP Namespace Object" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{228D9A82-C302-11cf-9AA4-00AA004A5691}\InprocServer32] @="adsldp.dll" "ThreadingModel"="Both" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{228D9A82-C302-11cf-9AA4-00AA004A5691}\ProgID] @="LDAPNamespace" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{228D9A82-C302-11cf-9AA4-00AA004A5691}\TypeLib] @="{97d25db0-0363-11cf-abc4-02608c9e7553}" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{228D9A82-C302-11cf-9AA4-00AA004A5691}\Version] @="1.0" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{274fae1f-3626-11d1-a3a4-00c04fb950dc}] @="ADs LDAP NameTranslate Object" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{274fae1f-3626-11d1-a3a4-00c04fb950dc}\InprocServer32] @="adsldp.dll" "ThreadingModel"="Both" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{274fae1f-3626-11d1-a3a4-00c04fb950dc}\ProgID] @="NameTranslate" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{274fae1f-3626-11d1-a3a4-00c04fb950dc}\TypeLib] @="{97d25db0-0363-11cf-abc4-02608c9e7553}" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{274fae1f-3626-11d1-a3a4-00c04fb950dc}\Version] @="1.0" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{50B6327F-AFD1-11d2-9CB9-0000F87A369E}] @="AD System Info Object" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{50B6327F-AFD1-11d2-9CB9-0000F87A369E}\InprocServer32] @="adsldp.dll" "ThreadingModel"="Both" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{50B6327F-AFD1-11d2-9CB9-0000F87A369E}\ProgID] @="ADSystemInfo" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{50B6327F-AFD1-11d2-9CB9-0000F87A369E}\TypeLib] @="{97d25db0-0363-11cf-abc4-02608c9e7553}" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{50B6327F-AFD1-11d2-9CB9-0000F87A369E}\Version] @="1.0" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Microsoft\ADs] [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Microsoft\ADs\Providers] [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Microsoft\ADs\Providers\LDAP] @="LDAPNamespace" "Aliases"="GC" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Microsoft\ADs\Providers\LDAP\Extensions] [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Microsoft\ADs\Providers\LDAP\Extensions\Computer] [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Microsoft\ADs\Providers\LDAP\Extensions\Computer\{4de7016c-5ef9-11d1-8c13-00c04fd8d503}] "Interfaces"=hex(7):7b,00,33,00,65,00,33,00,37,00,65,00,33,00,32,00,30,00,2d,\ 00,31,00,37,00,65,00,32,00,2d,00,31,00,31,00,63,00,66,00,2d,00,61,00,62,00,\ 63,00,34,00,2d,00,30,00,32,00,36,00,30,00,38,00,63,00,39,00,65,00,37,00,35,\ 00,35,00,33,00,7d,00,00,00,00,00 [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Microsoft\ADs\Providers\LDAP\Extensions\Group] [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Microsoft\ADs\Providers\LDAP\Extensions\Group\{94a909a5-6f52-11d1-8c18-00c04fd8d503}] "Interfaces"=hex(7):7b,00,32,00,37,00,36,00,33,00,36,00,62,00,30,00,30,00,2d,\ 00,34,00,31,00,30,00,66,00,2d,00,31,00,31,00,63,00,66,00,2d,00,62,00,31,00,\ 66,00,66,00,2d,00,30,00,32,00,36,00,30,00,38,00,63,00,39,00,65,00,37,00,35,\ 00,35,00,33,00,7d,00,00,00,00,00 [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Microsoft\ADs\Providers\LDAP\Extensions\groupOfNames] [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Microsoft\ADs\Providers\LDAP\Extensions\groupOfNames\{94a909a5-6f52-11d1-8c18-00c04fd8d503}] "Interfaces"=hex(7):7b,00,32,00,37,00,36,00,33,00,36,00,62,00,30,00,30,00,2d,\ 00,34,00,31,00,30,00,66,00,2d,00,31,00,31,00,63,00,66,00,2d,00,62,00,31,00,\ 66,00,66,00,2d,00,30,00,32,00,36,00,30,00,38,00,63,00,39,00,65,00,37,00,35,\ 00,35,00,33,00,7d,00,00,00,00,00 [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Microsoft\ADs\Providers\LDAP\Extensions\groupOfUniqueNames] [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Microsoft\ADs\Providers\LDAP\Extensions\groupOfUniqueNames\{94a909a5-6f52-11d1-8c18-00c04fd8d503}] "Interfaces"=hex(7):7b,00,32,00,37,00,36,00,33,00,36,00,62,00,30,00,30,00,2d,\ 00,34,00,31,00,30,00,66,00,2d,00,31,00,31,00,63,00,66,00,2d,00,62,00,31,00,\ 66,00,66,00,2d,00,30,00,32,00,36,00,30,00,38,00,63,00,39,00,65,00,37,00,35,\ 00,35,00,33,00,7d,00,00,00,00,00 [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Microsoft\ADs\Providers\LDAP\Extensions\Locality] [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Microsoft\ADs\Providers\LDAP\Extensions\Locality\{2dfb3a35-6071-11d1-8c13-00c04fd8d503}] "Interfaces"=hex(7):7b,00,61,00,30,00,35,00,65,00,30,00,33,00,61,00,32,00,2d,\ 00,65,00,66,00,66,00,65,00,2d,00,31,00,31,00,63,00,66,00,2d,00,38,00,61,00,\ 62,00,63,00,2d,00,30,00,30,00,63,00,30,00,34,00,66,00,64,00,38,00,64,00,35,\ 00,30,00,33,00,7d,00,00,00,00,00 [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Microsoft\ADs\Providers\LDAP\Extensions\Organization] [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Microsoft\ADs\Providers\LDAP\Extensions\Organization\{dccc0bed-6066-11d1-8c13-00c04fd8d503}] "Interfaces"=hex(7):7b,00,61,00,31,00,63,00,64,00,32,00,64,00,63,00,36,00,2d,\ 00,65,00,66,00,66,00,65,00,2d,00,31,00,31,00,63,00,66,00,2d,00,38,00,61,00,\ 62,00,63,00,2d,00,30,00,30,00,63,00,30,00,34,00,66,00,64,00,38,00,64,00,35,\ 00,30,00,33,00,7d,00,00,00,00,00 [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Microsoft\ADs\Providers\LDAP\Extensions\Organizational Unit] [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Microsoft\ADs\Providers\LDAP\Extensions\Organizational Unit\{fd8d3a5f-6066-11d1-8c13-00c04fd8d503}] "Interfaces"=hex(7):7b,00,61,00,32,00,66,00,37,00,33,00,33,00,62,00,38,00,2d,\ 00,65,00,66,00,66,00,65,00,2d,00,31,00,31,00,63,00,66,00,2d,00,38,00,61,00,\ 62,00,63,00,2d,00,30,00,30,00,63,00,30,00,34,00,66,00,64,00,38,00,64,00,35,\ 00,30,00,33,00,7d,00,00,00,00,00 [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Microsoft\ADs\Providers\LDAP\Extensions\organizationalPerson] [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Microsoft\ADs\Providers\LDAP\Extensions\organizationalPerson\{4de7016c-5ef9-11d1-8c13-00c04fd8d503}] "Interfaces"=hex(7):7b,00,33,00,65,00,33,00,37,00,65,00,33,00,32,00,30,00,2d,\ 00,31,00,37,00,65,00,32,00,2d,00,31,00,31,00,63,00,66,00,2d,00,61,00,62,00,\ 63,00,34,00,2d,00,30,00,32,00,36,00,30,00,38,00,63,00,39,00,65,00,37,00,35,\ 00,35,00,33,00,7d,00,00,00,00,00 [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Microsoft\ADs\Providers\LDAP\Extensions\OrganizationalUnit] [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Microsoft\ADs\Providers\LDAP\Extensions\OrganizationalUnit\{fd8d3a5f-6066-11d1-8c13-00c04fd8d503}] "Interfaces"=hex(7):7b,00,61,00,32,00,66,00,37,00,33,00,33,00,62,00,38,00,2d,\ 00,65,00,66,00,66,00,65,00,2d,00,31,00,31,00,63,00,66,00,2d,00,38,00,61,00,\ 62,00,63,00,2d,00,30,00,30,00,63,00,30,00,34,00,66,00,64,00,38,00,64,00,35,\ 00,30,00,33,00,7d,00,00,00,00,00 [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Microsoft\ADs\Providers\LDAP\Extensions\person] [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Microsoft\ADs\Providers\LDAP\Extensions\person\{4de7016c-5ef9-11d1-8c13-00c04fd8d503}] "Interfaces"=hex(7):7b,00,33,00,65,00,33,00,37,00,65,00,33,00,32,00,30,00,2d,\ 00,31,00,37,00,65,00,32,00,2d,00,31,00,31,00,63,00,66,00,2d,00,61,00,62,00,\ 63,00,34,00,2d,00,30,00,32,00,36,00,30,00,38,00,63,00,39,00,65,00,37,00,35,\ 00,35,00,33,00,7d,00,00,00,00,00 [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Microsoft\ADs\Providers\LDAP\Extensions\PrintQueue] [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Microsoft\ADs\Providers\LDAP\Extensions\PrintQueue\{9f37f39c-6f49-11d1-8c18-00c04fd8d503}] "Interfaces"=hex(7):7b,00,62,00,31,00,35,00,31,00,36,00,30,00,64,00,30,00,2d,\ 00,31,00,32,00,32,00,36,00,2d,00,31,00,31,00,63,00,66,00,2d,00,61,00,39,00,\ 38,00,35,00,2d,00,30,00,30,00,61,00,61,00,30,00,30,00,36,00,62,00,63,00,31,\ 00,34,00,39,00,7d,00,00,00,7b,00,31,00,32,00,34,00,62,00,65,00,35,00,63,00,\ 30,00,2d,00,31,00,35,00,36,00,65,00,2d,00,31,00,31,00,63,00,66,00,2d,00,61,\ 00,39,00,38,00,36,00,2d,00,30,00,30,00,61,00,61,00,30,00,30,00,36,00,62,00,\ 63,00,31,00,34,00,39,00,7d,00,00,00,00,00 [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Microsoft\ADs\Providers\LDAP\Extensions\residentialPerson] [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Microsoft\ADs\Providers\LDAP\Extensions\residentialPerson\{4de7016c-5ef9-11d1-8c13-00c04fd8d503}] "Interfaces"=hex(7):7b,00,33,00,65,00,33,00,37,00,65,00,33,00,32,00,30,00,2d,\ 00,31,00,37,00,65,00,32,00,2d,00,31,00,31,00,63,00,66,00,2d,00,61,00,62,00,\ 63,00,34,00,2d,00,30,00,32,00,36,00,30,00,38,00,63,00,39,00,65,00,37,00,35,\ 00,35,00,33,00,7d,00,00,00,00,00 [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Microsoft\ADs\Providers\LDAP\Extensions\User] [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Microsoft\ADs\Providers\LDAP\Extensions\User\{4de7016c-5ef9-11d1-8c13-00c04fd8d503}] "Interfaces"=hex(7):7b,00,33,00,65,00,33,00,37,00,65,00,33,00,32,00,30,00,2d,\ 00,31,00,37,00,65,00,32,00,2d,00,31,00,31,00,63,00,66,00,2d,00,61,00,62,00,\ 63,00,34,00,2d,00,30,00,32,00,36,00,30,00,38,00,63,00,39,00,65,00,37,00,35,\ 00,35,00,33,00,7d,00,00,00,00,00 [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Microsoft\ADs\Providers\WinNT] @="WinNTNamespace" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Microsoft\ADs\Providers\WinNT\Extensions] [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Microsoft\ADs\Providers\WinNT\Extensions\User] [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\LDAP] @="URL:LDAP Protocol" "EditFlags"=hex:02,00,00,00 "URL Protocol"="" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\LDAP\Clsid] @="{228D9A81-C302-11cf-9AA4-00AA004A5691}" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\LDAP\shell] [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\LDAP\shell\open] [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\LDAP\shell\open\command] @=hex(2):22,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,\ 00,65,00,73,00,25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,\ 4d,00,61,00,69,00,6c,00,5c,00,77,00,61,00,62,00,2e,00,65,00,78,00,65,00,22,\ 00,20,00,22,00,2f,00,6c,00,64,00,61,00,70,00,3a,00,25,00,31,00,22,00,00,00,\ 00,00 [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\LDAPNamespace] [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\LDAPNamespace\Clsid] @="{228D9A82-C302-11cf-9AA4-00AA004A5691}" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\WinNT] [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\WinNT\Clsid] @="{8b20cd60-0f29-11cf-abc4-02608c9e7553}" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\WinNTNamespace] [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\WinNTNamespace\Clsid] @="{250e91a0-0367-11cf-abc4-02608c9e7553}" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{250e91a0-0367-11cf-abc4-02608c9e7553}] @="WinNT Namespace Object" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{250e91a0-0367-11cf-abc4-02608c9e7553}\InprocServer32] @="adsnt.dll" "ThreadingModel"="Both" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{250e91a0-0367-11cf-abc4-02608c9e7553}\ProgID] @="WinNTNamespace" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{250e91a0-0367-11cf-abc4-02608c9e7553}\TypeLib] @="{97d25db0-0363-11cf-abc4-02608c9e7553}" [HKEY_LOCAL_MACHINE\PE_SOFTWARE\Classes\CLSID\{250e91a0-0367-11cf-abc4-02608c9e7553}\Version] @="1.0" I also install the wmi, scritping, xml, hta and mdac packates to Winpe 2.0 boot.wim. When you boot into winpe with the new boot.wim the network must be running along with DNS to bind. Matt
  11. If you type set at the command prompt it will give you the user you are currently logged in at. I think it will be the system account. To use net use with another user that has rights on the server do the follwoing net use x: \\server1\share /user:domain_name\useraccount If you dont have a domain then. net use x: \\server1\share /user:useraccount Matt
  12. I think you could automate this. The following verbage came from the Winpe chm file. Winpeshl.ini controls whether a custom shell is loaded in Windows PE instead of the default Command Prompt window. To load a custom shell, create a file named Winpeshl.ini and place it in %SYSTEMROOT%\System32 of your custom Windows PE image. The .ini file must have the following section and entry. [LaunchApp] AppPath = %SYSTEMDRIVE%\myshell.exe [LaunchApps] %SYSTEMDRIVE%\mydir\application1.exe, -option1 -option2 application2.exe, -option1 -option2 Set the AppPath entry to the path to your shell application. The path can be either fully qualified, or you can use environment variables, such as %SYSTEMROOT%\System32\Myshell.exe. The AppPath entry does not support command-line options. Use the [LaunchApps] section to run applications with command-line options. The applications run in the order listed; separate the name of the application from its options with a comma. When you exit the Command Prompt window or your custom shell application, Windows PE restarts. Thus you could create a bat file with the commands I gave at it should do this. For Winpe 2005 we had a .net application that started with the above technique where a user could put in there own static IP address. I can not wait until someone figures out how to get the .net to work with winpe 2.0 then we can use our .net application again. Matt
  13. Under oobeSystem---->Microsoft-Windows-Shell-Setup_neutral--->oobe--Make sure skipuserOOBE and skipmachineoobe is set to true. Matt
  14. In windows xp for the unattended.txt file you could specify a OEMPnpDriver path like this: [unattended] Hibernation = no UnattendMode = FullUnattended DUDisable = Yes TargetPath = \WINDOWS OEMPnPDriversPath = "drv\ws670\Audio\Internal\SMAXWDM\SE;drv\ws670\Audio\Internal\SMAXWDM\W2K_XP;drv\ws670\Audio\SB\Audigy2;drv\ws670\Audio\SB\Audigy2\Winxxinf;drv\ws670\Keyboard\SmartCrd;drv\ws670\Keyboard\SmartCrd\DIAGNOSTICS;drv\ws670\Modem;drv\ws670\Mouse\Logitech;drv\ws670\Mouse\Logitech\Win2K_XP;drv\ws670\Mouse\Logitech\Win2K_XP\clean;drv\ws670\NIC\WinXP;drv\ws670\SATA;drv\ws670\SCSIRAID\Adaptec\PERC320;drv\ws670\SCSIRAID\Adaptec\U320\HostRAID;drv\ws670\SCSIRAID\Adaptec\U320\RAID_0_1;drv\ws670\Video\ATI\FireGL\V3100\Driver\2KXP_INF;drv\ws670\Video\nVidia\Quadro\FX1300;drv\ws670\Video\nVidia\Quadro\FX3400;drv\ws670\Video\nVidia\Quadro\NVS280" DriverSigningPolicy = Ignore OemSkipEula = Yes UnattendSwitch = Yes OemPreinstall = Yes It gave you the option to specify many different drivers because for example a dell can come with many different video drivers and its nice to throw all the drivers in one location and let the pnp technology of windows pick the correct driver. We never had any problems with this and it made driver management very simple. In Windows vista under the Windows AIK chm I found the following verbage: The previous method of using OEMPnPDriverPath as a mechanism to add device drivers to Windows is not supported in Windows Vista. You must add device drivers to your answer file by using Package Manager, or during Windows Setup. As fare as I can tell there are now only three ways to add drivers to Windows Vista not including $OEM$, which are Add Device Drivers to an Offline Windows Image Add Device Drivers During Windows Setup, witch include two methods of: Add a device driver during Windows PE Add a device driver during audit mode The problem is all of these methods add all found drivers to the driver store. I am getting inconsistent results of incorrect drivers being installed for some machines especially some older ones. Does anyone have a comments of why the OEMPnPDriverPath in the unattend.txt was taken away and is there something in vista that is simliar to this without using offline stuff. Matt
  15. In the Windows AIK help file here is what is says about the setupcomplete.cmd, It does not talk about limitations in how many commands it can hold. Google does not give any info on this either but I am sure there is something going on for you. I did put a exit command at the bottom of my setupcomplete.cmd Maybe try putting all your commands (but the net use keep those in setupcomplete.cmd) in a seperate bat or cmd file and have setupcomplete.cmd call that file and see if that works. Matt ------------------------------------------------------------------------------------------------------------------------------------------------------ Run a Custom Script after Windows Setup CompletesYou can make further customizations after Windows Setup completes by adding commands to the %WINDIR%\Setup\Scripts\SetupComplete.cmd file. This file enables you to install additional applications, run custom Windows scripts (cscript/wscript), or make other modifications to the system before a user logs on. Note: Commands in the Setupcomplete.cmd file are executed with local system privilege. After Windows is installed, but before the logon screen appears, Windows Setup searches for the SetupComplete.cmd file in the %WINDIR%\Setup\Scripts\ directory. If a SetupComplete.cmd file is found, the file is executed. Otherwise, installation continues normally. Windows Setup logs the action in the Setupact.log file. Note: You cannot reboot the system and resume running SetupComplete.cmd. Setup does not verify any exit codes or error levels in the script after executing SetupComplete.cmd. The functionality of Setupcomplete.cmd differs from the RunSynchronous and RunAsynchronous commands in that Setupcomplete.cmd runs after Windows Setup completes while the RunSynchronous and RunAsynchronous commands run during Windows Setup.
  16. I needed to run one bat file and one cmd file in my setupcomplete.cmd and at first I noticed only one was being exectued. Here is what I did to get both to launch test.bat & test.cmd instead of test.bat test.cmd The & ran both files.
  17. Try pre populating the domain with the computer name you specifiy in your unattend.xml file. Matt
  18. Just wanted to share something I learned in Windows Vista unattended setup. I put a setupcomplete.cmd under: Distribution\Operating Systems\Windows Vista\sources\$oem$\$$\Setup\Scripts This allows me to run a cleanup.cmd that cleans things up in my vista unattend installs. You could use this for other things as well like installing applications or running .net applications. I found this spot to work better than in the unattend.xml run synchronous under specialize microsoft-windows-deployment. The setupcomplete.cmd runs later in the unattend process. Matt
  19. I also got the same error trying to run a good validated unattend.xml with wpeinit. Here is what I did however to get a static ip address, mask and gatway running in WINPE 2.0. From the WINPE 2.0 command prompt run in the following order netcfg /winpe wpeutil InitializeNetwork netsh interface ipv4 set address "Local Area connection" static youripaddress yourmask yourgateway 1 This gets me a static ip in winpe 2.0 you can add dns and wins as well. Matt
  20. ZoRoNaX, Can't wait to see how you did this. Really looking forward to it. Matt
  21. Thank you maxXPsoft you are excatly right you dont need Widnows System Image Manager, it will come automatically the way you describe. Just verified this. Matt
  22. Through Windows System Image Manager open up the distribution share, windows image and answer file. Goto tools Create Configuration Set. This creates the $oem$ structure, the autounattend.xml and a new file structure with the install.wim. Make sure the auotunattend.xml has the follwoing info. <UseConfigurationSet>true</UseConfigurationSet> Do an install and make sure files come down as expected.
  23. Thank you for the responses. I got this to work but wanted to document exactly what I did. Through Windows System Image Manager open up the distribution share, windows image and answer file. Goto tools Create Configuration Set. This creates the $oem$ structure, the autounattend.xml and a new file structure with the install.wim. Make sure the auotunattend.xml has the follwoing info. <UseConfigurationSet>true</UseConfigurationSet> Do an install and make sure files come down as expected. Matt
  24. On the source files for installing Windows XP in unattended we had the following file structure. I386\$oem$\$$\System32 This would allow files we specified to come down into the OS system32 directory. We needed these files for something we ran in the cmdlines.txt. Cmdlines.txt is located in the i386\$oem$ directory. Does anyone know if there is anything simliar with Windows Vista and how it brings down files? I tried adding a $oem$ folder and nothing seemed to happen.
×
×
  • Create New...