Search found 291 matches

by Homes32
Wed 12 Aug, 2026 11:38 pm
Forum: PhoenixPE
Topic: PhoenixPE Project
Replies: 911
Views: 396938

Re: PhoenixPE Project

@oscar

Mirroring your configuration I still can not reproduce this.

Your build log shows that you are successfully writing 0 to the SearchboxTaskbarMode reg key.


[Success] Echo - Processing Tweaks 2... (Echo,"Processing %ScriptTitle%...")
[Success] RegHiveLoad - Loaded [F:\PhoenixPE\Workbench ...
by Homes32
Tue 11 Aug, 2026 2:56 am
Forum: PhoenixPE
Topic: PhoenixPE Project
Replies: 911
Views: 396938

Re: PhoenixPE Project

oscar wrote: Mon 10 Aug, 2026 6:55 pm @Homes32

Since the new release :thumbsup: when building with Win 10 I get the Search Box in the Taskbar
I don't get that happening with my Win10 build. Please post your support log.
by Homes32
Mon 10 Aug, 2026 2:58 am
Forum: MicroWinpeBuilder
Topic: A very rudimentary equivalent PS of bginfo display for winpe
Replies: 2
Views: 3575

Re: A very rudimentary equivalent PS of bginfo display for winpe

SystemParametersInfo() is a useful API to have in your toolkit. Along with wallpaper stuff, PhoenixPE also uses it to modify Desktop and Icon properties, layouts, fonts, etc.

Nice to see you pop in. Hope your summer is going well!
by Homes32
Thu 06 Aug, 2026 2:32 am
Forum: PhoenixPE
Topic: Where are the new variable based parameters documented?
Replies: 4
Views: 4432

Re: Where are the new variable based parameters documented?


All the XML and JSON commands have disappeared from https://github.com/PhoenixPE/PhoenixPE/wiki/PhoenixAPI


yep. per the release notes these commands are no longer part of the PhoenixAPI (a subset of marcos implemented only for PhoenixPE). They are now built directly into PEBakery for all ...
by Homes32
Tue 04 Aug, 2026 2:53 am
Forum: PhoenixPE
Topic: Where are the new variable based parameters documented?
Replies: 4
Views: 4432

Re: Where are the new variable based parameters documented?

Mostly in the Run/Exec & Loop commands and their counterparts since they take the place of #1, #2, #..., and #c.
by Homes32
Sun 02 Aug, 2026 6:20 pm
Forum: PhoenixPE
Topic: PhoenixPE Project
Replies: 911
Views: 396938

Re: PhoenixPE Project

New release of PhoenixPE is now generally available!

This is a major release. -- Please pay attention to the release notes as there are some script breaking changes you need to be aware of if you write your own scripts.

Along with the usual App script updates, the last couple months have been ...
by Homes32
Wed 22 Jul, 2026 4:34 am
Forum: PhoenixPE
Topic: Location of runafternetwork.cmd
Replies: 2
Views: 1716

Re: Location of runafternetwork.cmd


Hi there,
Where do I place the runafternetwork.cmd file if I'm creating a custom one?

T


Name it something else, like RunAfterNetworkCustom.cmd and place it in %TargetDir%\Windows\System32, then in your script enable it using
AddAutoRun,AfterNetwork,NoWait,"Running custom commands after ...
by Homes32
Fri 17 Jul, 2026 3:25 pm
Forum: PhoenixPE
Topic: Manual
Replies: 3
Views: 2350

Re: Manual

yep. like I said. The 1.0.0 release doesn't have those commands because they don't exist in that version.

https://github.com/pebakery/pebakery-docs/tree/develop Is the latest documentation at this time.
There is no tag or release package, because for 1.0.1 or 1.0.2 as they are meant to be viewed ...
by Homes32
Fri 17 Jul, 2026 2:01 am
Forum: PhoenixPE
Topic: PhoenixPE Project
Replies: 911
Views: 396938

Re: Ext2Fsd.script

OnlyMe wrote: Mon 06 Jul, 2026 7:44 pm Ext2Fsd.script
newer Version 0.71 should be used
https://github.com/bobranten/Ext4Fsd
is this a legit/sanctioned continuation or just a fork for some Ext4 features?
how does it compare to the original?
by Homes32
Wed 15 Jul, 2026 2:45 am
Forum: PhoenixPE
Topic: Manual
Replies: 3
Views: 2350

Re: Manual

Use the develop branch. https://github.com/pebakery/pebakery-docs/tree/develop

your link points to the tag (point in time) for the 1.0.0 release from June 7, 2022. Those commands didn't exist then. They didn't come along until 1.0.1 on Jun 11, 2022.

The master branch keeps synced with the "stable ...
by Homes32
Sat 04 Jul, 2026 4:29 am
Forum: PhoenixPE
Topic: WinPE and ReFS 3.4 <-> 3.10 <-> ReFS 3.14
Replies: 1
Views: 4883

Re: WinPE and ReFS 3.4 <-> 3.10 <-> ReFS 3.14

Thanks for posting this. its a good read. I should probably add this to PhoenixPE to disable metadata upgrades by default.
by Homes32
Wed 01 Jul, 2026 12:39 pm
Forum: PhoenixPE
Topic: Problem with HWiNFO script
Replies: 8
Views: 2574

Re: Problem with HWiNFO script


IPv6 already disabled on this computer, so that is odd. Was only enabled for network connections which are no in use anyway e.g. wifi (as wired used), but disabled on them as well, still fails

Full logs attached


same issue as Intel ME now,

replace instances of
%^RET% with #r until the next ...
by Homes32
Wed 01 Jul, 2026 12:35 pm
Forum: PhoenixPE
Topic: Build failing on Intel MEI Driver
Replies: 4
Views: 2234

Re: Build failing on Intel MEI Driver


stills fails, logs attached


good news its, DISM is actually installing the driver now, but your running into a version conflict with the build engine.

Change line #65 to

If,Not,#r,Equal,0,Halt,"Error: Dism.exe terminated with error code: [#r]. Check the log for details."
and it should work ...
by Homes32
Wed 01 Jul, 2026 1:46 am
Forum: PhoenixPE
Topic: Problem with HWiNFO script
Replies: 8
Views: 2574

Re: Problem with HWiNFO script

might be related to IPv6. Are you able to disable on your PC and try again?


06/30 12:58:26 [[1;32mNOTICE[0m] Downloading 1 item(s)
2026-06-30 12:58:26.391715 [INFO] [AsyncNameResolverMan.cc:82] CUID#7 - Resolving hostname www.hwinfo.com
2026-06-30 12:58:26.409301 [INFO] [AbstractCommand.cc:816 ...
by Homes32
Wed 01 Jul, 2026 1:16 am
Forum: PhoenixPE
Topic: Build failing on Intel MEI Driver
Replies: 4
Views: 2234

Re: Build failing on Intel MEI Driver

They changed the URL and archive structure. Updated: https://raw.githubusercontent.com/Phoen ... ver.script
by Homes32
Mon 08 Jun, 2026 12:10 am
Forum: PhoenixPE
Topic: IrfanView script
Replies: 9
Views: 4525

Re: IrfanView script


@homes32
"You dont have to modify or rename anything. Just replace the entire script with the new version."

Oké thanks.
What about future version 4.76 ?


same as the last 10 years. Once a version has been released, we generally wait ~2 weeks then update the repo with a new script. I almost ...
by Homes32
Sun 07 Jun, 2026 11:33 am
Forum: PhoenixPE
Topic: IrfanView script
Replies: 9
Views: 4525

Re: IrfanView script


Current download filenames are iview475_x64_setup.exe and iview475_setup.exe
So you have to rename the filenames to iview-475-x64.exe and iview-475-x86.exe to match the script,
or edit the scripttext.
Copy/paste the renamed files to folder \Projects\PhoenixPE\Applications\Multimedia\IrfanView ...
by Homes32
Sun 07 Jun, 2026 12:15 am
Forum: PhoenixPE
Topic: IrfanView script
Replies: 9
Views: 4525

Re: IrfanView script


Thanks,
Oh, I see this is the manual hands-on upgrade procedure.
I expected an "Always download latest version" or "download the program" automated upgrade procedure :wink:


IfranView does not offer a direct dowoad link. It uses CDNs and mirrors with direct download protection. The language ...
by Homes32
Wed 03 Jun, 2026 2:36 am
Forum: PhoenixPE
Topic: Sound of Silence startup sound in PhoenixPE-2026.03.30-x64
Replies: 9
Views: 8054

Re: Sound of Silence startup sound in PhoenixPE-2026.03.30-x64

Win11 22H2 - Official (Rufus) 10.0.22621.382 <-- My main production build, as its the last version to support pinning to taskbar.
Win11 23H2v1 - Official (Rufus) 10.0.22621.2428

are my main ISO's for my use.

I also test with:

Win11 24H2 - Official (Rufus) 10.0.26100.1742
Win11 25H2v1 - Official ...