IP
Enter a long URL to make Tiny!

This operation has been cancelled due to restrictions in effect on computer on Ms Outloook

ERROR : This operation has been cancelled due to restrictions in effect on this computer. Please contact your system administrator.

CAUSE : After you upgrade to Microsoft Internet Explorer 6 or to Internet Explorer 7, the following registry key is either missing or corrupted: 
HKEY_Local_Machine\Software\Classes\htmlfile\shell\open\command

SOLUTION :  When you click a hyperlink in Microsoft Outlook, you may receive the following error message:

This operation has been cancelled due to restrictions in effect on this computer. Please contact your system administrator.

To resolve this issue, import the registry key from another computer.

Note You may be able to resolve the issue by resetting Web settings in Internet Explorer 6 or Internet Explorer 7. To do this, follow these steps, as appropriate for your situation.

Internet Explorer 6

  1. Start Internet Explorer 6.
  2. On the Tools menu, click Internet Options.
  3. Click the Programs tab, and then click the Reset Web Settings button.
  4. Under Internet programs, verify that the correct e-mail program is selected.
  5. Click to select the Internet Explorer should check to see whether it is the default browser check box.
  6. Click Apply, and then click OK.

Note You may receive the following message when Internet Explorer starts:
Internet Explorer is not currently your default browser. Would you like to make it your default browser?
If you receive the message, click Yes.

Internet Explorer 7

  1. Start Internet Explorer 7.
  2. On the Tools menu, click Internet Options.
  3. Click the Advanced tab, and then click Reset.
  4. Click the Programs tab, and then click Set programs.
  5. Click Set Default Programs.
  6. Click to select Microsoft Outlook, and then click Set this program as default.
  7. Click OK, and then close the Default Programs dialog box.
  8. In the Internet Options dialog box, click the Programs tab, and then click Make default under Default web browser.
  9. Click OK.

Export and import the registry key from another computer

Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the iYogi Knowledge Base:
How to back up and restore the registry in Windows

Note Use this method only if the earlier instructions for each browser do not work to resolve this problem.

Export the registry key from another computer

  1. Click Start, and then click Run.
  2. In the Open box, type regedit, and then click OK.
  3. Locate the following registry key: HKEY_Local_Machine\Software\Classes\htmlfile\shell\open\command
  4. Click the command folder.
  5. On the File or Registry menu (depending on your operating system), click Export.
  6. Note the location of where the file will be saved. The registry file can be saved directly to the hard drive or floppy disk.
  7. Type a unique file name, and then click Save.
  8. Quit the Registry Editor.

Import the registry key

  1. Copy the Exported registry key to the desktop on the problem computer.
  2. Double-click the .reg file.
    You receive the following message:
    • Are you sure you want to add the information in drive: location file was copied to\file name.reg to the registry?
  3. Click Yes, and then click OK.

Unable to start Windows firewall service in Windows XP SP2 due to adminitrative templates

SOLUTION : This solution provides step to resolve problem with Windows Firewall service. You cannot start the Windows Firewall service. You may experience one or more of the following symptoms:
  • When you click Windows Firewall in Control Panel, you may receive the following error message:
    Windows Firewall settings cannot be displayed because the associated service is not running. Do you want to start the Windows Firewall/Internet Connection Sharing (ICS) service?
    If you click Yes, you receive the following error message:
    Windows cannot start the Windows Firewall/Internet Connection Sharing (ICS) service.
  • If you try to manually start the Windows Firewall service by using Services, you may receive the following error message:
    Could not start the Windows Firewall/Internet Connection Sharing (ICS) service on Local Computer.
    Error 0x80004015: The class is configured to run as a security id different from the caller .

    Note: To open Services, click Start, click Control Panel, double-click Administrative Tools, and then double-click Services. For information about how to use Services, on the Action menu in Services, click Help.
  • The following events may appear in the system event log:
    Event ID: 7036
    Event Source: Service Control Manager
    Event Type: Information
    Event Category: None
    Description:
    The Windows Firewall/Internet Connection Sharing (ICS) service entered the stopped state.

    Event ID: 7023
    Source: Service Control Manager
    Type: Error
    Description:
    The Windows Firewall/Internet Connection Sharing (ICS) service terminated with the following error:
    The class is configured to run as a security id different from the caller.
  • When you use the SC query command to determine the status for the Windows Firewall/Internet Connection Sharing service, you see the following output:
     
    C:\>sc query sharedaccess
    SERVICE_NAME: sharedaccess
    TYPE : 20 WIN32_SHARE_PROCESS
    STATE : 1 STOPPED
    (NOT_STOPPABLE,NOT_PAUSABLE,IGNORES_SHUTDOWN)
    WIN32_EXIT_CODE : -2147467243 (0x80004015)
    SERVICE_EXIT_CODE : 0 (0x0)
    CHECKPOINT : 0x0
    WAIT_HINT : 0x0
  • If you try to start the Windows Firewall/Internet Connection Sharing (ICS) service at the command prompt by using the net start sharedaccess command, you see the following output:
    C:\>net start sharedaccess
    The Windows Firewall/Internet Connection Sharing (ICS) service is starting.
    The Windows Firewall/Internet Connection Sharing (ICS) service could not be started. 
    A system error has occurred.
    System error 16405 has occurred.
    The system cannot find message text for message number 0x4015 in the message file for BASE.

Note: The Windows Firewall feature of Windows XP SP2 is a replacement for the Internet Connection Firewall (ICF) in earlier versions of Windows XP.

Method 1: Restore the default security descriptor for the SharedAccess service

The service that controls the Windows Firewall/Internet Connection Sharing (ICS) service is named SharedAccess. The default security descriptor (SD) gives READ access to LocalSystem (SY), PowerUsers (PU), and AuthenticatedUsers (AU), and it gives Full Control access to Administrators (BA).

To view the SD of SharedAccess, type SC sdshow SharedAccess at the command prompt, and then press ENTER. The default SD appears and resembles the following:

 D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)

Note: To open the command prompt, click Start, click Run, in the Open box, type CMD, and then click OK.
If you see any other output as illustrated in this example, you can reset the SD by using the SC command with the sdset option. To restore the default SD for the SharedAccess service, type the following command at the command prompt, and then press ENTER:

SC sdset SharedAccess D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)

For more information about the SC sdset command, see Windows Help.

Method 2: Restore the default SD for the SharedAccess services.

Caution: This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. 

To restore the default SD for the SharedAccess services, follow these steps:

  1. Click Start, click Run, in the Open box, type regedit, and then click OK.
  2. Locate and then click the following registry subkey: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Security
  3. Delete the Security registry subkey, if it exists.
  4. Exit Registry Editor, and then restart the computer.

Note: It is important to delete the Security registry subkey if this subkey exists. This guarantees that the default security descriptor is used for starting Windows Firewall when the computer is restarted.

If you run Microsoft Component Object Model (COM), DCOM, or Microsoft COM+ applications to control the Windows Firewall service, you must also follow these steps:

  1. Click Start, click Run, in the Open box, type regedit, and then click OK.
  2. Locate and then click the following registry subkey:
    HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AppID\{ce166e40-1e72-45b9-94c9-3b2050e8f180}
  3. On the File menu, click Export.
  4. In the File name box, type C:eg_AppID_CLSID.reg, and then click Save to save the registry file.
  5. Delete the {ce166e40-1e72-45b9-94c9-3b2050e8f180} registry subkey.
  6. Click OK, and then exit Registry Editor.
  7. Start the Windows Firewall/Internet Connection Sharing (ICS) service. To do this, type NET START SharedAccess at the command prompt, and then press ENTER.

Note: You can perform all these steps at the command prompt. To do this, follow these steps:

  1. Type the following commands, and then press ENTER after each command:
    REG DELETE HKLM\SYSTEM\CurrentControlSet\Services\SharedAccess\Security /fREG DELETE HKLM\SOFTWARE\Classes\AppID\{ce166e40-1e72-45b9-94c9-3b2050e8f180} /f
    The deletion of the {ce166e40-1e72-45b9-94c9-3b2050e8f180} registry subkey is an important step. This step guarantees that the default security descriptor at the time of re-importing is applied.
  2. Restart the computer.

For more information about security templates, see 'Data Security and Data Availability for End Systems' at the following Microsoft Web site: http://www.microsoft.com/technet/archive/security/bestprac/bpent/sec3/datavail.mspx?mfr=true

For more information about the Windows XP Security Guide v2, visit the following Microsoft Web site:: http://www.microsoft.com/downloads/details.aspx?FamilyId=2D3E25BC-F434-4CC6-A5A7-09A8A229F118&displaylang=en

Error Message Mapi32.dll After You Upgrade to Windows XP

ERROR : A required component is missing: OMI9.DLL. Please install Microsoft Outlook again.

CAUSE : This issue may occur if either of the following conditions is true: 
  • Outlook is configured to run in compatibility mode.

    -or-

  • Your user profile is corrupted.

SOLUTION : After you upgrade to Microsoft Windows XP, you cannot start Outlook 2000.

To resolve this issue, follow these steps:

  1. Click Start, and then click Search.
  2. Click All files and folders.
  3. In the All or part of the file name box, type Outook.exe, and then click Search. By default, the Outlook.exe file is located in the following folder:
    C:\Program Files\Microsoft Office\Office10\
  4. Right-click the Outlook.exe file, and then click Properties.
  5. Click the Compatibility tab, and then click to clear the Compatibility mode check box.
  6. Click to clear any check boxes that are selected under Display settings.
  7. Click Apply, and then click OK.
  8. Start Outlook.

If the previous steps do not resolve the issue, then you may have to create a new user profile. To do so, follow these steps:

  1. Restart the computer in Safe mode. To start the computer in Safe mode, follow these steps:
    • Click Start, click Shut Down, and then click Shut down.
    • In the Shut Down Windows dialog box, click Restart, and then click OK.
    • When you are prompted to select the operating system to start, press F8.
    • Use the ARROW keys to select the appropriate Safe mode option, and then press ENTER.
    • If you have a dual-boot or multiple-boot system, use the ARROW keys to select the installation that you want, and then press ENTER.
  2. Log on to the computer as an administrator.
  3. Create a new user account with Administrator permissions. To do this, follow these steps:
    • Open User Accounts in Control Panel.
    • Click Create a new account.
    • Type a name for the new user account, and then click Next.
    • Click Computer administrator, and then click Create Account. Click OK.
  4. If you are using the NTFS file system, you have to modify the permissions on your old profile.

    NOTE: If you are using the FAT file system, do not follow steps a through c. Continue with step 5.

    To modify the permissions on your old profile, follow these steps:
    • Using Windows Explorer, right-click your old user profile folder, and then click Properties. By default, this folder is Drive_letter:\Documents and Settings\User_name, where Drive_letter is the drive on which Windows XP is installed and User_name is your user name.
    • On the Security tab, click your new user profile in the Name list, and then click to select Allow for the Full Control permission.

      NOTE: If your user profile is not displayed in the Name list, add your profile: Click Add, click your user name in the list, and then click OK.
    • Click OK to close the dialog box.
  5. Log off the computer, and then log on with the new profile.
  6. In Windows Explorer, copy all of the documents from the original My Documents folder to your new My Documents folder.

    The original My Documents folder is in the following location
    Drive_letter:\Documents and Settings\User_name\My Documents
    where Drive_letter is the drive on which Windows XP is installed and User_name is your old user name.
  7. To retain the Internet favorites links, copy all of the Internet shortcut files from the original Favorites folder to the Favorites folder of the user profile that you created.

    NOTE: Do not copy Desktop.ini file in the favorites folder.

    The Favorites folder is in the following location:

    Drive_letter:\Documents and Settings\User_name\Favorites
  8. Restart Outlook, and then follow the steps in the wizard to re-create your user profile.
  9. If you want to, you can follow these steps to import your old personal folder (PST) file into Outlook:
    • On the File menu, click Import And Export.
    • Click Import from another program or file, and then click Next.
    • In Select the file type to import from, click Personal Folder File (.pst), and then click Next.
    • In File to Import, click Browse to locate the PST file you want to import, and then click Next. If you know the path, type it in the box.
    • In Select the folder to import from, click the folder containing the data you want to import.

      If the folder contains subfolders, and you want to include this data in the import process, click to select Include Subfolders. If the destination for importing is the currently selected folder, click Import items into the current folder; otherwise, click Import items into the same folder in. This will create matching items in the destination folder you select.
    • Click Finish.
  10. If you want to, you can remove the Administrator permissions from the new user account. To change a user's group or account type, follow these steps:
    • Open User Accounts in Control Panel.
    • Click the user's account name.
    • Click Change the account type.
    • Click the type of account you want, and then click Change Account Type
    Additional Information | | | |

   #Odisha.Club @everything is here!
   Registry Edits for Windows XP
   How to remove .net software and installation
   Computer Screenshot sites : gur.in ! screenshots.leeindy.com
   Home | Contact Us| RSS | About US | Mail Us | Bookmark this page

Copyright © 2015 ranjanmantri.blogspot.com. All Rights Reserved.