“virtual PC/Windows CE Emulator会造成windows不稳定,windows使这些驱动程序无法加载”问题的解决

Wonderware Intouch 2014R2 SP1 安装教程 下载Wonderware System Platform 2014R2 SP1 and Intouch 2014R2 SP1的安装压缩包,如下 软件的下载连接地址如下: https://pan.baidu.com/s/1a2GnI_nfT3vK1l49B94FIQ, 提取码:6ec6 或者直接微信扫描下面的二维码 管理员运行下面的setup.exe可执行程序, 进入安装,选择Product Based Selection, 自定义选择需要安装的程序,如下: 普通的Into 阅读详情
在安装EVC4.0和SP4的时候都提示“virtual PC/Windows CE Emulator会造成windows不稳定,windows使这些驱动程序无法加载”,上到微软的网站一看原因是: 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. 实际上就是修改boot.ini文件,去掉存在的 /noexecute 和 /pae 选项。再加上 /execute ,重启计算机,再安装evc就OK了。我的boot.ini文件修改后如下: [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
混合整数规划(MIP)在资源优化中的实战应用 本文深入探讨了混合整数规划(MIP)在资源优化中的实战应用,从菜市场采购到工厂调度,再到物流配送和钢铁厂切割问题。通过分支定界法和割平面法等技术,MIP能够有效解决包含整数和连续变量的复杂优化问题,提升企业运营效率。文章还介绍了现代求解器的优化策略和实际项目中的避坑指南,帮助读者更好地应用MIP技术。 阅读详情

相关推荐

驱动加载ce

驱动操作模块 写下段 写驱动必备。

wince下如何加载驱动(摘录)

 设备管理器是Windows CE.Net设备管理的核心机构,它主要负责跟踪、维护系统的设备信息并对设备资源进行调配。(在%WINCEROOT%/PRIVATE/WINCEOS/COREOS /DEVICE/LIB里可以看到Windows CE设备管理器的代码) 设备管理器在Windows CE中主要表现为Device.exe的文件,Device.exe在系统启动的时候通过注册表里面的HKEY_L

wangyh专栏 2657

WINDOWS CE5 EMULATOR

WINDOWS CE5 EMULATOR,need sdk support where microsoft cite

wince驱动加载失败

这两天调试驱动时碰到一个问题,驱动加载之后,没有执行init直接就卸载了。 BOOL APIENTRY DllMain( HANDLE hModule,                        DWORD ul_reason_for_call,                        LPVOID lpReserved

lin415804的专栏 1201

解决在安装EVC4.0+sp4时提示“virtual PC/Windows CE Emulator会造成windows不稳定,windows使这些驱动程序无法加载”的问题

导读:   小弟这段时间准备搞嵌入式开发,结果在配置安装和运行环境的时候就出了问题。上面这个问题解决方法是我从微软网站上直接拷贝下来的,呵呵,特留在这里小记一下。   方法如下: (这个英文我这个菜鸟级别的都看得懂,要说看懂!)   You install Microsoft Windows CE 4.xEmulator on a computer that is running

xu的blog 1875

【转】解决在安装EVC4.0+sp4时提示“virtual PC/Windows CE Emulator会造成windows不稳定,windows使这些驱动程序无法加载”的问题

 转自:http://www.cnblogs.com/jsjkandy/archive/2007/11/05/950050.html        小弟这段时间准备搞嵌入式开发,结果在配置安装和运行环境的时候就出了问题。上面这个问题解决方法是我从微软网站上直接拷贝下来的,呵呵,特留在这里小记一下。    方法如下: (这个英文我这个菜鸟级别的都看得懂,要说看懂!) You

cnhome的专栏 1062

解决在安装EVC4.0+sp4时提示“virtual PC/Windows CE Emulator会造成windows不稳定,windows使这些驱动程序无法加载”的问题...

    小弟这段时间准备搞嵌入式开发,结果在配置安装和运行环境的时候就出了问题。上面这个问题解决方法是我从微软网站上直接拷贝下来的,呵呵,特留在这里小记一下。     方法如下: (这个英文我这个菜鸟级别的都看得懂,要说看懂!) You install Microsoft Windows CE 4.x Emulator on a computer that is running Mi...

weixin_33701564的博客 146

Windows CE Device Emulator Launcher

WindowsCEDeviceEmulatorLauncher

virtual PC/Windows CE Emulator会造成windows不稳定,windows使这些驱动程序无法加载

Consider the following scenario. You install a Microsoft Windows CE emulator, Microsoft eMbedded Visual C++, Microsoft Visual Studio 2003, or Windows CE Platform Builder on a computer that is running

lingdxuyan的专栏 2416

安装EVC后,“Virtual pc/windows CE emulator”会造成windows不稳定解决办法

windows xp 上安装Windows CE 4.2的Emulator for windows CE时出现:“Virtual pc/windows CE emulator”会造成windows不稳定Windows使这些驱动程序无法加载。(如果你是英文版的Windows CE,提示是这样的:Virtual PC/Windows CE Emulator will cause Windows

2217

WinCE6.0流驱动开发的两种方法及驱动加载失败问题解决

WinCE6.0流驱动开发的两种方法及驱动加载失败问题解决 2011-06-08 09:06:34 标签:驱动加载WinCE6.0驱动 流驱动开发 原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 、作者信息和本声明。否则将追究法律责任。http://jazka.blog.51cto.com/809003/583199          最近开

aristolto的专栏 2130

CE+OD无法附加游戏进程的破解方法 来吧 别在为这烦恼了

CE+OD无法附加游戏进程的破解方法 来吧 别在为这烦恼了 其实看过 windows 核心编程那本书的人都知道 计算机编程领域 那些所谓的游戏保护 真的只是为难菜鸟而已,对于大鸟基本起作用. 游戏无法就是采用 线程 进程 SSDT  等等这些东西来限制一些如:CE  OD ASM32  这些工具调试而已 比如OD要调试一个程序进程 首先做的是2步操作 1.调用系统库中打开进程的API函数 2.创...

爱码农爱生活 6448

WinCE驱动开发问题精华集锦

如何让系统加载自己写的驱动程序?   两种办法: 1、在[HKEY_LOCAL_MACHINE/Drivers/BuiltIn]下添加注册键。 2、在应用程序中调用ActivateDeviceEx。 在一些文件中用分号来表示注释,例如下面的内容   ; @CESYSGEN IF SERVERS_MODULES_HTTPD ; @CESYSGEN ENDIF 在“CESYSGEN...”前加了“@”

739

一种CMOS数字校准片上RC振荡器的设计.pdf

一种CMOS数字校准片上RC振荡器的设计.pdf

上一篇: Ubuntu 8.04 Hardy Heron新风格样版预览
下一篇: 什么是BSP? 概念解析
sunewer
博客等级 码龄19年 6粉丝 12原创
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值