Topic: Win10XPE Project General Discussions  (Read 107254 times)

Re: Win10XPE Project General Discussions
« Reply #540 on: January 11, 2019, 11:56:43 PM »

ChrisR

  • Moderator, XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
Thanks for the plugins and updates  :thumbsup:
Noted that the free version of MiniTool Partition Wizard 10.3 does not work in WinPE,
when opening it displays the message: "Only registered version can be run un Windows PE Environment."
That's why I put the free version 9.0.1 in Win10XPE package.
I guess it must be good with the Pro version but I don't have any key to test it.

Re: Win10XPE Project General Discussions
« Reply #541 on: January 12, 2019, 12:15:30 AM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
Good to know as I was testing with reg file
Thanks for the feedback...
« Last Edit: January 12, 2019, 12:18:10 AM by James »

Re: Win10XPE Project General Discussions
« Reply #542 on: January 12, 2019, 01:39:28 AM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
they also have a pro-demo version - beside free
Code: [Select]
https://www.partitionwizard.com/download/10.3/pw103-pro-demo.exe

Edit:
Just tested all version of MT Partition Wizard in PE - Every edition requires registered version
So Key File has to Be Present in Program Folder - to work in PE
Will Edit Post To Clearly State That fact
« Last Edit: January 12, 2019, 02:17:52 AM by James »

Re: Win10XPE Project General Discussions
« Reply #543 on: January 12, 2019, 03:35:49 AM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
Using 1809 x64 with 128 Optional Plugins + All XPE Features = 6.18GB Target Folder > 2.60GB ISO

Re: Win10XPE Project General Discussions
« Reply #544 on: January 12, 2019, 08:10:33 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
ShowKeyPlus Updated To Program Version 1.0.6919

Re: Win10XPE Project General Discussions
« Reply #545 on: January 15, 2019, 10:23:56 AM »
  • Location: Israel
  • Date Registered: Dec 2017
  • Posts: 444
Is there any way to make the temp folder redirect to RAM disk if its created?

Re: Win10XPE Project General Discussions
« Reply #546 on: January 16, 2019, 01:09:04 AM »

bob.omb

  • Code Baker
  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Jul 2017
  • Posts: 1261
Code: [Select]
IF EXIST [RamdiskLetter]:\ SET TEMP=ANYWHERE

ila_rendered

And/or

Code: [Select]
HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment
« Last Edit: January 17, 2019, 03:46:30 AM by bob.omb »

Re: Win10XPE Project General Discussions
« Reply #547 on: January 16, 2019, 11:16:06 PM »

bob.omb

  • Code Baker
  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Jul 2017
  • Posts: 1261
For Windows Defender Offline, are you able to update definitions with that or are they static?

Re: Win10XPE Project General Discussions
« Reply #548 on: January 17, 2019, 01:20:07 AM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
as long as you have internet connection...
definitions are actually updated and/or used from inside scanned Host OS
« Last Edit: January 17, 2019, 01:26:27 AM by James »

Re: Win10XPE Project General Discussions
« Reply #549 on: January 17, 2019, 11:36:27 AM »
  • Location: Israel
  • Date Registered: Dec 2017
  • Posts: 444
[codebox]
IF EXIST [RamdiskLetter]:\ SET TEMP=ANYWHERE

Iniread,%ProjectDir%\Script.Project,Features,ImDisk.Script,%ImDisk%
If,%ImDisk%,Equal,True, SET TEMP=B:\TEMP

This good?

Re: Win10XPE Project General Discussions
« Reply #550 on: January 17, 2019, 11:58:58 AM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
Code: [Select]
Iniread,%ProjectDir%\Script.Project,Features,ImDisk,%ImDiskVar%
If,%ImDiskVar%,Equal,True, Begin
RegHiveLoad,Tmp_Default,%RegDefault%
RegWrite,HKLM,0x2,Tmp_Default\Environment,TEMP,B:\TEMP
RegHiveUnLoad,Tmp_Default
End
« Last Edit: January 17, 2019, 12:14:52 PM by James »

Re: Win10XPE Project General Discussions
« Reply #551 on: January 17, 2019, 12:14:40 PM »
  • Location: Israel
  • Date Registered: Dec 2017
  • Posts: 444
Code: [Select]
Iniread,%ProjectDir%\Script.Project,Features,ImDisk,%ImDiskResult%
If,%ImDiskResult%,Equal,True, Begin
RegHiveLoad,Tmp_Default,%RegDefault%
RegWrite,HKLM,0x2,Tmp_Default\Environment,TEMP,B:\TEMP
RegHiveUnLoad,Tmp_Default
End

You are all so awesome. will test.

Re: Win10XPE Project General Discussions
« Reply #552 on: January 17, 2019, 12:34:36 PM »
  • Location: Israel
  • Date Registered: Dec 2017
  • Posts: 444
had to do this.

Code: [Select]
Iniread,%ProjectDir%\Script.Project,Features,ImDisk,%ImDisk%
If,%ImDisk%,Equal,True, Begin
RegWrite,HKLM,0x2,Tmp_Default\Environment,TEMP,B:\TEMP
End

Re: Win10XPE Project General Discussions
« Reply #553 on: January 17, 2019, 12:48:06 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
you must of had Hive loaded already..
As %imDisk- Result-Variable% would not of mattered..

Re: Win10XPE Project General Discussions
« Reply #554 on: January 17, 2019, 12:57:00 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
But anyway your "Had to do this" is based upon the context of your script..
 :thumbsup:

Re: Win10XPE Project General Discussions
« Reply #555 on: January 17, 2019, 12:58:46 PM »
  • Location: Israel
  • Date Registered: Dec 2017
  • Posts: 444
i was using the additions section to add this. and kept on getting load errors as well as index

[Failed] RegHiveLoad - Failed to load registry hive: [Tmp_Default] From file: [%BaseDir%\Target_x64\Windows\System32\config\Default]: Unknown error
[Failed] List index out of bounds (4): [Exec,%ScriptAfer_FileBox%,Process]

Re: Win10XPE Project General Discussions
« Reply #556 on: January 17, 2019, 01:08:19 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
A1) Hive was already loaded
A2) Iniread,%ProjectDir%\Script.Project,Features,ImDisk.Script,%ImDisk%

Re: Win10XPE Project General Discussions
« Reply #557 on: January 17, 2019, 04:37:38 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
I have had a little feedback about > Windows Defender Offline
It appears it does not launch if Plugin set to "Run From USB" - so set plugin to "Run From Ram"
While testing I had changed %ProgramFolder% and it would not launch

SO, It appears the program.exe is looking for things to be in certain location(s)

Windows Defender Offline - is a feature of windows 10 - when triggered WinRE is launched and then runs the program.exe
If anyone else can also confirm USB/RAM results - I will set plugin to "Run From Ram" as the only default
« Last Edit: January 17, 2019, 04:39:17 PM by James »

Re: Win10XPE Project General Discussions
« Reply #558 on: January 17, 2019, 07:26:43 PM »

JohnC

  • Jr. Chef
  • **
  • Location: Germany
  • Date Registered: Oct 2018
  • Posts: 27
Test works with RAM Option.
Thanks James :thumbsup:

I have had a little feedback about > Windows Defender Offline
It appears it does not launch if Plugin set to "Run From USB" - so set plugin to "Run From Ram"
While testing I had changed %ProgramFolder% and it would not launch

SO, It appears the program.exe is looking for things to be in certain location(s)

Windows Defender Offline - is a feature of windows 10 - when triggered WinRE is launched and then runs the program.exe
If anyone else can also confirm USB/RAM results - I will set plugin to "Run From Ram" as the only default

Re: Win10XPE Project General Discussions
« Reply #559 on: January 17, 2019, 08:33:15 PM »
  • Location: Israel
  • Date Registered: Dec 2017
  • Posts: 444
@James.
Firstly thank you for all the new add-ons.

I see that all of them check if the build is x64. Is this needed if there if the add-on has both 32 & 64 bit apps?

If yes. Even though you get a warning does it still process the script and add it.

 

Powered by EzPortal