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!
Search found 289 matches
- Mon 10 Aug, 2026 2:58 am
- Forum: MicroWinpeBuilder
- Topic: A very rudimentary equivalent PS of bginfo display for winpe
- Replies: 1
- Views: 75
- Thu 06 Aug, 2026 2:32 am
- Forum: PhoenixPE
- Topic: Where are the new variable based parameters documented?
- Replies: 3
- Views: 1729
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 ...
- Tue 04 Aug, 2026 2:53 am
- Forum: PhoenixPE
- Topic: Where are the new variable based parameters documented?
- Replies: 3
- Views: 1729
- Sun 02 Aug, 2026 6:20 pm
- Forum: PhoenixPE
- Topic: PhoenixPE Project
- Replies: 905
- Views: 327639
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 ...
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 ...
- Fri 24 Jul, 2026 1:01 am
- Forum: PhoenixPE
- Topic: UEFI bootloader
- Replies: 3
- Views: 959
- Wed 22 Jul, 2026 4:34 am
- Forum: PhoenixPE
- Topic: Location of runafternetwork.cmd
- Replies: 1
- Views: 609
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 ...
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 ...
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 ...
- Fri 17 Jul, 2026 2:01 am
- Forum: PhoenixPE
- Topic: PhoenixPE Project
- Replies: 905
- Views: 327639
Re: Ext2Fsd.script
is this a legit/sanctioned continuation or just a fork for some Ext4 features?OnlyMe wrote: Mon 06 Jul, 2026 7:44 pm Ext2Fsd.script
newer Version 0.71 should be used
https://github.com/bobranten/Ext4Fsd
how does it compare to the original?
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 ...
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 ...
- Sat 04 Jul, 2026 4:29 am
- Forum: PhoenixPE
- Topic: WinPE and ReFS 3.4 <-> 3.10 <-> ReFS 3.14
- Replies: 1
- Views: 2078
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.
- Wed 01 Jul, 2026 12:39 pm
- Forum: PhoenixPE
- Topic: Problem with HWiNFO script
- Replies: 8
- Views: 1065
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 ...
- Wed 01 Jul, 2026 12:35 pm
- Forum: PhoenixPE
- Topic: Build failing on Intel MEI Driver
- Replies: 4
- Views: 922
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 ...
- Wed 01 Jul, 2026 1:46 am
- Forum: PhoenixPE
- Topic: Problem with HWiNFO script
- Replies: 8
- Views: 1065
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 ...
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 ...
- Wed 01 Jul, 2026 1:16 am
- Forum: PhoenixPE
- Topic: Build failing on Intel MEI Driver
- Replies: 4
- Views: 922
Re: Build failing on Intel MEI Driver
They changed the URL and archive structure. Updated: https://raw.githubusercontent.com/Phoen ... ver.script
- Mon 08 Jun, 2026 12:10 am
- Forum: PhoenixPE
- Topic: IrfanView script
- Replies: 9
- Views: 2015
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 ...
- Sun 07 Jun, 2026 11:33 am
- Forum: PhoenixPE
- Topic: IrfanView script
- Replies: 9
- Views: 2015
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 ...
- Sun 07 Jun, 2026 12:15 am
- Forum: PhoenixPE
- Topic: IrfanView script
- Replies: 9
- Views: 2015
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 ...
- Wed 03 Jun, 2026 2:36 am
- Forum: PhoenixPE
- Topic: Sound of Silence startup sound in PhoenixPE-2026.03.30-x64
- Replies: 9
- Views: 5422
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 ...
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 ...
- Wed 27 May, 2026 11:06 pm
- Forum: PhoenixPE
- Topic: Volume name is not changeable?
- Replies: 3
- Views: 4351
Re: Volume name is not changeable?
@Homes32,
Tried to change the Volume name to PhoenixPE_10 but everytime it was only created PhoenixPE after the baking process.
Is the volume name fix and not changeable?
what does your log say?
The volume name from the script is piped directly into the mkisofs or oscdimg command so you ...
- Wed 27 May, 2026 12:23 pm
- Forum: PhoenixPE
- Topic: Set User File Type Associations free *UPDATE 13 Jun 2026*
- Replies: 30
- Views: 12712
Re: Set User File Type Associations free
@OnlyMe,
there is also an interesting PowerShell-script
https://github.com/DanysysTeam/PS-SFTA
Looks good and no annoying message after ten times usage like in SetUserFTA.exe file.
And also there is a counter installed in the registry which controls popup message.
The source code is open at ...