Problem: A rescue environment created on a Windows 10 Fall Creators Update 1709 (and later) system boots into a black or blue screen and hangs. Only the mouse cursor is active.
Cause: The batch file that starts the Paragon environment from the established WinPE environment stops several Windows services. The respective command requires the flag “/y”. This is a change in Windows 10 1709 compared to any previous Windows version.
Solution: Find the file “startnet.cmd”. This file exists only once in the program directory of your Paragon product. Depending on product and Windows architecture it is located in different paths.
Hard Disk Manager 15 SP5/Windows 32 bit:
C:/Program Files/Paragon Software/[product name]/rmb2/winpe_custom/Windows/system32
Hard Disk Manager 15 SP5/Windows 64 bit:
C:/Program Files/Paragon Software/[product name]/rmb2/winpe_custom_x64/Windows/system32
Backup & Recovery 16/Windows 32 bit:
C:/Program Files/Paragon Software/[product name]/program/winpe_custom/Windows/system32
Backup & Recovery 16/Windows 64 bit:
C:/Program Files/Paragon Software/[product name]/program/winpe_custom_x64/Windows/system32
* Please start the Windows Explorer and change to the folder the file “startnet.cmd” resides in.
* Create a copy of the file “startnet.cmd” for security reasons.
* Load the file into a dedicated text editor like notepad++.exe or notepad.exe. (Word or WordPad are NO text editors.)
* Approximately in the lines 32-34 you’ll find the following commands:
net stop MpsSvc > %WinDir%\temp\log.log
net stop IKEEXT > %WinDir%\temp\log.log
net stop BFE > %WinDir%\temp\log.log
* Please change these to the following by adding the parameter /y:
net stop MpsSvc /y > %WinDir%\temp\log.log
net stop IKEEXT /y > %WinDir%\temp\log.log
net stop BFE /y > %WinDir%\temp\log.log
* Save the file and create a new rescue environment.
Backup & Recovery, Hard Disk Manager™ for Windows, HDM 16 product family, HowTos: Paragon, Know how: Paragon, News, RMB: WinPE