07-16-2026, 07:38 PM
(This post was last modified: 07-16-2026, 10:14 PM by al3x.
Edit Reason: command fixed
)
(07-16-2026, 05:22 PM)al3x Wrote: On a side note: I also get this error popup the first time I start PC Network Manager.
But this is nothing new and happened in earlier versions as well. PE Network Manager still used to start fine.
Ok, found a fix for this error message:
"TCP/IP Registry Compatibility" service needs to be running before starting PE Network Manager.
That can be done by adding this line before AppLoader to Winpeshl.ini:
"%SYSTEMDRIVE%\Windows\System32\net.exe", start tcpipreg
Code:
[LaunchApps]
"%SYSTEMDRIVE%\Windows\System32\wpeinit.exe"
"%SYSTEMDRIVE%\Windows\System32\net.exe", start tcpipreg
"%SYSTEMDRIVE%\Program Files\Hasleo Backup Suite\bin\AppLoader.exe"Still don't know why PENetwork.exe crashes, though.
I ran it with "/debug" and the debug log in %temp% just stops at:
Code:
IN: CreateMainGUIThat could be tricky to find...

