SW 개발

VisualC++ / EVC4.0 / evc++ 에서 설치후 윈도우 시작시 에러

. . . 2009. 3. 1. 23:11
반응형
  • 마크다운변환 : 20190905

  • 기타사항 : 퍼온자료

에러메세지

"One or more files from the Emulator for Windows CE installation is missing. Please reinstall Emulator for Windows CE and try again."

내컴퓨터 => 속성 => 고급 => 시작옵션

해결

  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.

boot.ini 파일을 수정하라는 말인데, boot.ini 파일의 원본은 다음과 같음.(파일 전체 내용이 아니라 수정할 부분만 발췌한 것)

[operating systems] 
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect
반응형