Start Word without Add Ins

陌路散爱 提交于 2019-12-24 01:15:49

问题


Is there any way to start MS Word (only this instance) without Add Ins? I only find a way to disable the Add Ins complete.


回答1:


From the Word command line switches documentation, you can use the /a switch to "prevent add-ins and global templates from being loaded automatically.":

"C:\Program Files\Microsoft Office\Office\Winword.exe" /a

You could also start Word in Safe Mode with the /safe switch:

"C:\Program Files\Microsoft Office\Office\Winword.exe" /safe


来源:https://stackoverflow.com/questions/22203898/start-word-without-add-ins

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!