完美解决无法定位程序输入点 RtlDuplicateUnicodeString 于动态链接库 ntdll.dll 上

时间:2024-03-08 21:57:08
    系统不知道因为什么原因,在运行部分程序的时候.总是弹出下面的提示:
在网上查了好长时间也没有办法解决.后面查到一个国外的网站:http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=428315&SiteID=1,在这上面提到了解决办法:(This is a common problem with Win 2000 with some MS programs (e.g. MSOffice).
To solve this problem just rename or delete the "APPHELP.DLL" file in "SYSTEM32" directory.
)也就是说把SYSTEM32目录下面的APPHELP.DLL改名或者删除即可.