Topic: Win10XPE Project  (Read 141391 times)

Re: Win10XPE Project
« Reply #200 on: June 02, 2018, 10:15:43 AM »

ChrisR

  • Moderator, XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
Well seen for NUMK in pecmd.ini, that's it  :thumbsup:
I added a txtreplace In Core plugin to change it.

I also changed the URL for PAssist_Std.exe  :thumbsup:. The address was good before
These URL change is a real concern for all the download plugins.

About PecmdAdmin.ini it just does the minimum for tsdiscon. Switch to Admin uses then the original pecmd.ini in the admin session.
Executing explorer in the system session should not be necessary, normally, the system session is no longer used.

I silently updated the package without changing the date  :embarrassed:
No time for PE this weekend.

Re: Win10XPE Project
« Reply #201 on: June 02, 2018, 10:25:51 AM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
It is not Your doing... Aomei very offen has server issues...
« Last Edit: June 02, 2018, 10:26:56 AM by James »

Re: Win10XPE Project
« Reply #202 on: June 02, 2018, 02:39:55 PM »

lvgandhi

  • Jr. Chef
  • **
  • Date Registered: Jul 2015
  • Posts: 71
ChrisR
I worked with modified file.
Thanks. Numlock works with out my changing pecmd.ini.
You have changed Aomei url in AOMEI Partition Assistant_XPE Script. I think it works only if url is changed in AOMEI Partition Assistant_XPE_File Script
I have put display driver in the folder shown copy drivers here. Still it is not working. Change in pecmd.ini as written by me before only works.
Still facility to change region settings in script is needed. If it exists,I am unaware.

Re: Win10XPE Project
« Reply #203 on: June 02, 2018, 04:38:04 PM »

teik

  • Chef
  • ***
  • Date Registered: Nov 2016
  • Posts: 250
Thank you very much for the update @ChrisR

Also thank @James for solving Chrome's fantaasma accesses by deleting them in the script startup. It is a solution at least so that they do not appear.

- How to change or translate the text that appears in the boot that says:
Quote
Switch Admin....

-How to change the name of Administrator to another name (It always appears in English)?

Regards.

Re: Win10XPE Project
« Reply #204 on: June 06, 2018, 02:05:34 PM »

ied206

  • Chef
  • ***
  • Location: South Korea
  • Date Registered: Jan 2014
  • Posts: 257
Thanks a lot for this great project, ChrisR!

Although it's a bit late, I started to test PEBakery with Win10XPE.
My goal is to make PEBakery 100% compatible with Win10XPE, and already fixed some bugs.
Ex) PEBakery Beta 4 had a bug in Retrieve,Dir (UserInput,Dir), fixed in nightly.

Also surprised to find part of Korean IME were already included in Win10XPE.
When my time permits, I will work on improving input system and locale support.

« Last Edit: June 06, 2018, 02:08:22 PM by ied206, Reason: typo »

Re: Win10XPE Project
« Reply #205 on: June 07, 2018, 10:08:31 AM »

APT

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

Well that would give us, in my opinion,  the best of both worlds :thumbsup: :thumbsup:
especially if ChrisR would do something about the Shortcut vagaries, some of the plugins i've altered for XPE just wont give me shortcuts, although that part of the script seems identical to ones that do, with the target dir correct and in the same place

regards APT

Re: Win10XPE Project
« Reply #206 on: June 09, 2018, 11:22:02 AM »

ChrisR

  • Moderator, XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
A bit late to answer, I was very busy this week

@lvgandhi
I will try to add an option for the format and another one for the TimeZone.
I will also correct the keyboard, it is not good as it is done for extended languages like korean...
To be safe, I will do it with dism /Set-InputLocale /Set-UserLocale /Set-TimeZone


@teik
With Win10XPE concept and with few options
I will not do in the interface but I'm going to add a variable in the script:
[Variables]
%AdminName%=Administrador

Currently, to add it manually on a building already done, you only need to change:
Replace All Administrator by its new localized name in System32\PecmdAdmin.ini
And the same in Windows\Security\Templates\unattend.inf


@ied206
Is there a way to download the nightly version ?
Nice to see PEbackery continue its way, it's a big dev and a long road! good luck.
And thanks for the next support of Win10XPE with Retrieve,Dir. It's good for both projects.

Yep, Korean IME is here because I saw that some Koreans guys appreciate and use the project, a pleasure to see their building and screenshot.
However, without the full software hive, there is some missing regsvr32 dll in current Korean IME (I do not know how to see it, CLSID classes are there!)
I will add a batch, launch at startup, as you did in WinPESE\Korean IME.
And I have ImeKR.script, ImeKR.cmd on hand, developed by flower3 to study.

I take the opportunity to say Hello to the other guys team.
I have not seen Misty around for a while. If I am responsible with Win10XPE, I am truly sorry. We need good guys like him around.


@APT
Are you sure you have the latest version ? it seemed to me that it was already fixed by waiting for the end of LetterSWap in pecmd.ini (with Equal added to wait)
Quote
EXEC =!%WinDir%\System32\LetterSwap.exe /auto /bootdrive Y:\CDUsb.y /Log %WinDir%\System32\LetterSwap.log
Unless there is another concern I don't know  ?

I should have more time next week
:cheers:
« Last Edit: June 09, 2018, 12:02:12 PM by ChrisR »

Re: Win10XPE Project
« Reply #207 on: June 09, 2018, 02:50:50 PM »

ied206

  • Chef
  • ***
  • Location: South Korea
  • Date Registered: Jan 2014
  • Posts: 257
Hello, ChrisR.

@ied206
Is there a way to download the nightly version ?
Nice to see PEbackery continue its way, it's a big dev and a long road! good luck.
And thanks for the next support of Win10XPE with Retrieve,Dir. It's good for both projects.

I edited PEBakery release thread to include nightly download url.
This nightly binary is updated automatically after every commit is pushed, so expect it to be updated often.

In my internal test, PEBakery's behavior slightly differ from WB082 when choosing path of Win 10 source (even though Retrieve,Dir bug was fixed). I will continue testing and fixing issues.

Yep, Korean IME is here because I saw that some Koreans guys appreciate and use the project, a pleasure to see their building and screenshot.
However, without the full software hive, there is some missing regsvr32 dll in current Korean IME (I do not know how to see it, CLSID classes are there!)
I will add a batch, launch at startup, as you did in WinPESE\Korean IME.
And I have ImeKR.script, ImeKR.cmd on hand, developed by flower3 to study.

Can I get information about flower3 and his/her work? Maybe I can improve it.

Re: Win10XPE Project
« Reply #208 on: June 09, 2018, 07:05:58 PM »

ChrisR

  • Moderator, XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
Hi ied206,

flower3 put a lot of things and personal config in his ImeKR script
To get a more general script, I reworked it.
* ImeKR.7z (2.81 kB - downloaded 62 times.)
« Last Edit: June 09, 2018, 10:00:32 PM by ChrisR, Reason: reworked script »

Re: Win10XPE Project
« Reply #209 on: June 09, 2018, 11:35:23 PM »

cretino

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

with this line in PecmdAdmin.ini ( and in the end the rest of pecmd.ini) right click mouse alarme disappear !! and there is no sound.
Code: [Select]
TEAM LOGS %WinDir%\System32\PecmdAdmin.log

LOGO %WinDir%\web\wallpaper\Windows\img0.jpg
TEXT Switch to Administrator, please wait... # 0xFFFFFF L59 T39 $20*

EXEC =!%WinDir%\System32\LetterSwap.exe /auto /bootdrive Y:\CDUsb.y /Log %WinDir%\System32\LetterSwap.log
EXEC !%WinDir%\System32\FixScreen.exe
EXEC =%WinDir%\System32\StartImDIsk.exe 50 % B: RAMDisk "NTFS Compressed" "B:\Temp"


IFEX X:\Users\Default\NTUSER.DAT,FILE X:\Users\Default\NTUSER.DAT
FILE %Windir%\System32\config\Default=>X:\Users\Default\NTUSER.DAT

REGI #HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\AutoAdminLogon=1
REGI HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\DefaultUserName=Administrator
REGI HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\DefaultPassword=""
REGI $HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Userinit=userinit.exe,Pecmd.exe MAIN -user %Windir%\System32\pecmd.ini

REGI HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList\Guest=#0
REGI HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\EnableSIHostIntegration=#0

REGI HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-18\ProfileImagePath=X:\Users\Administrator

// Force the administrator name whatever language
EXEC != secedit.exe /configure /db %WinDir%\security\database\unattend.sdb /cfg %WinDir%\security\templates\unattend.inf /log %WinDir%\security\logs\unattend.log

EXEC !=startnet.exe -wg WORKGROUP

EXEC !=SC start seclogon
EXEC !%WinDir%\System32\tsdiscon.exe

LOGO %WinDir%\web\wallpaper\Windows\img0.jpg
TEAM DISP W1024 H768 B32|DISP W1366 H768 B32
TEXT System configuration, Please Wait...#0xFFFFFF L59 T39 $20*

INIT IU,3000

EXEC !%WinDir%\System32\winpeshl.exe

....
only this 4 give alarme with right click mouse
Code: [Select]
http://imgbox.com/nm8jBn7D
and penetwork give this alarme
Code: [Select]
http://imgbox.com/BEs4hmGC

Re: Win10XPE Project
« Reply #210 on: June 11, 2018, 12:32:25 AM »

ChrisR

  • Moderator, XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
Hi cretino,
I mainly use x64 builds. I tried with x86 source
I do not have the sound at startup too!
If I try to play again Windows\media\startup.mp3, it then works!
I have also a problem with Pintool, error 3221226505, no idea!

By cons, I found for the right click, it does not seem related to PecmdAdmin.ini.
In StartIsBack advanced properties, if we enable "Remove Pin to Start from shell context menus", it seems to work
You can change it in SIB_RegDefault.txt:
Code: [Select]
"StartIsApps"=dword:00000000
==>
"StartIsApps"=dword:00000001

Weird these problems with x86 only  :confused:
« Last Edit: June 11, 2018, 12:36:21 AM by ChrisR »

Re: Win10XPE Project
« Reply #211 on: June 11, 2018, 09:24:41 PM »

ChrisR

  • Moderator, XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
@cretino
Forget the previous change in PecmdAdmin.ini
I looked at why Pintool did not work in x86 builds.
And with some additions in Explorer plugin, it seems to work now and at the same time also the right click mouse and the sound.
 
If you can try, unpack Explorer.7z in Projects\Win10XPE\Features
 Explorer.7z (6.23 kB - downloaded 9 times.)

For the sound, adds WAIT 250 after loading hdaudio.inf
Code: [Select]
//Install HDAudio driver sound cards
DEVI %WinDir%\inf\hdaudio.inf
WAIT 250

I continue on keyboard, format and timezone and I will update the package then.
« Last Edit: June 13, 2018, 11:52:33 PM by ChrisR, Reason: Explorer.7z removed »

Re: Win10XPE Project
« Reply #212 on: June 12, 2018, 11:13:04 PM »

cretino

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

with  StartIsApps 0
 Switch to Admin 0
  -right click mouse alarm and no sound
 Switch to Admin 1
Code: [Select]
http://imgbox.com/4I1qZeOK

with  StartIsApps 1
 Switch to Admin 0
  -only no sound
 Switch to Admin 1
same problem as befor

nb: with MPC-BE_XPE enable the sound work on Firefox (youtube) but when i logged in linkedin or fb there is no sound and no video..

Thank you for your efforts...

Re: Win10XPE Project
« Reply #213 on: June 13, 2018, 12:03:54 AM »

cretino

  • Chef
  • ***
  • Date Registered: Jan 2018
  • Posts: 240
hi hi ChrisR
i think that the right click mouse erreur is from Explorer & Explorer_AddFiles ..
i have copied Explorer & Explorer_AddFiles  to the Win10XPE_2018-05-17
Code: [Select]
http://imgbox.com/c9mMcPgc
i think the first weretw folder is from sound problem or one process that running in background...
i willmake more test ..

edit
its from Explorer_AddFiles.txt
« Last Edit: June 13, 2018, 12:16:44 AM by cretino »

Re: Win10XPE Project
« Reply #214 on: June 13, 2018, 02:30:57 AM »

cretino

  • Chef
  • ***
  • Date Registered: Jan 2018
  • Posts: 240
hi ChrisR
i found it  :smile:
it was from StartTileData.dll (uncommented in Explorer_AddFiles  ;\Windows\System32\StartTileData.dll)
 the error disappear (weretw folder  also )
Code: [Select]
http://imgbox.com/xeiz9Kp4
remain only Switch to Admin ...

Re: Win10XPE Project
« Reply #215 on: June 13, 2018, 09:04:57 AM »

ChrisR

  • Moderator, XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
Thanks, Yes StartTileData.dll is required as well as Windows.CloudStore.dll...
They are used for the cache of the Start Menu Layout
They are already included in Explorer.7z in Reply #211

Without the Full Software hive (already included), we need to add the following registry key:
RegCopy,HKLM,Tmp_Software\Microsoft\Windows\CurrentVersion\CloudStore

No problem here with Switch to Admin!

#
Youtube uses flash html5 but FB, probably linkedin use, i beleive, windows Media Foundation which is close to DirectShow.
It is not developed currently maybe you can work on it (qasf.dll,WMVCore.dll,mp3dmod.dll,...)

Re: Win10XPE Project
« Reply #216 on: June 13, 2018, 11:41:57 PM »

cretino

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

Thank you  :thumbsup:
added the key and StartTileData.dll , ist ok (you save me time , i was looking in procpedia for his depency ...)

Re: Win10XPE Project
« Reply #217 on: June 13, 2018, 11:45:40 PM »

ChrisR

  • Moderator, XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
procpedia, you mean procmon.exe ?
procmon is the tool for that  :thumbsup:

Re: Win10XPE Project
« Reply #218 on: June 13, 2018, 11:48:43 PM »

ChrisR

  • Moderator, XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
Win10XPE_2018-06-14 update

Build Core: In addition to the keyboard, corrected now for extended languages, en-US keyboard added as 2nd choice, you can choose:
   Format: to choose the default settings for formatting dates, times, currency, and numbers.
   TimeZone: to sets the default time zone. The display uses the Time Zone ID here. Use 'TZUTIL /L' for correspondence with the Windows display name.
   For these 3 choices you can choose between Default (original from winre.wim), HostOS (Imported international information from Host) or one of the values.
   The plugin uses DISM Languages and International Servicing Command-Line Options
Explorer: Addition for x86 builds to fix application errors: Pintool, right click context menu...
StartIsBack++: Updated to version 2.6.4
ImeKR: Complements to Korean IME Support. Register dll at startup if the full software hive is not used.
ImeTC: New Chinese TC IME Support
Msi: New Msi Windows Installer
Admin: Ability to change the "localized" administrator name with a variable included in Admin.script: %AdminName%=Administrateur
And others minor things...

ila_rendered

Re: Win10XPE Project
« Reply #219 on: June 14, 2018, 12:01:21 AM »

cretino

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

yes  procmon ( from Sysinternals)  :embarrassed:
thank you for the update im testing now ...
(i already tested with StartIsBack 2.6.4 before but not compatible with rs5)

 

Powered by EzPortal