the operation has been canceled due to restrictions in effect on this computer

简介:

http://www.fixkb.com/2012/10/error-this-operation-has-been-cancelled-due-to-restrictions-in-effect-on-this-computer-when-opening-links-in-outlook-2010-2007.html



Cause:
The default browser has been changed from IE to another application. and corrupt some registry entries.

Solution:
Close outlook and any web browsers you may have open.
Open an elevated command prompt window
Type the following commands line by line into the command prompt window:

REG ADD HKEY_CURRENT_USER\Software\Classes\.htm /ve /d htmlfile /f
REG ADD HKEY_CURRENT_USER\Software\Classes\.html /ve /d htmlfile /f
REG ADD HKEY_CURRENT_USER\Software\Classes\.shtml /ve /d htmlfile /f
REG ADD HKEY_CURRENT_USER\Software\Classes\.xht /ve /d htmlfile /f
REG ADD HKEY_CURRENT_USER\Software\Classes\.xhtml /ve /d htmlfile /f


Open Outlook and try again.


本文转自 zhangfang526 51CTO博客,原文链接:http://blog.51cto.com/zhangfang526/1758066

相关文章
Understanding the Conditions for Deadlock Formation
Deadlock formation in concurrent systems can be a challenging problem to identify and resolve. By understanding the conditions for deadlock formation and adopting appropriate prevention and handling strategies, developers can ensure the smooth execution of concurrent applications while minimizing th
67 0
|
Java Maven
An attempt was made to call a method that does not exist. The attempt was made from the following
An attempt was made to call a method that does not exist. The attempt was made from the following
486 0
|
Java API
解决办法:access restriction is not accessible due to restriction
解决办法:access restriction is not accessible due to restriction
139 0
|
iOS开发 数据格式 JSON
resource fork, Finder information, or similar detritus not allowed
XCode 8之后,上传AppStore可能会出现下面的错误: wbcW4.png CodeSign /Users/gururajtallur/Library/Developer/Xcode/DerivedData/Flow-bkqjkv...
1378 0
Matchmaking System Design – Answering Frequently Asked Questions
With the transformation of the financial services market, the demand for core technology for conducting financial transactions has grown.
1637 0