Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我注意到,当您在 Visual Studio 中将 Platform target 设置为 Any CPU / x64 时,某些文件会被锁定(例如,aticfx64.dll,它是 AMD 显示器的设备驱动程序文件)。但是,对于 x86 上的 Platform 目标,没有文件被锁定。
我们需要 Any CPU 上的 Platform 目标,但我们不希望这些文件被锁定。我已经上网了,但找不到有关此问题的任何信息。有没有人有关于如何解决这个问题或遇到类似问题的建议?谢谢 ;)
AppInit_DLLs32 位和 64 位应用程序的注册表中有不同的列表。通常,DLL 注入因进程位数而异。
AppInit_DLLs
您可能需要仔细检查预加载 DLL 的注册表列表并删除任何您不想要的。