Topic: WIN10XPE - PE Network - wireless issue  (Read 5402 times)

Re: WIN10XPE - PE Network - wireless issue
« Reply #40 on: October 07, 2018, 01:42:24 AM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
well , the results are not the same for everybody....

Using Full Hive - via Options or Net Framework Checkbox
tested using old 10.05 and new 10.05

ila_rendered

Can Not Use Full Software Hive At All....
Does not matter if network additions selected or not
using 1809 x64 ram

Will test Current project with 1803 - Full Hive and Network - because never had an issue before
Using 1803 x64 Source with current project - Has Same Results - Full Hive Kills my wireless network
« Last Edit: October 07, 2018, 02:53:53 AM by James »

Re: WIN10XPE - PE Network - wireless issue
« Reply #41 on: October 07, 2018, 04:26:24 AM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
@ChrisR

Here is a strange one for you Chris - relating to this same subject
As you know my wi-fi worked fine with .NET enabled as long as I also selected "Network Additions"
BUT if I then uncheck "Audio" it then fails :confused:
Not quite sure of the link between Audio and Wi-Fi though, very odd
Isn't a problem as I will just make sure to keep Audio checked, but thought it might mean something to you as to why not having it breaks wireless
I will keep quiet now and stop finding odd issues  :wink:

I will confirm this report - I went all the way back to 2018-07-12 project with 1803 source....

IF using Full Software Hive - I must Enable Network Additions AND Audio
Otherwise Wireless Networking Fails... Also Tested with PENetwork B9 Then B8

I will also confirm that it is NOT File Related.... As Network Drivers is enough if NOT using Full Hive

My conclusion is that there are existing registry keys in the Full Software Hive
that are being changed by registry settings embedded in Network Additions and Audio....

Now I would guess it would just be a matter of comparing Full Hive Before and then Full Hive after running Network Additions and Audio registry settings...
To find out what keys are actually required to be changed in Full Hive to fix wireless...

Also figured out if using full software hive - there is no need to write any registry setting for MS powershell, Media Player, Net Framework and most likely Internet Explorer
« Last Edit: October 07, 2018, 05:14:09 AM by James »

Re: WIN10XPE - PE Network - wireless issue
« Reply #42 on: October 07, 2018, 05:42:10 PM »

ChrisR

  • Moderator, XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
I reproduced the same here:
DotNet looks better by using the full Software hive (tested with dazza temp1.exe, EasyBCD, Paint.net and ShowKeyPlus)
With this one, richer, we have to use Network Additions to get Wifi, as you saw it.

Otherwise, I found to avoid the audio dependency with the Full Software registry, we must add
Code: [Select]
\Windows\System32\mobilenetworking.dll
In Network_AddFiles.txt
and probably remove it from Audio.Script. In short, move it from Audio to NetWork.

I'll update later, not much time this WE if I want to stay alive :chair:

Re: WIN10XPE - PE Network - wireless issue
« Reply #43 on: October 07, 2018, 07:16:58 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
That solved the AUDIO requirement....

Suggestion: Combine Network Additions into Network Drivers  = Networking Support

I reworked DotNet.script to extract \Windows\Microsoft.NET from source... Rather then single files...
And I remove registry entries - as it using existing Full Hive Registry Settings..

We should be good to go with this route in the future too...

« Last Edit: October 07, 2018, 07:34:14 PM by James »

Re: WIN10XPE - PE Network - wireless issue
« Reply #44 on: October 08, 2018, 11:41:30 AM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
Network Drivers...

Believe the code should be Smaller not Bigger
Code: [Select]
[Reg_NetDrivers]
 If,%SourceBuild%,Smaller,17763,Begin
  If,ExistFile,%ScriptDir%\NetDrivers16299%Architecture%_RegDrivers.txt,RegImportFile,%ScriptDir%\NetDrivers16299%Architecture%_RegDrivers.txt
End
 

Re: WIN10XPE - PE Network - wireless issue
« Reply #45 on: October 11, 2018, 02:49:55 PM »

ChrisR

  • Moderator, XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
Believe the code should be Smaller not Bigger
Oh yes, oops  :embarrassed:
Good to have a second set of eyes  :wink:
I'll fix it, Thanks :thumbsup:

 

Powered by EzPortal