微软的一个
工具
Windows Resource Kits\Toolssubinacl.exe
从BAIDU找的一个脚本
reset.cmd
复制内容到剪贴板
代码:
subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f
subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f
subinacl /subdirectories %SystemDrive% /grant=administrators=f
subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=system=f
subinacl /subkeyreg HKEY_CURRENT_USER /grant=system=f
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=system=f
subinacl /subdirectories %SystemDrive% /grant=system=f起因:有些DLL
文件无法注册 使用 WINDOS MEDIA PLAYER 打开显示内部出错 等
进CMD执行那个脚本 貌似再修复一些东西
后 regsvr32 vbscript.dll
regsvr32 jscript.dll
可以注册了,问题解决。
请教哈那个Toolssubinacl.exe 工具的具体详细用法,微软的资料看得头疼。。。。。。。。。