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.
我们分发了一个需要在 Vista 64 位上以 XP 兼容模式运行的应用程序。但它不是从快捷方式自动启动(它从 CD 运行)。
任何人都知道如何强制它以 XP 兼容模式启动。
谷歌搜索给了我这个
对于那些想要强制应用程序在 XP 兼容模式下运行的人,只需设置以下注册表项:
HKCU "Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" "[full application path goes here]" "WINXPSP2"
将 CD 放入驱动器时按住 SHIFT。
浏览至 CD,右键单击 EXE 文件(您可能必须阅读 AUTORUN.INF 才能找到它)。
我认为你可以在属性中做到这一点。如果没有,做一个捷径。