在 IE9 中,虽然通过单击保存文件被保存为 FILENAME.xls,但在保存之前我得到了上面的窗口。此外,当我尝试打开保存的文件时,它会在下面弹出消息,尽管我可以通过单击是继续
无论如何我可以避免这种情况吗?
在 IE9 中,虽然通过单击保存文件被保存为 FILENAME.xls,但在保存之前我得到了上面的窗口。此外,当我尝试打开保存的文件时,它会在下面弹出消息,尽管我可以通过单击是继续
无论如何我可以避免这种情况吗?
通过在下面执行此操作可以避免第二部分(警告弹出窗口)
Insert this key in your registry to suppress the notification:
[HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Excel\Security] “ExtensionHardening”=dword:00000000
You can accomplish the above by doing the following:
1. Open your Registry (Start -> Run -> regedit.exe)
2. Navigate to HKEY_CURRENT_USER\SOFTWARE\MICROSOFT\OFFICE\15.0\EXCEL\SECURITY
3. Right click in the right window and choose New -> DWORD
4. Type “ExtensionHardening” as the name (without the quotes)
5. Verify that the data has the value “0″