MSFN Forum: Adding Network Connectivity & Customizing Windows RE - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Adding Network Connectivity & Customizing Windows RE Rate Topic: -----

#1 User is offline   cave man 

  • Group: Members
  • Posts: 1
  • Joined: 15-August 07

  Posted 09 October 2007 - 11:40 AM

Hi there,

I am trying to create a customized version of Windows Recovery Evironment. I have found very little information about customizing Windows RE and I was wondering a few things.
1) I was wondering if it is possible to add network connectivity to WinRE. If so how?

2) Is it possible to add more than one custom recovery tool to WinRE? I've been trying to play around with the .XML file with no success. Also is it possible to remove any one of the core applications in Win RE. (e.g. Removing the backup tool)


Thanks,

Cave man

This post has been edited by dencorso: 14 September 2009 - 04:21 AM



#2 User is offline   dencorso 

  • Adiuvat plus qui nihil obstat
  • Group: Super Moderator
  • Posts: 3,962
  • Joined: 07-April 07
  • OS:98SE
  • Country: Country Flag

Posted 13 September 2009 - 11:39 PM

It's been a long time now since this question was posted and got no reply.
I decided to resurrect it in the hopes someone has found a solution on how to integrate network ability to WinRE.
So... Is the dream of a WinRE with websurfing ability still just a dream?

#3 User is offline   Tripredacus 

  • K-Mart-ian Legend
  • Group: Super Moderator
  • Posts: 7,349
  • Joined: 28-April 06
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 20 September 2009 - 08:01 PM

View Postdencorso, on Sep 14 2009, 01:39 AM, said:

It's been a long time now since this question was posted and got no reply.
I decided to resurrect it in the hopes someone has found a solution on how to integrate network ability to WinRE.
So... Is the dream of a WinRE with websurfing ability still just a dream?


It may be possible using OPK Tools and adding the SRT-Package to the PE.

#4 User is offline   paxamime 

  • Newbie
  • Group: Members
  • Posts: 36
  • Joined: 28-September 06

Posted 21 September 2009 - 10:31 PM

Windows RE is nothing more than the repair tools portion of Windows PE. As far as networking capability, it is already there. Perhaps the way that you are getting your Windows RE is where you are having trouble. The way that I do it is with the following command:

imagex /compress None /check /boot /scroll /export F:\sources\boot.wim 2 C:\Pe\WinREFromCD.wim

Maybe it is just me but I have never had any problems with standard networking inside of the WinRE environment. To enable the networking there are a couple of things you can do, manually enable it, or my personal favorite.. Via an Asynchronous.xml file:

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="windowsPE">
<component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<EnableNetwork>true</EnableNetwork>
<EnableFirewall>true</EnableFirewall>
</component>
</settings>
</unattend>

If this does not work for you guys let me know and I will dive into it deeper and see where you are having problems.

#5 User is offline   Atheros 

  • Junior
  • Pip
  • Group: Members
  • Posts: 87
  • Joined: 01-June 04

Posted 12 October 2009 - 03:33 AM

wpeutil -initializenetwork




View Postcave man, on Oct 9 2007, 06:40 PM, said:

Hi there,

I am trying to create a customized version of Windows Recovery Evironment. I have found very little information about customizing Windows RE and I was wondering a few things.
1) I was wondering if it is possible to add network connectivity to WinRE. If so how?

2) Is it possible to add more than one custom recovery tool to WinRE? I've been trying to play around with the .XML file with no success. Also is it possible to remove any one of the core applications in Win RE. (e.g. Removing the backup tool)


Thanks,

Cave man


#6 User is offline   Tripredacus 

  • K-Mart-ian Legend
  • Group: Super Moderator
  • Posts: 7,349
  • Joined: 28-April 06
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 12 October 2009 - 07:35 AM

View PostAtheros, on Oct 12 2009, 05:33 AM, said:

wpeutil -initializenetwork


Is there even the ability to get to a command prompt in WinRE? Does it use a startnet.cmd or winpeshl.ini file? I haven't gotten to look at it too much so far.

#7 User is offline   Atheros 

  • Junior
  • Pip
  • Group: Members
  • Posts: 87
  • Joined: 01-June 04

Posted 13 October 2009 - 02:02 AM

it is the default last option on the windows re screen, unless you have a custom factory recovery tool. also you could always start it in your custom tool.

the winre srt package is launched from the winpeshl.ini. so you could also launch it there too.

This post has been edited by Atheros: 13 October 2009 - 02:05 AM


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy