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.
Windows 7 上有一个设置可以自动从 MXDW 打开 XPS 文件:
https://blogs.msdn.microsoft.com/adrianford/2008/08/20/automatically-opening-xps-files-from-mxdw/
有没有办法通过代码更改此复选框设置?我正在使用 C#/VB.NET
没关系,我已经想通了。
当我切换此设置时,我使用了注册表比较工具 (regshot) 来查看注册表中的哪些变化。这是:
[HKEY_CURRENT_USER\Software\Microsoft\mxdwdui] "OpenAfterCreation"
DWORD 0x00000001 (1) means 'checked'