熟悉Windows 7的用戶都知道,你可以在控制面板中將UAC(用戶帳戶控制)功能取消,以避免每次安裝程序,都要被系統(tǒng)詢問(wèn)是否允許安裝的彈窗信息,
解決Windows7 UAC與Office不兼容問(wèn)題
。最近有用戶反映,當(dāng)你在Windows 7下安裝Office(部分版本)后,如果想再次修改UAC設(shè)置,用戶在最后點(diǎn)擊“確定”按鈕時(shí),系統(tǒng)無(wú)任何反映,只能取消設(shè)置。對(duì)此問(wèn)題,微軟官方給出了解決方法為:新建一記事本,然后將以下內(nèi)容復(fù)制粘貼進(jìn)去:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT]
[HKEY_CLASSES_ROOTInterface]
@="IOleDocument"
[HKEY_CLASSES_ROOTInterface\NumMethods]
@="6"
[HKEY_CLASSES_ROOTInterface\ProxyStubClsid32]
@=""
[HKEY_CLASSES_ROOTInterface]
@="IOleDocumentView"
[HKEY_CLASSES_ROOTInterface\NumMethods]
@="16"
[HKEY_CLASSES_ROOTInterface\ProxyStubClsid32]
@=""
[HKEY_CLASSES_ROOTInterface]
@="IOleDocumentSite"
[HKEY_CLASSES_ROOTInterface\NumMethods]
@="4"
[HKEY_CLASSES_ROOTInterface\ProxyStubClsid32]
@=""
[HKEY_CLASSES_ROOTInterface]
@="IEnumOleDocumentViews"
[HKEY_CLASSES_ROOTInterface\NumMethods]
@="7"
[HKEY_CLASSES_ROOTInterface\ProxyStubClsid32]
@=""
HKEY_CLASSES_ROOTInterface\NumMethods]
@="6"
[HKEY_CLASSES_ROOTInterface\ProxyStubClsid32]
@=""
[HKEY_CLASSES_ROOTInterface\NumMethods]
@="5"
[HKEY_CLASSES_ROOTInterface\ProxyStubClsid32]
@=""
[HKEY_CLASSES_ROOTInterface]
@="IOleCommandTarget"
[HKEY_CLASSES_ROOTInterface\NumMethods]
@="5"
[HKEY_CLASSES_ROOTInterface\ProxyStubClsid32]
@=""
最后,將文件另存為注冊(cè)表文件(如uackz.reg),