Jump to content

pankajtakawale

Member
  • Posts

    53
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    India

About pankajtakawale

pankajtakawale's Achievements

0

Reputation

  1. Is it a fake ProductId? I mean any value would do, rt? Other Windows istallers (xp, 2k3, 2k pro etc) can run successfully using modified (ProductId) WinPE image?
  2. can u please post the script/code to extract the ip-address?
  3. What is the RAM size of your vmware-instance? Try WinPE booting with atleast 512 MB RAM.
  4. What is the RAM size of your vmware-instance? Try WinPE booting with atleast 512 MB RAM.
  5. I get following error often while executing "netstat -a -b" on WinPE 2.0: x: Windows Sockets initialization failed: 5 Any idea ? Is it a bug in WinPE 2.0?
  6. bcdedit is part of WinPE.wim. In WAIK, you can see different folders (ia64, amd64, x86) for different platforms, these folders contain basic WinPE.wim image files. When you mount WinPE.wim file using imagex, u can find bcdedit.exe in that mounted folder.
  7. Thanks!!! Its a "System" file I was looking for.
  8. Hi, Im trying to modify WinPE.wim's registry offline using following method: http://www.msfn.org/board/To_Enable_NTLMv2...registry+modify But I could not locate setupreg.hiv in mounted WinPE.wim image. Is there an ither hiv file?
  9. what is alternative to findstr in WinPE 2.0. findstr is unrecognized in WinPE. Once WinPE starts I want to wait untill ipaddress is being assigned to WinPE box. Following is the script I found on the net: rem if not defined Debug echo off set i=0 :Loop ipconfig.exe /all | findstr "Lease Obtained" > NUL & goto :Found set /A i=%i%+1 echo DHCP address not found. Wait for 10 seconds and try again. [%i%/6] sleep 10 if not "%i%"=="6" goto :Loop :NotFound @echo The DHCP address was not acquired. @echo Please ensure that you have a netcard with a valid driver. netcfg -v -s a pause goto :EOF :Found @echo Found!
  10. I reveive following error occasionally while booting WinPE 2.0. wpeinit.exe: Unable to locate component Application has failed to start because wdi.dll was not found. Any idea?
  11. I can not login to winxp+sp2 share using guest account from WinPE 2.0, wherein i can successfuly connect to same share from any other windows box. X:\Windows\system32>net use t: \\192.168.10.30\guestShare The password is invalid for \\192.168.10.30\guestShare. Enter the user name for '192.168.10.30': guest Enter the password for 192.168.10.30: The user context supplied is invalid. More help is available by typing NET HELPMSG 3775. I could not connect to share by changing registry settings mentioned in thread: http://www.msfn.org/board/lofiversion/index.php/t81650.html Please advice....
  12. I have VC8 built C utilty, when i try to run this utility from x64 WInPE, it gives me error: "The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log for more details" After googling, i came to know that msvcr80.dll is absent on the x64 winPE, after copying msvcr80.dll, it still shows same error. there are other system dlls absent on x64 winpe like: netplwiz.dll clbcatq.dll devmgr.dll windowscodecs.dll shdocvw.dll apphelp.dll query.dll I also tried to execute vcredist_x64.exe from x64 WinPE (http://msdn2.microsoft.com/en-us/library/ms235291(VS.80).aspx) for vcredist_x64.exe, it throws error: "System can not execute the specified program"
  13. StuffIt V3.10ß © Terje Mathisen 1989-91 Syntax: Stuffit <commands> +|=[[hh:]mm:]ss | Delay for(+) or until(=) a specified time. +45 will wait for 45 seconds. =14:: will wait until 2pm. +0 will wait until the kbd buffer is empty. <character code> | Stuff a given character code. stuffit +2 13 would feed "ENTER" to stdin after 2 secs. Anything similar to stuffit on WinPE?
  14. Thnx for valuable info. I checked the above mentioned PXE registry key. It has 2 binary values: "BootServerReply" and "DHCPServerACK" binary values contain hell lot of info, probably whole DHCPOFFER and DHCPACK packets. Any idea how to extract info from these binary values?
  15. Im confused how would it (nbtstat) help? Just another case: machine has 2 NICs NIC1 & NIC2 NIC1 is on n/w 1 and NIC2 is on n/w 2. Both n/ws have DHCP server running. NIC1 has priority over NIC2 in BIOS boot loading. I have configured WinPE network booting on n/w 2 (to which NIC2 is connected) Once machine boots up, NIC1 gets ipaddress from DHCP server of n/w 1. NIC2 gets ipaddress from DHCP server of n/w 2 and also it receives boot-server & boot-filename details. It starts booting WinPE. Now in above case, WinPE has been booted on NIC2. How can i detect it thru any command, api from WinPE?
×
×
  • Create New...