Unable to Disable Integrity Checks Cause Drivers Not Found in 64-bit Vista (x64)无法禁用完整性检查事业司机没有发现64位Vista ( x64 )的

Many Windows Vista users install non-certified or non-signed drivers on 64bit (x64) edition of Vista, which features Kernel Patch Protection that prevents unauthorized patch or change to the key resources used by the kernel or kernel code itself and its data structures from been modified.许多Windows Vista用户安装非认证或不签署司机的64位( x64 )的版本的Vista ,具有内核补丁保护,防止未经授权的补丁或改变的关键资源所使用的内核或内核代码本身和其数据结构由被修改。 The workaround to run unsigned and uncertified drivers in 64-bit Vista is by using the following command:该解决方案运行未签名的和无证驾驶的64位Vista是使用下面的命令:

bcdedit /set loadoptions DDISABLE_INTEGRITY_CHECKS bcdedit /设置loadoptions DDISABLE_INTEGRITY_CHECKS
bcdedit -set loadoptions \”DDISABLE_INTEGRITY_CHECK” bcdedit集loadoptions \ “ DDISABLE_INTEGRITY_CHECK ”
bcdedit -set loadoptions \DDISABLE_INTEGRITY_CHECKS” bcdedit集loadoptions \ DDISABLE_INTEGRITY_CHECKS “
bcdedit.exe -set loadoptions DDISABLE_INTEGRITY_CHECKS bcdedit.exe集loadoptions DDISABLE_INTEGRITY_CHECKS
Bcdedit.exe /set nointegritychecks ON Bcdedit.exe /设置nointegritychecks对

However, when user attempts to run the above command to disable integrity checks on the loading drivers, the following error message appears:然而,当用户试图运行上面的命令来禁用完整性检查的加载驱动程序,出现以下错误信息:

An error occurred while attempting to reference the specified entry.发生错误,而试图在指定的参考条目。
The system cannot find the file specified.系统找不到指定的档案。

And if you manage to apply setting above previously on load options, but suddenly, there are errors and problems related to rejected or unacceptable drivers or services.如果您管理适用于上述原先设定负荷的选择,但突然,有错误和问题有关的拒绝或不能接受的驱动程序或服务。 Vista simply does not accept any unsigned drivers or processes, causing old drivers or software processes that haven’t been updated cannot be found and installed in Vista x64. Vista的根本不接受任何未经签名的驱动程序或进程,导致旧驱动程序或软件程序,尚未更新无法找到并安装在Vista x64系统上来。 The issue is known to affect PeerGuardian, TV tuner cards, Gigabit Ethernet adapters, CD/DVD-ROM/RW drives, and many other devices.这个问题是众所周知的影响PeerGuardian ,电视卡,千兆以太网适配器, CD / DVD - ROM光碟/ RW驱动器,以及许多其他设备。 Although the devices are listed and shown in Device Manager in System Properties, but they’re not working due to the unsigned driver issue.尽管这些装置还列出并显示在设备管理器在系统属性,但他们没有工作由于未签名的驱动程序问题。 It also affects and fails any modified system files such as它还影响,没有任何修改的系统文件,如 patched tcpip.sys tcpip.sys补丁 to unlock network speed potential.打开网络速度的潜力。

In System Event Log, there may be also log message saying something like: “Windows cannot verify the digital signature for this file.在系统事件日志,可能有也日志消息说像: “ Windows无法验证数字签名的这个档案。 A recent hardware or software change might have installed a file that is signed incorrectly or damaged, or that might be malicious software from an unknown source.”最近的硬件或软件改变可能已经安装了档案,签订不正确或损坏的,或者说可能是恶意软件来历不明。 “

The problem occurs because Microsoft has decided to disable DDISABLE_INTEGRITY_CHECKS support in updated x64 Vista, which mean users cannot disable the integrity checks anymore.这个问题发生原因,是因为微软已经决定停用DDISABLE_INTEGRITY_CHECKS支持最新的64位Vista中,这意味着用户无法禁用完整性检查了。 Microsoft is reportedly rolled out the change various updates including KB932596, KB938979, KB938194 and KB941649 hotfixes, and probably Windows Vista Service Pack 1.据报道,微软推出了不同的变化更新,包括KB932596 , KB938979 , KB938194和KB941649修复程序,并可能Windows Vista的Service Pack 1中。

The updates also remove the effectiveness of ignoring code signing for drivers in Group Policy.这次更新还删除的有效性无视代码签名的司机在组策略。 Previously, users can run “gpedit.msc” and navigate to User Configuration -> Administrative Templates -> System -> Driver Installation, and then enable the “Code signing for drivers” and set the option to “Ignore”.此前,用户可以运行“ gpedit.msc ” ,并浏览到用户配置-> “管理模板- >”系统-> “驱动程序安装,然后启用”典签署司机“ ,并设置选择”忽略“ 。 This option also no longer works.这个选项也不再起作用。

There are a few possible resolution or workaround to re-enable the ability to disable integrity checks and have DDISABLE_INTEGRITY_CHECKS option enabled so that it’s possible to load uncertified drivers or executables, such as suggestions below.有几个可能的解决或替代,以重新启用的能力,禁用完整性检查,并DDISABLE_INTEGRITY_CHECKS选项启用,使有可能负载未经司机或可执行文件,如以下建议。

  1. Uninstall KB932596 , KB938979 , KB938194 and KB941649 updates from “Installed Updates” in “Programs and Features”, and never install them again.卸载KB932596KB938979KB938194KB941649的更新,由“已安装的更新”中的“程序和功能” ,并没有再次安装它们。 Best still, hide the updates from viewing and accidental install in Windows Update.最佳仍隐藏的更新查看和意外安装Windows更新。 After uninstalling and rebooting the computer, add the DDISABLE_INTEGRITY_CHECKS option and restart to disable integrity checks again.后卸载并重新启动计算机,加上DDISABLE_INTEGRITY_CHECKS选项,并重新启动禁用完整性检查一次。 This method probably won’t work with the release of SP1, which incorporated all these changes.这种方法可能不会与释放SP1 ,它包含所有的这些变化。
  2. Press F8 key upon initial system boot up, and then choose to disable forced driver signing enforcement for that boot session.F8键后最初的系统启动,然后选择禁用强迫司机签订执法为启动会议。 However, users have to apply this option every shutdown and restart.然而,用户都适用本办法每关机和重新启动。 An easy solution to the hassle is put computer into sleep or hibernate mode instead of shutting down everytime.一个简单的解决办法的麻烦是把计算机进入睡眠或休眠模式不是每次关机。
  3. Use使用 ReadyDriver Plus to permanently disable and turn off disable driver signing enforcement automatically ReadyDriver加永久禁用和关闭禁用驱动器自动签署执法 on every system startup.在每个系统启动。
  4. Sign the driver with test certificate, which is supplied with签署该驱动器测试证书,这是供应 Software Development Kit (SDK) for Windows Vista and .NET Framework 3.0 Runtime Components软件开发工具包( SDK )的Windows Vista和。 NET框架3.0运行时组件 , and then turn of test signing mode in Vista x64 by suing “bcdedit.exe /set TESTSIGNING ON” command. ,然后打开签署的测试模式在Vista 64位的起诉“ bcdedit.exe /设置TESTSIGNING对”命令。 This trick will need computer running consistently in testing mode, which meant for developers to try out drivers signed with self-signed or test certificate.这种计策将需要的计算机始终处于测试模式,这意味着开发商尝试与司机签订自签署或测试证书。 Risk for running computer in test signing mode is unknown, and there will be “Test Mode” watermarks been labeled on four corner of desktop, although the风险的计算机中运行测试签署模式是未知的,而且会有“测试模式”的水印标记已在四个角落的台式机,虽然 64-bit watermark can also be removed 64位数字水印还可以被删除 .

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 重要说明:这是一台机器翻译网页这是“原样”提供,无保修。 Machine translation may be difficult to understand.机器翻译可能很难理解。 Please refer to请参阅 original English article英文原文的文章 whenever possible.只要有可能。

Share and contribute or get technical support and help at共享和贡献或获得技术支持和帮助 My Digital Life Forums 我的数字生活论坛 .



2 Responses to “Unable to Disable Integrity Checks Cause Drivers Not Found in 64-bit Vista (x64)”第2反应“无法禁用完整性检查事业司机没有发现64位Vista ( x64 )的”

  1. Vista 64 bit beta driver issues - ABXZone Computer Forums Vista的64位测试车手的问题-A BXZone计算机论坛
    May 7th, 2008 02:07 2008年五月七日02:07
    1

    [...] that I am home sick I have time to nerdify Here is the link to the patches you need to uninstall: Unable to Disable Integrity Checks Cause Drivers Not Found in 64-bit Vista (x64) [...] ,我生病在家我有时间nerdify这里是链接到你的补丁需要卸载:无法禁用完整性检查事业司机没有发现64位Vista ( x64 )的

  2. Workaround for Vista Cannot Load Low Level Driver Signing Issue » My Digital Life解决方法为Vista无法载入低水平司机签署的问题»我的数字生活
    May 16th, 2008 09:55 2008年五月十六日9时55分
    2

    [...] read the fix to cannot disable integrity checks issue on x64 versions of Windows [...] [...]读修复无法禁用完整性检查问题的x64版本的Windows [...]

Leave a Reply留下一个回复

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> 您可以使用这些标签: href="" title="">的<a <abbr title=""> <acronym title="">的<b> <blockquote cite=""> <cite>的<code> “删除日期时间= “ ” “的<em> <i> <q cite=""> <strike>的<strong>

Subscribe without commenting订阅没有评论


Custom Search

New Articles新文章

Incoming Search Terms for the Article收到的搜索字词的文章

DDISABLE_INTEGRITY_CHECKS DDISABLE_INTEGRITY_CHECKS - - bcdedit /set loadoptions DDISABLE_INTEGRITY_CHECKS bcdedit /设置loadoptions DDISABLE_INTEGRITY_CHECKS - - bcdedit integrity checks bcdedit完整性检查 - - Digital Signature Not Found Vista 数字签名没有发现Vista的 - - disable integrity checks 禁用完整性检查 - - disable vista64 driver integrity checks 禁用vista64驱动完整性检查 - - disable signed drivers vista 64 禁用Vista的驱动程序签署64 - - Windows cannot verify the digital signature for this file Windows无法验证数字签名此文件 - - bcdedit integrity check bcdedit完整性检查 - - disable integrity checks SP1 禁用完整性检查SP1的 - - uninstall KB932596 卸载KB932596 - - how to disable driver integrity check 如何禁用驱动程序完整性检查 - - vista cannot verify digital signature Vista无法验证数字签名 - - bcdedit disable integrity bcdedit禁用完整性 - - integrity check vista 完整性检查维斯塔 - - peergaurdian cmd line wont work x64 peergaurdian命令行惯于工作64位 - - bcdedit loadoptions bcdedit loadoptions - - non intigrity check VISTA 非intigrity检查维斯塔 - - vista 64 ignore signed drivres 维斯塔64忽视签署drivres - - ENABLE INTEGRITY CHECK vista 启用完整性检查维斯塔 - - vista 64 driver not work on 2008 Vista的64个驱动器不能在2008年 - - workaround digitally unsigned driver issue windows vista sp1 替代数字未签名的驱动程序问题的Windows Vista SP1的 - - disable driver integrity check 禁用驱动程序完整性检查 - - disable integrity check vista 64 禁用完整性检查维斯塔64 - - vista integrity check 维斯塔完整性检查 - - 64 bit signed driver problem vista disable 64位签署的驱动程序问题的前景禁用 - - bcdedit.exe patch not found bcdedit.exe补丁未发现 - - disable programs and features vista x64 禁用程序和功能维斯塔64位 - - server 2008 installation disable signed driver check 2008年服务器安装禁用签名的驱动程序检查 - - turn off vista 64 bit digital signed 关闭Vista的64位签署 - - unable to turn off windows features 无法关闭窗口的功能 - - Windows cannot verify the digital signature for this file. Windows无法验证数字签名的这个档案。 A recent hardware or software change might have installed a file that is signed incorrectly or damaged, or that might be malicious software from an unknown source. 最近的硬件或软件改变可能已经安装了档案,签订不正确或损坏的,或者说可能是恶意软件来历不明。 - - 64 bit signed drivers 签署的64位车手 - - bcdedit loadoption bcdedit loadoption - - come disabilitare l’integrity check in vista 来disabilitare近完整性检查在Vista - - disable integrity check 禁用完整性检查 - - disable vista system integrity 禁用Vista系统的完整性 - - how to turn driver cheaks off 如何打开关闭驱动程序cheaks - - integrity uninstall 完整卸载 - - unable to start service event log 26 station is shutting down 无法启动事件日志服务站26日关闭 - - unsigned 64-bit device driver sata "server 2008" 未签名的64位设备驱动程序的SATA “服务器2008 ” - - vista "cannot disable" windows features error 维斯塔“无法禁用”窗口功能错误 - - vista 64 bit driver signed Vista的64位司机签署 - - vistA set integrity checks off Vista设置了完整性检查 - - vista disable integrity 禁用Vista的完整 - - windows 2008 disable file digital signature 2008年窗户禁用文件的数字签名 - - Windows Vista Integrity Check Windows Vista的完整性检查 - - x64 disable integrity checks 64位禁用完整性检查 - - bcdedit DDISABLE_INTEGRITY_CHECKS bcdedit DDISABLE_INTEGRITY_CHECKS - - disable vista driver integrity check 禁用Vista驱动完整性检查 - -