MS Word AddIn / VSTO 手动硬禁用
MS Word AddIn / VSTO manually hard disable
有什么方法可以(硬)禁用 MS Word add-in/VSTO?我找到了很多关于故障排除和重新启用加载项的信息,但没有关于如何硬禁用 Word Add-In/VSTO 的信息。我需要为我的客户创建一个测试场景,如果有人有任何想法,那就太好了。
我找到了解决方案...-> https://ardamis.com/2010/02/26/fixing-word-2007-add-in-issues/
Forcing add-ins to be disabled by Word
To test, you may be able to cause add-ins to be disabled by forcibly
ending the winword.exe process while Word is loading, or after it has
invoked a function from the add-in. It might require crashing Word a
few times, but eventually you’ll get an error:
Microsoft Office Word Word experienced a serious problem with the
‘[add-in name]’ add-in. If you have seen this message multiple times,
you should disable this add-in and check to see if an update is
available. Do you want to disable this add-in? [Yes] [No]
If you click Yes, the add-in will be hard-disabled and an entry will
be created in
HKEY_CURRENT_USER\Software\Microsoft\Office.0\Word\Resiliency\DisabledItems
有什么方法可以(硬)禁用 MS Word add-in/VSTO?我找到了很多关于故障排除和重新启用加载项的信息,但没有关于如何硬禁用 Word Add-In/VSTO 的信息。我需要为我的客户创建一个测试场景,如果有人有任何想法,那就太好了。
我找到了解决方案...-> https://ardamis.com/2010/02/26/fixing-word-2007-add-in-issues/
Forcing add-ins to be disabled by Word
To test, you may be able to cause add-ins to be disabled by forcibly ending the winword.exe process while Word is loading, or after it has invoked a function from the add-in. It might require crashing Word a few times, but eventually you’ll get an error:
Microsoft Office Word Word experienced a serious problem with the ‘[add-in name]’ add-in. If you have seen this message multiple times, you should disable this add-in and check to see if an update is available. Do you want to disable this add-in? [Yes] [No]
If you click Yes, the add-in will be hard-disabled and an entry will be created in
HKEY_CURRENT_USER\Software\Microsoft\Office.0\Word\Resiliency\DisabledItems