Topic: Win10XPE Project General Discussions  (Read 107201 times)

Re: Win10XPE Project General Discussions
« Reply #1580 on: August 29, 2020, 01:02:02 PM »

andyger1991

  • Apprentice
  • *
  • Date Registered: Aug 2020
  • Posts: 1
Hey Guys,

the Creator of Wiztree Free has changed the SetupUrl for the Portable Version since Version 3.3.4.

Old: https:// antibody-software.com/files/wiztree_%ProgramVer%_portable.zip
New: https:// wiztreefree.com/files/wiztree_%ProgramVer%_portable.zip


Re: Win10XPE Project General Discussions
« Reply #1581 on: August 29, 2020, 01:18:02 PM »

APT

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

thanks for reporting

Re: Win10XPE Project General Discussions
« Reply #1582 on: August 30, 2020, 11:06:18 PM »

tgparker2011

  • Jr. Chef
  • **
  • Location: USA
  • Date Registered: Dec 2011
  • Posts: 25
Hi there!  :thumbsup:

Am I supposed to post my Win10XPE questions and comments to this thread?  :confused: :confused: :confused:

I just recently successfully built my first "vanilla" "out of the box" Win10XPE Project.  :great:

I've forgotten almost everything I learned last time I was using Winbuilder back in the "Old Days" of WinXP and Win7, so I'm reaching out for help!  :thumbsup: :grin: :tongue:

Blessings & Best Wishes ALL Win10XPE Fans!  :great: :thumbsup: :w00t: :smile:

TG (Old Fart)  :lol: :grin: :great: :thumbsup:

Re: Win10XPE Project General Discussions
« Reply #1583 on: September 05, 2020, 10:52:21 AM »

gbrao

  • Chef
  • ***
  • Date Registered: Sep 2011
  • Posts: 258
The registry section in the NSudo script seem to be incorrect.
Code: [Select]
RegWrite,HKLM,0x1,Tmp_Software\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\NSudo.RunAs.System\command,,"#$q%PE_Programs%\%ProgramFolder%\NSudo.exe#$q -U:S -P:E #$q#$q#$p1#$q#$q"
and
RegWrite,HKLM,0x1,Tmp_Software\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\NSudo.RunAs.TrustedInstaller\command,,"#$q%PE_Programs%\%ProgramFolder%\NSudo.exe#$q -U:T -P:E #$q#$q#$p1#$q#$q"
The exe file should be NSudoLC.exe or NSudoLG.exe.
And I think the double double-quotes should be a single double-quote.

This is what I use, converted from the NSudo_Launcher_Installer_AIO.
Code: [Select]
RegHiveLoad,Tmp_Software,%RegSoftware%
RegWrite,HKLM,0x1,Tmp_Software\Classes\batfile\shell\NSudo,SubCommands,NSudo.RunAs.TrustedInstaller;NSudo.RunAs.TrustedInstaller.EnableAllPrivileges;NSudo.RunAs.System;NSudo.RunAs.System.EnableAllPrivileges;
RegWrite,HKLM,0x1,Tmp_Software\Classes\batfile\shell\NSudo,MUIVerb,NSudo
RegWrite,HKLM,0x1,Tmp_Software\Classes\batfile\shell\NSudo,Icon,"%PE_Programs%\%ProgramFolder%\NSudoLG.exe"
RegWrite,HKLM,0x1,Tmp_Software\Classes\batfile\shell\NSudo,Position,1
RegWrite,HKLM,0x1,Tmp_Software\Classes\cmdfile\shell\NSudo,SubCommands,NSudo.RunAs.TrustedInstaller;NSudo.RunAs.TrustedInstaller.EnableAllPrivileges;NSudo.RunAs.System;NSudo.RunAs.System.EnableAllPrivileges;
RegWrite,HKLM,0x1,Tmp_Software\Classes\cmdfile\shell\NSudo,MUIVerb,NSudo
RegWrite,HKLM,0x1,Tmp_Software\Classes\cmdfile\shell\NSudo,Icon,"%PE_Programs%\%ProgramFolder%\NSudoLG.exe"
RegWrite,HKLM,0x1,Tmp_Software\Classes\cmdfile\shell\NSudo,Position,1
RegWrite,HKLM,0x1,Tmp_Software\Classes\exefile\shell\NSudo,SubCommands,NSudo.RunAs.TrustedInstaller;NSudo.RunAs.TrustedInstaller.EnableAllPrivileges;NSudo.RunAs.System;NSudo.RunAs.System.EnableAllPrivileges;
RegWrite,HKLM,0x1,Tmp_Software\Classes\exefile\shell\NSudo,MUIVerb,NSudo
RegWrite,HKLM,0x1,Tmp_Software\Classes\exefile\shell\NSudo,Icon,"%PE_Programs%\%ProgramFolder%\NSudoLG.exe"
RegWrite,HKLM,0x1,Tmp_Software\Classes\exefile\shell\NSudo,Position,1
RegWrite,HKLM,0x1,Tmp_Software\Classes\inffile\shell\NSudo,SubCommands,NSudo.RunAs.TrustedInstaller;NSudo.RunAs.TrustedInstaller.EnableAllPrivileges;NSudo.RunAs.System;NSudo.RunAs.System.EnableAllPrivileges;
RegWrite,HKLM,0x1,Tmp_Software\Classes\inffile\shell\NSudo,MUIVerb,NSudo
RegWrite,HKLM,0x1,Tmp_Software\Classes\inffile\shell\NSudo,Icon,"%PE_Programs%\%ProgramFolder%\NSudoLG.exe"
RegWrite,HKLM,0x1,Tmp_Software\Classes\inffile\shell\NSudo,Position,1
RegWrite,HKLM,0x1,Tmp_Software\Classes\Microsoft.PowerShellScript.1\Shell\NSudo,MUIVerb,NSudo
RegWrite,HKLM,0x1,Tmp_Software\Classes\Microsoft.PowerShellScript.1\Shell\NSudo,Icon,"%PE_Programs%\%ProgramFolder%\NSudoLG.exe"
RegWrite,HKLM,0x1,Tmp_Software\Classes\Microsoft.PowerShellScript.1\Shell\NSudo,Position,1
RegWrite,HKLM,0x1,Tmp_Software\Classes\Microsoft.PowerShellScript.1\Shell\NSudo,SubCommands,
RegWrite,HKLM,0x1,Tmp_Software\Classes\Microsoft.PowerShellScript.1\Shell\NSudo\Shell\NSudo.RunAs.System,,"Run As System"
RegWrite,HKLM,0x1,Tmp_Software\Classes\Microsoft.PowerShellScript.1\Shell\NSudo\Shell\NSudo.RunAs.System,HasLUAShield,
RegWrite,HKLM,0x1,Tmp_Software\Classes\Microsoft.PowerShellScript.1\Shell\NSudo\Shell\NSudo.RunAs.System\command,,"#$q%PE_Programs%\%ProgramFolder%\NSudoLG.exe#$q -U:S #$qC:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe#$q #$q-Command#$q #$qif((Get-ExecutionPolicy ) -ne 'AllSigned') { Set-ExecutionPolicy -Scope Process Bypass }; & '#$p1'#$q"
RegWrite,HKLM,0x1,Tmp_Software\Classes\Microsoft.PowerShellScript.1\Shell\NSudo\Shell\NSudo.RunAs.System.EnableAllPrivileges,,"Run As System (Enable All Privileges)"
RegWrite,HKLM,0x1,Tmp_Software\Classes\Microsoft.PowerShellScript.1\Shell\NSudo\Shell\NSudo.RunAs.System.EnableAllPrivileges,HasLUAShield,
RegWrite,HKLM,0x1,Tmp_Software\Classes\Microsoft.PowerShellScript.1\Shell\NSudo\Shell\NSudo.RunAs.System.EnableAllPrivileges\command,,"#$q%PE_Programs%\%ProgramFolder%\NSudoLG.exe#$q -U:S -P:E #$qC:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe#$q #$q-Command#$q #$qif((Get-ExecutionPolicy ) -ne 'AllSigned') { Set-ExecutionPolicy -Scope Process Bypass }; & '#$p1'#$q"
RegWrite,HKLM,0x1,Tmp_Software\Classes\Microsoft.PowerShellScript.1\Shell\NSudo\Shell\NSudo.RunAs.TrustedInstaller,,"Run As TrustedInstaller"
RegWrite,HKLM,0x1,Tmp_Software\Classes\Microsoft.PowerShellScript.1\Shell\NSudo\Shell\NSudo.RunAs.TrustedInstaller,HasLUAShield,
RegWrite,HKLM,0x1,Tmp_Software\Classes\Microsoft.PowerShellScript.1\Shell\NSudo\Shell\NSudo.RunAs.TrustedInstaller\command,,"#$q%PE_Programs%\%ProgramFolder%\NSudoLG.exe#$q -U:T #$qC:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe#$q #$q-Command#$q #$qif((Get-ExecutionPolicy ) -ne 'AllSigned') { Set-ExecutionPolicy -Scope Process Bypass }; & '#$p1'#$q"
RegWrite,HKLM,0x1,Tmp_Software\Classes\Microsoft.PowerShellScript.1\Shell\NSudo\Shell\NSudo.RunAs.TrustedInstaller.EnableAllPrivileges,,"Run As TrustedInstaller (Enable All Privileges)"
RegWrite,HKLM,0x1,Tmp_Software\Classes\Microsoft.PowerShellScript.1\Shell\NSudo\Shell\NSudo.RunAs.TrustedInstaller.EnableAllPrivileges,HasLUAShield,
RegWrite,HKLM,0x1,Tmp_Software\Classes\Microsoft.PowerShellScript.1\Shell\NSudo\Shell\NSudo.RunAs.TrustedInstaller.EnableAllPrivileges\command,,"#$q%PE_Programs%\%ProgramFolder%\NSudoLG.exe#$q -U:T -P:E #$qC:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe#$q #$q-Command#$q #$qif((Get-ExecutionPolicy ) -ne 'AllSigned') { Set-ExecutionPolicy -Scope Process Bypass }; & '#$p1'#$q"
RegWrite,HKLM,0x1,Tmp_Software\Classes\Python\shell\NSudo,SubCommands,NSudo.RunAs.TrustedInstaller;NSudo.RunAs.TrustedInstaller.EnableAllPrivileges;NSudo.RunAs.System;NSudo.RunAs.System.EnableAllPrivileges;
RegWrite,HKLM,0x1,Tmp_Software\Classes\Python\shell\NSudo,MUIVerb,NSudo
RegWrite,HKLM,0x1,Tmp_Software\Classes\Python\shell\NSudo,Icon,"%PE_Programs%\%ProgramFolder%\NSudoLG.exe"
RegWrite,HKLM,0x1,Tmp_Software\Classes\Python\shell\NSudo,Position,1
RegWrite,HKLM,0x1,Tmp_Software\Classes\regfile\shell\NSudo,SubCommands,NSudo.RunAs.TrustedInstaller;NSudo.RunAs.TrustedInstaller.EnableAllPrivileges;NSudo.RunAs.System;NSudo.RunAs.System.EnableAllPrivileges;
RegWrite,HKLM,0x1,Tmp_Software\Classes\regfile\shell\NSudo,MUIVerb,NSudo
RegWrite,HKLM,0x1,Tmp_Software\Classes\regfile\shell\NSudo,Icon,"%PE_Programs%\%ProgramFolder%\NSudoLG.exe"
RegWrite,HKLM,0x1,Tmp_Software\Classes\regfile\shell\NSudo,Position,1
RegWrite,HKLM,0x1,Tmp_Software\Classes\VBSFile\Shell\NSudo,SubCommands,NSudo.RunAs.TrustedInstaller;NSudo.RunAs.TrustedInstaller.EnableAllPrivileges;NSudo.RunAs.System;NSudo.RunAs.System.EnableAllPrivileges;
RegWrite,HKLM,0x1,Tmp_Software\Classes\VBSFile\Shell\NSudo,MUIVerb,NSudo
RegWrite,HKLM,0x1,Tmp_Software\Classes\VBSFile\Shell\NSudo,Icon,"%PE_Programs%\%ProgramFolder%\NSudoLG.exe"
RegWrite,HKLM,0x1,Tmp_Software\Classes\VBSFile\Shell\NSudo,Position,1
RegWrite,HKLM,0x1,Tmp_Software\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\NSudo.RunAs.System,,"Run As System"
RegWrite,HKLM,0x1,Tmp_Software\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\NSudo.RunAs.System,HasLUAShield,
RegWrite,HKLM,0x1,Tmp_Software\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\NSudo.RunAs.System\command,,"#$q%PE_Programs%\%ProgramFolder%\NSudoLG.exe#$q -U:S -ShowWindowMode=Hide cmd /c start #$qNSudo.ContextMenu.Launcher#$q #$q#$p1#$q"
RegWrite,HKLM,0x1,Tmp_Software\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\NSudo.RunAs.System.EnableAllPrivileges,,"Run As System (Enable All Privileges)"
RegWrite,HKLM,0x1,Tmp_Software\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\NSudo.RunAs.System.EnableAllPrivileges,HasLUAShield,
RegWrite,HKLM,0x1,Tmp_Software\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\NSudo.RunAs.System.EnableAllPrivileges\command,,"#$q%PE_Programs%\%ProgramFolder%\NSudoLG.exe#$q -U:S -P:E -ShowWindowMode=Hide cmd /c start #$qNSudo.ContextMenu.Launcher#$q #$q#$p1#$q"
RegWrite,HKLM,0x1,Tmp_Software\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\NSudo.RunAs.TrustedInstaller,,"Run As TrustedInstaller"
RegWrite,HKLM,0x1,Tmp_Software\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\NSudo.RunAs.TrustedInstaller,HasLUAShield,
RegWrite,HKLM,0x1,Tmp_Software\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\NSudo.RunAs.TrustedInstaller\command,,"#$q%PE_Programs%\%ProgramFolder%\NSudoLG.exe#$q -U:T -ShowWindowMode=Hide cmd /c start #$qNSudo.ContextMenu.Launcher#$q #$q#$p1#$q"
RegWrite,HKLM,0x1,Tmp_Software\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\NSudo.RunAs.TrustedInstaller.EnableAllPrivileges,,"Run As TrustedInstaller (Enable All Privileges)"
RegWrite,HKLM,0x1,Tmp_Software\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\NSudo.RunAs.TrustedInstaller.EnableAllPrivileges,HasLUAShield,
RegWrite,HKLM,0x1,Tmp_Software\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\NSudo.RunAs.TrustedInstaller.EnableAllPrivileges\command,,"#$q%PE_Programs%\%ProgramFolder%\NSudoLG.exe#$q -U:T -P:E -ShowWindowMode=Hide cmd /c start #$qNSudo.ContextMenu.Launcher#$q #$q#$p1#$q"
RegHiveUnLoad,Tmp_Software
Some of it is unnecessary like python and vbs.

Re: Win10XPE Project General Discussions
« Reply #1584 on: September 27, 2020, 11:07:00 AM »

gbrao

  • Chef
  • ***
  • Date Registered: Sep 2011
  • Posts: 258
Is there a firadisk or svbus plugin for Win10XPE ?

I got Win10XPE booting from a VHD (via botmgr).

I would like to boot the VHD from g4d, like I boot my other VHDs.

EDIT : Worked around this prob.
Added reg entries. And used 'Include drivers' in XPE.
Works OK. Booted from memory via g4d.
« Last Edit: September 27, 2020, 02:48:27 PM by gbrao »

Re: Win10XPE Project General Discussions
« Reply #1585 on: September 28, 2020, 08:48:26 PM »

anQS

  • Jr. Chef
  • **
  • Date Registered: Aug 2020
  • Posts: 12
when i run macrium reflect, icons become white icons and it is impossible to run programs from these icons - error
   
it is fixed only by restarting the explorer in the task manager

Re: Win10XPE Project General Discussions
« Reply #1586 on: September 29, 2020, 11:32:25 AM »

APT

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

when i run macrium reflect, icons become white icons and it is impossible to run programs from these icons - error
   
it is fixed only by restarting the explorer in the task manager

It doesn't happen on my builds, so you need to give more info on the issue, eg Is it using the latest XPE distribution - Win10XPE_2019-11-20.7z if not what are you using, I can see your using 2004 and the macrium bld no. Is it always the same icons affected or is it random? etc,etc - maybe submit a  build log, not for any errors but all the additional info it gives. just 7z the log and attach to your post.

ila_rendered

Re: Win10XPE Project General Discussions
« Reply #1587 on: September 29, 2020, 11:55:14 AM »

dazza

  • Chef
  • ***
  • Date Registered: Jan 2017
  • Posts: 244
Is it using the latest XPE distribution - Win10XPE_2019-11-20.7z if not what are you using
N.B. Latest Win10XPE build is actually dated 2020-09-28 - http://win10se.cwcodes.net/Compressed/

Re: Win10XPE Project General Discussions
« Reply #1588 on: September 29, 2020, 12:22:44 PM »

APT

  • Grand Chef
  • *****
  • winpe enthusiast
  • Location: UK
  • Date Registered: Nov 2012
  • Posts: 1150
Is it using the latest XPE distribution - Win10XPE_2019-11-20.7z if not what are you using
N.B. Latest Win10XPE build is actually dated 2020-09-28 - http://win10se.cwcodes.net/Compressed/

sorry, your correct - just a typo type mistake, I'm actually using it :thumbsup:

Re: Win10XPE Project General Discussions
« Reply #1589 on: September 29, 2020, 01:19:22 PM »

anQS

  • Jr. Chef
  • **
  • Date Registered: Aug 2020
  • Posts: 12
APT
xpe distribution- Win10XPE_2020-09-28, source- 19041_264, but i found the reason- it was on Enterprise source, my host system-PRO, when i build xpe on PRO source - all OK with macrium and icons.

Re: Win10XPE Project General Discussions
« Reply #1590 on: October 16, 2020, 10:45:46 AM »

anQS

  • Jr. Chef
  • **
  • Date Registered: Aug 2020
  • Posts: 12
the program stopped working, error http://images.vfl.ru/ii/1602844957/2a8e6878/31958454.png
nothing has changed in the system, distribution kit 19041_264, on which there were no problems with creating Win10XPE.

Re: Win10XPE Project General Discussions
« Reply #1591 on: October 16, 2020, 11:17:01 AM »

APT

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

it would help if you posted your error log, instead of a snippit, save your log as an html file and 7zip it, then attach to your post.

Are you sure an exception to you Win10XPE folder has been made in your A/V?

Re: Win10XPE Project General Discussions
« Reply #1592 on: October 16, 2020, 11:32:40 AM »

anQS

  • Jr. Chef
  • **
  • Date Registered: Aug 2020
  • Posts: 12
Hi anQS

it would help if you posted your error log, instead of a snippit, save your log as an html file and 7zip it, then attach to your post.

Are you sure an exception to you Win10XPE folder has been made in your A/V?

All partition with Win10XPE_2020-09-28 folder in AV exceptions, when creating a new project, I will make the correct log file.

Re: Win10XPE Project General Discussions
« Reply #1593 on: October 16, 2020, 01:08:41 PM »

anQS

  • Jr. Chef
  • **
  • Date Registered: Aug 2020
  • Posts: 12
Hi anQS

 save your log as an html file and 7zip it

Re: Win10XPE Project General Discussions
« Reply #1594 on: October 16, 2020, 04:17:57 PM »

APT

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

there appears to be a problem with gwt.exe downloading the x64 files to the project tools dir at the moment. It should only affect new first runs of the project. Hopefully just a temporary glitch.
You may be able to overcome it meanwhile by copying the ....\Projects\Tools\x64 folder and it's sub directories from your original build to this one if you have it.

* confirm it does work if you can manually copy over these files/folder from a previous/A.N.other build  :thumbsup:

ila_rendered
« Last Edit: October 16, 2020, 05:04:13 PM by APT »

Re: Win10XPE Project General Discussions
« Reply #1595 on: October 16, 2020, 07:05:54 PM »

anQS

  • Jr. Chef
  • **
  • Date Registered: Aug 2020
  • Posts: 12
* confirm it does work if you can manually copy over these files/folder from a previous/A.N.other build  :thumbsup:
dont work in actual version, also dont work in 10XPE  version- december 2019 (others version i have not found)

Re: Win10XPE Project General Discussions
« Reply #1596 on: October 16, 2020, 07:20:43 PM »

APT

  • Grand Chef
  • *****
  • winpe enthusiast
  • Location: UK
  • Date Registered: Nov 2012
  • Posts: 1150
dont work in actual version, also dont work in 10XPE  version- december 2019 (others version i have not found)

strange, works every time for me, do you get the same error or different.

so the x64 dir you copy has 3 subfolders and 32 files -Yes?
also out of interest is the x86 dir fully populated with 3 folders and 32 files?
« Last Edit: October 16, 2020, 07:40:59 PM by APT »

Re: Win10XPE Project General Discussions
« Reply #1597 on: October 17, 2020, 08:54:17 AM »

anQS

  • Jr. Chef
  • **
  • Date Registered: Aug 2020
  • Posts: 12
everything started working when I transferred the contents of the folder \Projects\Tools\x86 after an error without leaving the program in \Projects\Tools\x64 and ran again "Create ISO".

Re: Win10XPE Project General Discussions
« Reply #1598 on: October 17, 2020, 09:35:21 AM »

APT

  • Grand Chef
  • *****
  • winpe enthusiast
  • Location: UK
  • Date Registered: Nov 2012
  • Posts: 1150
everything started working when I transferred the contents of the folder \Projects\Tools\x86 after an error without leaving the program in \Projects\Tools\x64 and ran again "Create ISO".

The files in x86 are all different versions to x64, so not sure what happens when you try to boot

* appears to be only the BCDBoot files failing to be 'imported ' to the ...\Win10XPE\Projects\Tools\ADK_6\amd64  directory

« Last Edit: October 17, 2020, 10:23:06 AM by APT »

Re: Win10XPE Project General Discussions
« Reply #1599 on: October 17, 2020, 11:53:37 AM »

3rik

  • Apprentice
  • *
  • Date Registered: Oct 2020
  • Posts: 5
im having the same issue, but i dont have an old version to copy the folders from. would someone be able to link them? Thanks.

 

Powered by EzPortal