status_in_page_error在Windows 10中使用code 0xc0000006
如果在Windows 10计算机上运行Visual Basic Script(VBS),您可以接收error message STATUS IN PAGE ERROR,随附error code 0xc0000006,那么这篇文章旨在帮助您。在这篇文章中,我们将提供一个合适的解决方案,您可以尝试帮助您修复此问题
AppInit_DLLs是一个registry key,注明影响其他软件的崩溃次数。有时,此键可以损坏STATUS IN PAGE ERROR中的system and result
status_in_page_error code 0xc0000006

如果您使用code 0xc0000006问题面临此STATUS IN PAGE ERROR,您可以尝试下面提出的推荐解决方案,该解决方案是修改AppInit_DLLs的值以解决问题。请执行下列操作:
由于这是registry operation,建议您备份注册表或根据需要的预防措施创建系统恢复点。一旦完成,您可以按以下步骤操作:
- 按Windows key + R调用Run dialog。
- 在Run dialog盒中,type regedit和HIT Enter打开Registry Editor。
- Navigate or jump到下面的注册表项路径:
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows NT\CurrentVersion\Windows
- 现在,在右侧,双击AppInit_DLLs registry键以编辑其属性。
- 在Edit String window中,留下Value数据字段空白。
- Click OK保存更改。
- 您现在可以关闭Registry Editor window。
- Reboot您的计算机让更改生效
重新启动计算机后,在计算机上运行脚本。问题应该得到解决
Windows中的AppInit_DLLs
AppInit_DLLs是一种机制,允许将DLLs的任意列表加载到系统上的每个user mode process中
在注册表中存储在此键下的值决定了AppInit_DLLs infrastructure的行为:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows
下表描述了这些注册表值:
Value | Description | Sample Values |
---|---|---|
LoadAppInit_DLLs (REG_DWORD)${REMOVE}$ | Globally enables or disables AppInit_DLLs.${REMOVE}$ | 0x0 – AppInit_DLLs are disabled. |
0x1 – AppInit_DLLs are enabled. | ||
AppInit_DLLs (REG_SZ) | Space or comma delimited list of DLLs to load. The complete path to the DLL should be specified using Short Names. | C:\ PROGRA~1\WID288~1\MICROS~1.DLL |
RequireSignedAppInit_DLLs (REG_DWORD)${REMOVE}$ | Only load code-signed DLLs.${REMOVE}$ | 0x0 – Load any DLLs. |
0x1 – Load only code-signed DLLs. |
Windows中的AppInit DLLs facility增加了新的签名要求
这将有助于改善system reliability and performance,并提高软件起源的可见性
.Related posts
Windows 无法验证数字签名(代码 52)
修复存档格式未知或损坏错误
此功能需要可移动媒体 - 密码重置错误
修复 Windows 11/10 上的 Microsoft Store 登录错误 0x801901f4
修复 Crypt32.dll 在 Windows 11/10 中未找到或丢失错误
修复 Windows 11/10 上的 Explorer.exe 应用程序错误
修复 HP 计算机上的 Smart Check 通过,Short DST Failed 错误
游戏服务错误 0x80073D26、0x8007139F 或 0x00000001
修复 Bdeunlock.exe 图像错误、系统错误或无响应错误
安装 Windows 的驱动器上需要额外的可用空间
版本不支持此版本文件格式,0xC03A0005
在 Windows 11/10 中将属性应用到文件时出错
运行时错误 429,ActiveX 组件无法创建对象
在 Windows 10 上安装 Realtek HD 音频驱动程序失败,错误 OxC0000374
修复 Windows 10 上的应用程序加载错误 5:0000065434
修复升级错误 0xC190020c、0xC190020d、0xC190020e、0xC190020f
文件 install.wim 对于目标文件系统来说太大了
系统错误 6118,此工作组的服务器列表不可用
在 Windows 10 中未找到或丢失 Hid.dll 错误
修复用户注销 Windows 10 计算机时的事件 ID 7031 或 7034 错误