Honestly, there just isn't a large use case for Print support in a rescue/recovery environment in 2026. Not that is a bad thing you spent time developing a plugin/script, but if the demand is low, the feedback will also be low.
Back when CD/DVD was king and flash/external drives were expensive and ...
Search found 296 matches
- Mon 17 Aug, 2026 11:36 pm
- Forum: Plugins
- Topic: Printer Device Support / PhoenixPE
- Replies: 19
- Views: 19939
- Mon 17 Aug, 2026 3:19 am
- Forum: PhoenixPE
- Topic: Booting legacy PE on computers with updated Secure Boot Certs
- Replies: 2
- Views: 1646
Re: Booting legacy PE on computers with updated Secure Boot Certs
hoping to have this address in the next release. M$ really botched this one up.
- Mon 17 Aug, 2026 3:17 am
- Forum: PhoenixPE
- Topic: network (PXE) boot
- Replies: 1
- Views: 33
Re: network (PXE) boot
You need to check the option "Run all programs from RAM (Boot.wim)" on the Source config script.
- Mon 17 Aug, 2026 3:15 am
- Forum: PhoenixPE
- Topic: Location of runafternetwork.cmd
- Replies: 4
- Views: 5072
Re: Location of runafternetwork.cmd
@Homes32
Please, consider the possibility to include a new AddAutoRun,AfterInitNetwork,NoWait... in order to let us to add something after InitNetwork() function in PhoenixPE.au3
Thank you
We already have AddAutoRun,AfterNetwork that does this (see example in post above), though the current ...
- Mon 17 Aug, 2026 2:48 am
- Forum: PhoenixPE
- Topic: Where are the new variable based parameters documented?
- Replies: 6
- Views: 7473
Re: Where are the new variable based parameters documented?
Is GetParam now obsolete? Is https://github.com/pebakery/pebakery-docs/blob/develop/Commands/Control/GetParam.md correct?
You don't NEED it but its still useful.
If your using compatibility options to run other projects its still the only way to get parameters over #9
Personally I use it ...
- Wed 12 Aug, 2026 11:38 pm
- Forum: PhoenixPE
- Topic: PhoenixPE Project
- Replies: 912
- Views: 422026
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 ...
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 ...
- Tue 11 Aug, 2026 2:56 am
- Forum: PhoenixPE
- Topic: PhoenixPE Project
- Replies: 912
- Views: 422026
Re: PhoenixPE Project
I don't get that happening with my Win10 build. Please post your support log.oscar wrote: Mon 10 Aug, 2026 6:55 pm @Homes32
Since the new releasewhen building with Win 10 I get the Search Box in the Taskbar
- Mon 10 Aug, 2026 2:58 am
- Forum: MicroWinpeBuilder
- Topic: A very rudimentary equivalent PS of bginfo display for winpe
- Replies: 2
- Views: 7863
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!
Nice to see you pop in. Hope your summer is going well!
- Thu 06 Aug, 2026 2:32 am
- Forum: PhoenixPE
- Topic: Where are the new variable based parameters documented?
- Replies: 6
- Views: 7473
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: 6
- Views: 7473
- Sun 02 Aug, 2026 6:20 pm
- Forum: PhoenixPE
- Topic: PhoenixPE Project
- Replies: 912
- Views: 422026
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: 3344
- Wed 22 Jul, 2026 4:34 am
- Forum: PhoenixPE
- Topic: Location of runafternetwork.cmd
- Replies: 4
- Views: 5072
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: 912
- Views: 422026
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: 6139
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: 4092
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: 3614
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: 4092
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 ...