14 Pages V   1 2 3 > »   
Reply to this topic
 Wireless support on PE 2.x/3.x
post Jan 25 2010, 05:09 PM
Post #1
Wonko the Sane
Gold Member   *****
Group: Advanced user

  Joined: 8-January 10 From: The Outside of the Asylum

Posts: 2,277
Thank(s): 252


Italy


Just in case it slipped by (as it did for me blush.gif ):
http://www.msfn.org/board/new-support-wifi...37.html&hl=
QUOTE (gosh)
Since the dawn of time, Windows PE (WinPE) has not had any support for the 802.1x authentication protocol. This meant that any network deployment of Windows via a network secured with 802.1x was a non-starter, causing headaches for a few on my customers; I actually had one customer that ran new network cables to a majority of the desks in order to be able to deploy Windows XP over the network.
However, thanks in part to a colleague of mine who worked on this, Microsoft has released hotfixes that now add 802.1x support to both WinPE 2.1 and WinPE 3.0. You can get the hotfixes and further information at the below links:

WinPE 2.1: http://support.microsoft.com/kb/975483
WinPE 3.0: http://support.microsoft.com/kb/972831


cheers.gif

Wonko


--------------------


2 user(s) said "Thank you!" to Wonko the Sane for this fantastic post:
ktp, wimb
+Quote Post
post Feb 1 2010, 08:21 AM
Post #2
wimb
Silver Member   ****
Group: Advanced user

  Joined: 10-July 07
Posts: 726
Thank(s): 225


Netherlands



Unprotected Wireless Internet in Windows PE 3.0 was realized:
It is necessary to let dism Add WLAN drivers in specific way from provided folder WIN7_drivers.
As before, dism was also used to add winpe-wmi.cab and the HotFix WinPE_OCs\Windows6.1-KB972831-x86.cab

The WLANAPI missing message in PENetwork.exe was overcome by Adding WIN7_system32\wlanapi.dll of Windows 7 to system32
Internet access and PENetwork don't work yet for WPA encryption.
There is now a message for problem to be solved:

file netwzc.inf is missing, which is needed for support of Wireless Zero Configuration

Does anybody know how to make further improvements for support of WPA encryption ?

Code used to make Windows PE 3.0 - pe3w.iso
CODE
copype.cmd x86 F:\winpe3_x86

copy /y F:\winpe3_x86\winpe.wim F:\winpe3_x86\ISO\sources\boot.wim

imagex.exe /mountrw F:\winpe3_x86\ISO\sources\boot.wim 1 F:\winpe3_x86\mount

Dism /image:F:\winpe3_x86\mount /Add-Package /PackagePath:"C:\Program Files\Windows AIK\Tools\PETools\x86\WinPE_FPs\winpe-wmi.cab"
Dism /image:F:\winpe3_x86\mount /Add-Package /PackagePath:"C:\Program Files\Windows AIK\Tools\PETools\x86\WinPE_FPs\en-us\winpe-wmi_en-us.cab"
Dism /image:F:\winpe3_x86\mount /Add-Package /PackagePath:"C:\Program Files\Windows AIK\Tools\PETools\x86\WinPE_OCs\Windows6.1-KB972831-x86.cab"
:: Add WLAN drivers
Dism /image:F:\winpe3_x86\mount /Add-Driver /Driver:F:\winpe3_x86\WIN7_drivers /recurse
:: Add wlanapi.dll
xcopy.exe F:\winpe3_x86\WIN7_system32\*.* F:\winpe3_x86\mount\Windows\System32\ /i /k /e /r /y /h
:: Add Browse for Folder support by making empty folder Windows\System32\config\systemprofile\Desktop
md F:\winpe3_x86\mount\Windows\System32\config\systemprofile\Desktop

imagex.exe /unmount /commit F:\winpe3_x86\mount

oscdimg.exe -n -m -o -bF:\winpe3_x86\etfsboot.com F:\winpe3_x86\ISO F:\winpe3_x86\pe3w.iso


More Info: http://www.911cd.net/forums//index.php?sho...mp;#entry161011
http://www.msfn.org/board/index.php?showto...mp;#entry906396

Windows PE 3.0 with Wireless Internet - Opera Portable and PENetwork.exe
=


=


--------------------
+Quote Post
post Feb 1 2010, 09:38 AM
Post #3
Wonko the Sane
Gold Member   *****
Group: Advanced user

  Joined: 8-January 10 From: The Outside of the Asylum

Posts: 2,277
Thank(s): 252


Italy


It seems to me like a small step big leap in the right direction. yahoo.gif

Very, VERY good work! clap.gif

cheers.gif

Wonko


--------------------
+Quote Post
post Feb 1 2010, 11:21 AM
Post #4
Holger
Frequent Member   ***
Group: .script developer

  Joined: 4-August 06 From: Munich

Posts: 410
Thank(s): 58


Germany


Oh, this is also a bug frusty.gif
The file which is missing is the "netnwifi.inf".

Maybe I should update it...I'm still working on it but at the moment only on the porting to C++...
Greets Holger


--------------------
Main site: http://holger.winbuilder.net/
Mirror: http://holger.orgfree.com/
Current PENetwork versions:
- PE Network Manager itself: 0.56 (Updated: 05.08.2009)
- WB script for LiveXP: 37 (Updated: 15.07.2009)
- WB script for VistaPE/Win7PE: 5 Beta (Updated: 02.08.2009)
Still in progress:
- PE Network Manager: 0.57 (09.08.2010)
1 user(s) said "Thank you!" to Holger for this fantastic post:
wimb
+Quote Post
post Feb 3 2010, 01:49 PM
Post #5
wimb
Silver Member   ****
Group: Advanced user

  Joined: 10-July 07
Posts: 726
Thank(s): 225


Netherlands


Wireless Internet with WPA2-PSK + AES Encryption is realized in Windows PE 3.0 thumbup.gif

I have used Registry Settings from Windows 7 edited according to PENetwork.script of Holger
And I have added in Windows PE 3.0 the missing but Required files according to Holger's script. 1st.gif

More details will follow ....

Windows PE 3.0 with Wireless Encrypted Internet - Opera Portable and PENetwork.exe
=


=

cheers.gif


--------------------
2 user(s) said "Thank you!" to wimb for this fantastic post:
JFX, ludovici
+Quote Post
post Feb 5 2010, 10:45 AM
Post #6
wimb
Silver Member   ****
Group: Advanced user

  Joined: 10-July 07
Posts: 726
Thank(s): 225


Netherlands


I have tried in Windows PE 3.0 to make Network Drives and to Share Local Folders.
The first thing to overcome was to add some extra registry values from Windows 7
so that it became possible to Start the LanmanServer.

Added were from Enum\Root\ the entries for LEGACY_SRV LEGACY_SRV2 LEGACY_SRVNET
and 7 Services: LanmanServer srv srv2 srvnet Netlogon NlaSvc LanmanWorkstation
and I have added files related to these services and I have used netserv.inf of Windows 7

Making Network Drives of folders shared by other computer is working OK,
but Sharing the folders on local computer results in Error as indicated. scared9.gif

What will be needed extra to make this last step working ?

I get the impression that in PE 3.0 Security blocks my attempts to Share Local drives or folders.
Probably a User Account with Password is needed ... unsure.gif

In any case until now I cannot Start Network Location Awareness and Netlogon Services ..... sad.gif
=

Windows PE 3.0 with Network Drive Z: and Sharing Error
=


=


--------------------
+Quote Post
post Feb 5 2010, 08:18 PM
Post #7
dera
Gold Member   *****
Group: .script developer

  Joined: 17-January 07
Posts: 1,154
Thank(s): 268


Hungary


for me sharing folder works only in that case when the firewall service is stopped

at build time i use
ControlSet001\Services\MpsSvc Start 4
and
ControlSet001\Services\Ikeext Start 2

seems if 'MpsSvc Start 3' used then the MpsSvc service starts when PENetwork initialize the network
in this case for me sharing folder is not successful
+Quote Post
post Feb 6 2010, 09:15 AM
Post #8
wimb
Silver Member   ****
Group: Advanced user

  Joined: 10-July 07
Posts: 726
Thank(s): 225


Netherlands


QUOTE (dera @ Feb 5 2010, 09:18 PM) *
for me sharing folder works only in that case when the firewall service is stopped

at build time i use
ControlSet001\Services\MpsSvc Start 4
and
ControlSet001\Services\Ikeext Start 2

seems if 'MpsSvc Start 3' used then the MpsSvc service starts when PENetwork initialize the network
in this case for me sharing folder is not successful

Thanks dera,

Disabling the Firewall in build with registry setting ControlSet001\Services\MpsSvc Start 4 has solved the problem. thumbup.gif

Now I can Share drives and folders, but only for the originally given permissions.
Changing permissions is not yet possible in Windows PE 3.0. I have got to look at this.

The new created Share GDOWN of folder Downloads is not accessible yet at other computer running XP.
But folders of Windows 7 Users and XP drive and folder with given permission are accessible allready. thumbsup.gif
=

Windows PE 3.0 with Network Drives Z: and Y: and Sharing of Local Drives
=


=


--------------------
+Quote Post
post Feb 6 2010, 09:50 AM
Post #9
dera
Gold Member   *****
Group: .script developer

  Joined: 17-January 07
Posts: 1,154
Thank(s): 268


Hungary


QUOTE
The new created Share GDOWN of folder Downloads is not accessible yet at other computer running XP.

i think it is mandatory to define the 'Username:' and 'Password:' in PENetwork's 'File Sharing' window,
i can access the shared forlder from other XP computer if i map that shared network path to drive letter,
or when i disable the guest account on the booted WinPE 3.0
(net.exe user guest /active:no)

p.s.
i have tried on PE made by the Win7RescuePE project,
regarding permission
try to share via 'fsmgmt.msc'
or via command
net.exe share sharename=drive:\path /grant:user,read|change|full
+Quote Post
post Feb 6 2010, 11:56 AM
Post #10
wimb
Silver Member   ****
Group: Advanced user

  Joined: 10-July 07
Posts: 726
Thank(s): 225


Netherlands


Username and Password were defined in PENetwork.
On remote computer I can map shared network path to drive letter,
and can see all folders, but get no permission for access.

Disable the guest did not solve the problem.

fsmgmt.msc is not yet available in Windows PE 3.0 and simple adding it does not work yet.
So I have got to add some more functionality from Windows 7

The net.exe share commands are working, but they also don't give the permission.


--------------------
+Quote Post

14 Pages V   1 2 3 > » 
Reply to this topic
4 User(s) are reading this topic ()



Collapse

  Topic Replies Topic Starter Views Last Action
No New Posts PEFactory Documentation
Available online
7 psc 577 22nd August 2010 - 03:59 PM
Last post by: psc
No New Posts PEnetwork holding me back from the best liveXP ever!
6 Technotika 828 22nd July 2010 - 07:03 PM
Last post by: Technotika
No New Posts pe and wireless adapters
0 spindoc 287 1st July 2010 - 03:31 PM
Last post by: spindoc
No new Topic has attachmentsPENetwork Manager for VistaPE/Win7PE
Alternative to PENetCfg-Updated 02.08.09
129 Holger 29,260 16th June 2010 - 12:47 PM
Last post by: Virtual-R
No New Posts PE Network WiFi failed: Error 87
4 Little Joe 656 13th June 2010 - 08:52 AM
Last post by: Little Joe