Topic: Win10XPE Project General Discussions  (Read 107271 times)

Re: Win10XPE Project General Discussions
« Reply #1100 on: September 09, 2019, 09:12:16 AM »
  • Location: Israel
  • Date Registered: Dec 2017
  • Posts: 444
Few Updates

Crystal Disk 8.3.0
https://crystalmark.info/en/software/crystaldiskinfo/crystaldiskinfo-history

Process Explorer v16.30
https://docs.microsoft.com/en-us/sysinternals/downloads/process-explorer

Q-Dir 7.78
New in version 7.78 // 2 September 2019
Bug-Fix and improvements in: Forward and back-navigation and keep selection
Improvements in: Start with last setting, no lost the File-Explorer setting
Improvements in: keep folder grouping or disable it

HDDExpert 1.18.4.43
August 8th 2019

Re: Win10XPE Project General Discussions
« Reply #1101 on: September 09, 2019, 10:09:06 AM »
  • Location: Israel
  • Date Registered: Dec 2017
  • Posts: 444
@James

Please check the Latest version of Victoria


Re: Win10XPE Project General Discussions
« Reply #1102 on: September 09, 2019, 02:00:06 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
Crystal Disk was updated - see App Index
the other three - just use the small "U" update button

Victoria
one admendment
 :thumbsup:
« Last Edit: September 30, 2019, 11:56:15 AM by James »

Re: Win10XPE Project General Discussions
« Reply #1103 on: September 09, 2019, 02:23:36 PM »
  • Location: Israel
  • Date Registered: Dec 2017
  • Posts: 444
Crystal Disk was updated - see App Index
the other three - just use the small "U" update button

Victoria
one admendment
 :thumbsup:

Thanks i am just letting everyone know :)

I was having a hard time with program version and didn't realize i didn't need the whole url. Thanks for pointing that out.

Re: Win10XPE Project General Discussions
« Reply #1104 on: September 09, 2019, 02:31:45 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
I use screen recording to capture the Aria2c redirects during the download process...
I have seen aria2c log files created with other programs - have not found those logs with XPE
So I just record the download window

Re: Win10XPE Project General Discussions
« Reply #1105 on: September 09, 2019, 02:36:59 PM »
  • Location: Israel
  • Date Registered: Dec 2017
  • Posts: 444
I use screen recording to capture the Aria2c redirects during the download process...
I have seen aria2c log files created with other programs - have not found those logs with XPE
So I just record the download window

It was actually one of those moments that you slap your forehead.

The version is 476b i was using 4.76b and going nuts trying to figure out why the url was not working. :( :)

Re: Win10XPE Project General Discussions
« Reply #1106 on: September 09, 2019, 02:57:23 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
to insure that the DOT is not used when inputting the Program Version
Replace the Line in Update_Container
Code: [Select]
StrFormat,REPLACE,%ProgramVer_TextBox%,.,_,%ProgramVer%
with
Code: [Select]
StrFormat,REPLACE,%ProgramVer_TextBox%,.,,%ProgramVer%

That will remove the DOT's between the Numbers - if user inputs with Dots 0.0.0.0 = 0000

Then update your current MOP post and link me to that updated post and I'll Index it..

And just to add Info - the current line used and "Marked Out" by default with Plugin Creator
Code: [Select]
StrFormat,REPLACE,%ProgramVer_TextBox%,.,_,%ProgramVer%
will replace 0.0.0.0 with 0_0_0_0
« Last Edit: September 09, 2019, 03:19:10 PM by James »

Re: Win10XPE Project General Discussions
« Reply #1107 on: September 09, 2019, 04:56:04 PM »

cretino

  • Chef
  • ***
  • Date Registered: Jan 2018
  • Posts: 240
StartIsBack++ 2.8.9
Code: [Select]
Version ++2.8.9 5 September 2019
Fix taskbar not hiding on 1903 when closing Start menu in fullscreen apps

Mozilla Firefox Quantum ESR - XPE Plugin
needed with win10 18975
Code: [Select]
AppxSip.dll,cldapi.dll,EsdSip.dll,TaskFlowDataEngine.dll,Windows.UI.FileExplorer.dll,wshext.dll,wshext.dll.mui

* Rufus 3.7
Code: [Select]
Version 3.7 (2019.09.09)
Finalize persistent partition support for Debian and Ubuntu:
Debian with persistence should work out of the box with any recent Debian Live ISO.
Ubuntu with persistence should also work IF using a post 2019.08.01 ISO (such as daily-live).
Note that, because of bug #1489855, trying to use persistence with Ubuntu ISOs that were released before August 2019 will only result in rescue mode during boot - You have been warned!
Other distros may work with persistence as long as they use a Debian-like or Ubuntu-like method, and, in the case of Ubuntu-like, if they use casper with the #1489855 bugfix.
Add cheat mode (Alt) to switch between percent/speed/ETA on some operations [EXPERIMENTAL]
Report SuperSpeed+ devices in the log (Come on USB-IF, just add "Ludicrous Speed" already!)
Fix UI checkboxes (Extended label, Fixes for old BIOSes) being cleared on START
Fix Can't mount GUID volume regression when creating Windows To Go drives
Fix Volume label is invalid error with empty labels on Windows 7
Fix stale progress bar during standalone ext2/ext3 formatting
Fix an extraction failure with R-Drive Image bootable ISOs
Disable ISO mode for Pop!_OS
Other cosmetic and internal improvements
« Last Edit: September 09, 2019, 08:23:18 PM by cretino »

Re: Win10XPE Project General Discussions
« Reply #1108 on: September 09, 2019, 09:34:31 PM »

ChrisR

  • Moderator, XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
Thanks cretino,
By reading the dependencies for FFQ, even if seen in procmon, not sure for cldapi.dll (Cloud API user mode) or AppxSip.dll

Re: Win10XPE Project General Discussions
« Reply #1109 on: September 10, 2019, 12:44:59 PM »
  • Location: Israel
  • Date Registered: Dec 2017
  • Posts: 444
@James

Is it possible for you to either make a new thread or just comment in general about updated scripts?

Re: Win10XPE Project General Discussions
« Reply #1110 on: September 10, 2019, 01:20:41 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
@Moshe
As the Official Update Notification Manager
Where is Victoria ??

Re: Win10XPE Project General Discussions
« Reply #1111 on: September 10, 2019, 01:26:40 PM »
  • Location: Israel
  • Date Registered: Dec 2017
  • Posts: 444
@Moshe
As the Official Update Notification Manager
Where is Victoria ??

Playing dirty :)

I actually don't know where to go from here. I updated the original post.

I think a new thread with updates should be made. I did not want to create yet another thread.

Re: Win10XPE Project General Discussions
« Reply #1112 on: September 10, 2019, 01:46:21 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
Quote
I updated the original post.
When I have the Time - I will go look for it then...

Re: Win10XPE Project General Discussions
« Reply #1113 on: September 10, 2019, 01:50:40 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
Quote
Playing dirty :)
This is not about me - It is about others contributing to maintain this Project and Forum..
« Last Edit: September 10, 2019, 01:51:06 PM by James »

Re: Win10XPE Project General Discussions
« Reply #1114 on: September 10, 2019, 02:42:28 PM »
  • Location: Israel
  • Date Registered: Dec 2017
  • Posts: 444
Quote
Playing dirty :)
This is not about me - It is about others contributing to maintain this Project and Forum..

Please i was just messing. Don't take most of the things i say seriously.

I am trying to participate and contribute as much as i can.

Re: Win10XPE Project General Discussions
« Reply #1115 on: September 10, 2019, 02:44:08 PM »

APT

  • Grand Chef
  • *****
  • winpe enthusiast
  • Location: UK
  • Date Registered: Nov 2012
  • Posts: 1150
Hi James

WhatChanged plugin gives error in PEB due to extract line58  %Tools%  --> %GTools%

http://theoven.org/index.php?topic=2607.msg28662#msg28662
« Last Edit: September 10, 2019, 02:45:00 PM by APT »

Re: Win10XPE Project General Discussions
« Reply #1116 on: September 10, 2019, 03:50:24 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
Been like that since beginning of time...
Fixed...

Thanks APT

Re: Win10XPE Project General Discussions
« Reply #1117 on: September 17, 2019, 12:18:06 AM »

cretino

  • Chef
  • ***
  • Date Registered: Jan 2018
  • Posts: 240
Thanks cretino,
By reading the dependencies for FFQ, even if seen in procmon, not sure for cldapi.dll (Cloud API user mode) or AppxSip.dll

with TaskFlowDataEngine.dll & Windows.UI.FileExplorer.dll ,Mozilla_Firefox_Quantum_ESR_XPE.script is ok ( with win10 18975 )
but i I noticed that with FlashPlayer , VcRunTimes & (EsdSip.dll,wshext.dll,wshext.dll.mui ) Mozilla Firefox Quantum is more stable and do not plant ...
ila_rendered

* AppxSip.dll,cldapi.dll came out when i try to see why the open download folder do not work ...

Re: Win10XPE Project General Discussions
« Reply #1118 on: September 17, 2019, 10:58:34 PM »

ChrisR

  • Moderator, XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
Thanks cretino for your extensive tests  :thumbsup:
I follow you, I add the 2 dlls
I have not tested with FlashPlayer, html5 is enough for me

I just noticed that there are some dlls like cldapi.dll or edgegdi.dll that we often see in procmon
It seems to work as well without the 1st one and the 2nd does not even exist in the Windows 10 source

Re: Win10XPE Project General Discussions
« Reply #1119 on: September 18, 2019, 11:26:10 AM »

APT

  • Grand Chef
  • *****
  • winpe enthusiast
  • Location: UK
  • Date Registered: Nov 2012
  • Posts: 1150
Hi ChrisR

Why do the GoogleChrome_76.xx and GoogleChrome_75.xx plugins download and encode both x64 and x86 source files irrespective of build arch? Is it intentional?

regards APT

 

Powered by EzPortal