Jump to content

Homes32

Member
  • Posts

    24
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About Homes32

Profile Information

  • OS
    Windows 10 x64

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Homes32's Achievements

3

Reputation

  1. TheOven has been online for months now. There was a forum software error due to an automatic update that took it down in December for a couple weeks while the owner was on holiday, but it was fixed as soon as he got back. If your referring to reboot.pro? I fear it as gone the way of 911fourms and will not return. :(
  2. You will need to post the entire log, and also the contents of X:\Windows\System32\PinUtil.ini, but it looks like you are trying to pin more then 100 items to the start menu.
  3. [Duplicate Post]
  4. Somewhat similar issue in WinPE with Proper 11 theme. an extra address/nav bar is added to the window with non-functional controls. Win10 ribbon theme works fine. `
  5. You need to escape percent signs in the URL proper. eg. KeePass%202.x/2.60 as KeePass#$p202.x/2.60 otherwise the engine is evaluating your variable %202.x/% (or in the case of the attached WebGet log %202.x/2.60/KeePass-2.60.zip",%)which will be empty and result in an invalid URL. FYI PhoenixPE has a wrapper for Aria (https://github.com/PhoenixPE/PhoenixPE/wiki/WebGetEx)
  6. Hopefully. It looks like a relatively simple issue that's common when PHP is updated. Unfortunately, I've been trying to get in touch with galapo for over a month now (even before the site went down there were warning signs) and haven't had any luck. I'm sure as soon as he gets back from whatever he is doing it will be sorted out.
  7. PhoenixPE is a WinPE Rescue/Recovery Environment based on Win10/Win11. It can be booted via USB, CD/DVD, PXE/Network, or hard disk. PhoenixPE uses the "next-generation" PEBakery engine resulting in faster build times and advanced features compared to legacy Winbuilder projects. Build from Win10/Win11 sources using either boot.wim or WinRE.wim as a base. Designed from the ground up to be developer/contributor friendly and use clean, well documented code. Easy to understand options and uncluttered user interface. Flexible and fully customizable. Features Drive Backup/Clone/Imaging Malware Removal Password Recovery File Recovery Forensics Tools Drive Partitioning/Install Prep. Hardware Diagnostics Offline OS Troubleshooting/Repair/Recovery And more... PhoenixPE includes a variety of carefully selected applications to get you started and PEBakery's user friendly scripting language makes it easy for you create your own scripts and customize PhoenixePE with your favorite apps and settings. Homepage: GitHub Latest Release: Download
  8. Working great now! Thank you very much!
  9. I'm having issues with display changes in WinPE. (PhoenixPE) Screen resolution changes [[ChangeDisplaySettings()/ChangeDisplaySettingsEx()] + broadcast WM_DISPLAYCHANGE are no longer causing StartAllBack to update it's geometry/screen position. I've attempted the usual tricks such as listening to WM_DISPLAYCHANGE in my own app and Broadcast WM_SETTINGSCHANGE with lParam "Display" Broadcast WM_TASKBARCREATED Sending SHAppBarMessage(ABM_WINDOWPOSCHANGED, abd) to Shell_TrayWnd Sending various combinations of RedrawWindow, InvalidateRect/UpdateWindow to Shell_TrayWnd Using SetWindowPos to bump Shell_TrayWnd 1px and back to trigger a recalc All attempts other then manually recalculating the geometry and using SetWindowPos to move it myself have been unsuccessful in triggering StartAllBack to realign itself. Is there a different window or message I should send to inform it of the display change? Thanks, Homes32
  10. Working great now with v3.9.2. Thank you for the quick response!
  11. While running StartAllBack in WinPE, restarting the shell (explorer) does not restore the icons to the system tray. Even for programs that proper register and respond to the "TaskbarCreated" Window Message.
  12. Figured . Thanks for the update. Merry Christmas & Happy New Year Cheers!
  13. Is there a reason the Lang folder and language resource files are missing from the 5.4 release archive?
  14. Homes32

    PEBakery

    That's the plan. wimgapi for mount/unmount and wimlib for everything else. If wimlib ever supports mount/unmount on windows then we can look at moving everything over. Only time will tell.
  15. Homes32

    PEBakery

    yeah. every since they went away from the filesystem overlay in v6.0 wimgapi has been nothing but a headache. I use wimlib extract or apply for my needs. With wimlib's superior speed and compression you can unpack and repack your .wim in the time it takes wimgapi to finishing mounting it in the first place.
×
×
  • Create New...