Topic: Win10XPE Project General Discussions  (Read 107256 times)

Re: Win10XPE Project General Discussions
« Reply #680 on: February 17, 2019, 04:58:30 PM »

cretino

  • Chef
  • ***
  • Date Registered: Jan 2018
  • Posts: 240
hi dazza

you can try R-Wipe & Clean

Code: [Select]
https://www.r-wipe.com/
- Support for SSD devices: the program correctly recognizes SSD devices and treats them accordingly to avoid their additional wear and tear.
*********
http://imgbox.com/Mr4CEmvM
http://imgbox.com/5a9FTmsb
**********
tested x86 but not in basic build (may need other depensy...)

https://www.mediafire.com/file/mx2qhn3iqdis289/RWC.7z/file

Re: Win10XPE Project General Discussions
« Reply #681 on: February 17, 2019, 05:00:50 PM »

dazza

  • Chef
  • ***
  • Date Registered: Jan 2017
  • Posts: 244
Thanks cretino - I will give it a try

Re: Win10XPE Project General Discussions
« Reply #682 on: February 17, 2019, 06:10:05 PM »

dazza

  • Chef
  • ***
  • Date Registered: Jan 2017
  • Posts: 244
AOMEI Partition Assistant - how do I resolve the download error

"Failed downloading http://www.aomeisoftware.com/download/pa/PAssist_Std.exe
Aria2c return: 22 - HTTP response header was bad or unexpected"

Thank you

Update: look like just it might be just a temporary cloudfare issue - so will keep trying :)

EDIT2 - seems two URL's in the plugin and second one is up (http://www2.aomeisoftware.com/download/pa/PAssist_Std.exe) - but still get above error when running plugin
« Last Edit: February 17, 2019, 06:18:00 PM by dazza »

Re: Win10XPE Project General Discussions
« Reply #683 on: February 17, 2019, 08:26:15 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
Just tested Download Button
get same 22 error
but when click OK it continues to download setup file

Re: Win10XPE Project General Discussions
« Reply #684 on: February 17, 2019, 08:37:05 PM »

dazza

  • Chef
  • ***
  • Date Registered: Jan 2017
  • Posts: 244
Just tested Download Button
get same 22 error
but when click OK it continues to download setup file
If I click the download button it seems to download, but if I click the "play" button I get that error and it then doesn't build

Re: Win10XPE Project General Discussions
« Reply #685 on: February 17, 2019, 09:26:09 PM »

cretino

  • Chef
  • ***
  • Date Registered: Jan 2018
  • Posts: 240
hi dazza

tested & work fine

try to change:
Code: [Select]
Download,%ProvideFiles%\%SetupFile%,%SetupURL%
with
Download,%ProvideFiles%\%SetupFile%,%SetupURL2%
in AOMEI Partition Assistant_XPE_File.Script

Re: Win10XPE Project General Discussions
« Reply #686 on: February 17, 2019, 09:58:33 PM »

dazza

  • Chef
  • ***
  • Date Registered: Jan 2017
  • Posts: 244
hi dazza

tested & work fine

try to change:
Code: [Select]
Download,%ProvideFiles%\%SetupFile%,%SetupURL%
with
Download,%ProvideFiles%\%SetupFile%,%SetupURL2%
in AOMEI Partition Assistant_XPE_File.Script
yes I had tried that, but exactly same error - downloads if I click download button, but if I click play button to process the plugin then get same error
Log attached

Re: Win10XPE Project General Discussions
« Reply #687 on: February 17, 2019, 10:06:05 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
If the Download Button works - the issue with play button is > during update container file..
the file container attachment is corrupt thus halting the build

I would not change [download] process

Swap the SetupURL in the container file

change setupurl to setupurl2
change setupurl2 to setupurl

and then hit "U" on main plugin

Use extract to verify All program files

Re: Win10XPE Project General Discussions
« Reply #688 on: February 17, 2019, 10:10:16 PM »

dazza

  • Chef
  • ***
  • Date Registered: Jan 2017
  • Posts: 244
update: originally changed %SetupURL% to %SetupURL2% in AOMEI Partition Assistant_XPE.Script which didn't work as per my reply

Just tried changing it in AOMEI Partition Assistant_XPE_File.Script and it seems to now download - will try a build and see how I get on

Confused as to why it doesn't automatically try second URL if first one fails

UPDATE: changing URL  in other plugin fixed it for me and now build succesfully
« Last Edit: February 17, 2019, 10:21:34 PM by dazza, Reason: UPDATE »

Re: Win10XPE Project General Discussions
« Reply #689 on: February 17, 2019, 10:28:12 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
Or Update/Replace [Download] process within Container file
\Win10XPE\Projects\MyPlugins\Apps\HD Tasks\AOMEI Partition Assistant_XPE_File.Script

Code: [Select]
[Download]
Download,%ProvideFiles%\%SetupFile%,%SetupURL%,NoExitOnError
If,Not,ExistFile,%ProvideFiles%\%SetupFile%,Download,%ProvideFiles%\%SetupFile%,%SetupURL2%
Encode,%ScriptFile%,Folder,%ProvideFiles%\%SetupFile%
« Last Edit: February 17, 2019, 10:34:13 PM by James »

Re: Win10XPE Project General Discussions
« Reply #690 on: February 17, 2019, 10:40:23 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
If file exists in provide files (via [Download} process) - that file takes has priority over the container file...

If container file is empty - then [Update _Container] process > passes control to the container file [process]

If you update container file [download] process with code above it will use setupURL2 if setupURL fails
« Last Edit: February 17, 2019, 10:40:59 PM by James »

Re: Win10XPE Project General Discussions
« Reply #691 on: February 17, 2019, 11:00:00 PM »

dazza

  • Chef
  • ***
  • Date Registered: Jan 2017
  • Posts: 244
Thanks for replying James - changing it as I said in AOMEI Partition Assistant_XPE_File.Script to %SetupURL2% seemed to work fine and I am up and running

Re: Win10XPE Project General Discussions
« Reply #692 on: February 18, 2019, 12:01:57 AM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
@ Cretino
Here is your "R-Wipe & Clean" XPEPlugin Using The XPE Utility

XPEPlugin Updated by Cretino
http://theoven.org/index.php?topic=2488.msg31650#msg31650
« Last Edit: February 19, 2019, 11:15:04 AM by James, Reason: attachments removed »

Re: Win10XPE Project General Discussions
« Reply #693 on: February 18, 2019, 02:34:35 PM »

dazza

  • Chef
  • ***
  • Date Registered: Jan 2017
  • Posts: 244
Hi, could someone perhaps give me some advice on the best way to add Parted Magic to the boot menu on my USB drive created by Win10XPE?

With Win10PESE and previous there was a plugin to do this

Thanks - and keep up the great work - really loving Win10XPE

Re: Win10XPE Project General Discussions
« Reply #694 on: February 18, 2019, 04:41:12 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
I am thinking EasyBCD

Select > File > Select BCD Store --> Point to XPE Media BCD File(s)
Select > Add New Entry

Re: Win10XPE Project General Discussions
« Reply #695 on: February 18, 2019, 04:54:06 PM »

dazza

  • Chef
  • ***
  • Date Registered: Jan 2017
  • Posts: 244
I am thinking EasyBCD

Select > File > Select BCD Store --> Point to XPE Media BCD File(s)
Select > Add New Entry
You sir are a genius!!  thanks so much James, did as you said, selected the pmagic iso I had copied to root, clicked Add and it works like a charm

so easy when you know how

;)

Re: Win10XPE Project General Discussions
« Reply #696 on: February 18, 2019, 05:04:19 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
Now with that done - If you ever Re-Create the XPE Boot.wim (add or remove program files from XPE)
You Just Need To Copy the New "Boot.wim" to the XPE Media /Sources/ Folder

Re: Win10XPE Project General Discussions
« Reply #697 on: February 18, 2019, 06:50:14 PM »

cretino

  • Chef
  • ***
  • Date Registered: Jan 2018
  • Posts: 240
hi James

@ Cretino
Here is your "R-Wipe & Clean" XPEPlugin Using The XPE Utility

no comment (the retouches of a master), thank you  :thumbsup:
updated file in pprevious post ...

@ dazza
Parted Magic can deal with ssd but remember SSD can only be written to a limited number of times ...


Re: Win10XPE Project General Discussions
« Reply #698 on: February 18, 2019, 08:07:20 PM »

dazza

  • Chef
  • ***
  • Date Registered: Jan 2017
  • Posts: 244
@ dazza
Parted Magic can deal with ssd but remember SSD can only be written to a limited number of times ...
Hi cretino, yes I have been testing various solutions and I think parted magic is the best for me as it fully supports secure erase for SSD and NVME which none of the other tools seem to do - hence negating the risk of writing too many times to an SSD by wiping the "old fashioned" way

Re: Win10XPE Project General Discussions
« Reply #699 on: February 19, 2019, 02:32:43 PM »

0scar

  • Code Baker
  • Chef
  • ***
  • Date Registered: Jan 2013
  • Posts: 309
@James
I get again the old error "Windows media player not installed properly and must be reinstalled" with the new  MS Windows Media Player 003 plugin, x86 mode.
Version 002 works OK.

 

Powered by EzPortal