When evc4.0 and SP4 are installed, the system prompts "Virtual PC/Windows CE emulator will cause Windows instability. Program Unable to load ". The reason for going to Microsoft's website is: when hardware-based Dep (hardware-based Data Execution Protection) is enabled, the driver protection mechanism of Windows XP SP2 does not allow Loading virtual PC/Windows CE emulator Driver (vpc1_v. sys), the Microsoft official website also provides a solution, the original article is as follows:
You install Microsoft Windows CE 4.x emulator on a computer that is running Microsoft Windows XP Service Pack 2 (SP2 ). the computer has Data Execution Prevention (DEP) hardware. you receive the following error message when you restart your computer:
Devices or applications disabled
'Virtual PC/Windows CE emulator' will cause Windows to become unstable. Windows has prevented these drivers from loading.
You may also receive the following error message when you try to start Windows CE 4.x emulator:
Emulator for Windows CE
One or more files from the emulator for Windows CE installation is missing. please reinstall emulator for Windows CE and try again. to resolve this problem and to run window ce 4.x emulator, disable hardware-based Dep on your computer that is running Windows XP SP2. to do this, follow these steps: 1. click Start, click Run, type sysdm. CPL, and then click OK.
2. In the System Properties dialog box, click the Advanced tab.
3. Under START and recovery, click Settings.
4. In the startup and recovery dialog box, click Edit.
5. Disable PAE mode by removing the/PAE option if it exists.
6. Remove the/noexecute option if it exists.
7. Add the/execute option.
8. On the File menu, click Save.
9. To exit notepad, click exit on the File menu.
10. To close system properties, click OK two times.
11. Restart your computer.
In fact, it is to modify the boot. ini file and remove the/noexecute and/PAE options. Add/execute, restart the computer, and then install EVC. My boot. ini file is modified as follows:
[Boot loader]
Timeout = 5
Default = multi (0) disk (0) RDISK (0) Partition (1) \ WINDOWS
[Operating systems]
Multi (0) disk (0) RDISK (0) Partition (1) \ Windows = "Microsoft Windows XP Professional"/execute/fastdetect