Outlook Hyperlink Opening problem

This operation has been canceled due to restrictions on your computer

They are few solutions:
Reset Web settings
  1. Start Internet Explorer
  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.


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
Here is the Reg File

Other Possible Solutions
  1. Follow the instruction on the following KB articles:
    You receive an error message when you click a hyperlink in Outlook
    http://support.microsoft.com/kb/310049/en-us
  2. This issue may occur if there is a Group Policy object (GPO) that restricts what
    programs you can run. Programs can be restricted if either of the following
    policies in the domain organizational unit group policy or a local computer group
    policy have been applied:
    o Do not run specified Windows applications.
    o Run only the allowed Windows applications.
  3. In HKEY_LOCAL_MACHINE\SOFTWARE\Classes\htmlfile\shell\open\command change
    “C:\Program Files\Internet Explorer\IEXPLORE.EXE” -nohome to
    “C:\Program Files\Internet Explorer\iexplore.exe” –nohome
    (and viseversa)
  4. Delete the DWORD value named DisallowRun. (or remove IEXPLORE.EXE) – To do so: Locate and then click the following registry key: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
  5. to narrow the policy causing the issue to be:
    User Configuration \ Administrative Templates \ Windows Components \ Internet Explorer \ Browser menus\
    Disable Open in New Window Menu option — set this to DISABLE if it enable
  6. Disable the following Group Policy:
    User Configuration \ Administrative Templates \ Windows Components \ Internet Explorer \ Browser menusFile menu: Disable New Menu option
    File menu: Disable Open Menu option
    File menu: Disable closing the browser and Explorer Windows

How To Delete Your Google Account

You can delete Gmail from your Google Account at any time. If you're sure you won't use Gmail in the future, please follow these steps to delete it:



 Step 1.         Sign in to your Gmail account.
 Step 2.         Click Settings at the top of any Gmail page.
 Step 3.         Click Accounts in the Settings menu bar.
 Step 4.          Click Google Account settings.
 Step 5.         Click the Edit link next to 'My products.'
       Step 6.         Click Delete Gmail Service and fill in the required fields.

Then try to open your Gmail account………..

How to break administrator password of windows xp

U can Break Administrator Password by the following method:

1. Place your Windows XP CD(Bootable) in your cd-rom and start your computer

2. Keep your eye on the screen messages for booting to your cd Typically, it will be “Press any key to boot from cd”

3. Once you get in, the first screen will indicate that Setup is inspecting your system and loading files.

4. When you get to the Welcome to Setup screen, press ENTER to Setup Windows now

5. The Licensing Agreement comes next - Press F8 to accept it.

6. The next screen is the Setup screen which gives you the option to do a Repair.

It should read something like “If one of the following Windows XP installations is damaged, Setup can try to repair it”

Use the up and down arrow keys to select your XP instruction
7. Let the Repair run. Setup will now check your disks and then start copying files which can take several minutes.

8. Shortly after the Copying Files stage, you will be required to reboot. (this will happen automatically – you will see a progress bar stating “Your computer will reboot in 15 seconds”

9. During the reboot, do not make the mistake of “pressing any key” to boot from the CD again! Setup will automatically with the standard billboard screens and you will notice Installing Windows is highlighted.

10. Keep your eye on the lower left hand side of the screen and when you see the Installing Devices progress bar, press SHIFT + F10. This is the security hole! A command console will now open up giving you the potential for wide access to your system.

11. At the prompt, type NUSRMGR.CPL and press Enter. NOw You have just gained graphical access to your User Accounts in the Control Panel.

12. Now simply pick the account you need to change and remove or change your password as you prefer. If you want to log on without having to enter your new password, you can type control userpasswords2 at the prompt and choose to log on.

Source file:  http://www.unp.co.in/f140/break-administrator-password-of-windows-xp-23706/

Learn how to Install Apache, PHP, MySQL and phpMyAdmin

This tutorial will show you step-by-step how to install:

  • Apache 2
  • PHP 5
  • MySQL 5
  • phpMyAdmin


Installing Apache:

Today we will be installing Apache version 2.2.11. Follow the steps carefully.
  1. Go to web site and download "apache_2.2.11-win32-x86-openssl-0.9.8i.msi" to your desktop.

  2. Double click "apache_2.2.11-win32-x86-openssl-0.9.8i.msi", and if prompted, click "run".

  3. An installation wizard will appear:

    Start the Apache Server Installation

    Click "Next".

  4. The next page contains the terms of agreement. Select "I accept", and click "Next".

  5. Read about the Apache Server, and click "Next"

  6. The next screen will ask you for specific server information. Enter the values seen below:

    Configure Apache

    Click "Next".

  7. On the next screen, select "Typical Installation" and click "Next".

  8. Click "Next".

  9. Click "Install".

  10. Open up Internet Explorer and type in "http://localhost". If you see a page that says "It works!" then the Apache server has been installed successfully.

    Apache Server Success Page

NOTE: Apache is installed by default in your "C:\Program Files\Apache Software Foundation\Apache2.2" directory. Please change path as "C:\Apache2.2"

Installing PHP:

  1. Go to web site and download the "php-5.3.0-Win32-VC9-x86.msi"
  2. Double click php-5.3.0-Win32-VC9-x86.msi", and if prompted, click "run". Change install directory "C:\PHP5", Select web server apache 2.2x Module, 
  3. After complete installation Open up your Apache configuration file ("C:\Apache2.2\conf\httpd.conf") in notepad and add these seven lines below to the bottom of the "LoadModule" section:
  #BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
ScriptAlias /php/ "C:/php5/"
Action application/x-httpd-php "C:/php5/php-cgi.exe"
PHPIniDir "C:/php5/"
LoadModule php5_module "C:/php5/php5apache2_2.dll"
AddType application/x-httpd-php .php
#END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL

4. Restart your Apache Server for the changes to take effect: Start > All Programs > Apache HTTP Server 2.2 > Control Apache Server > Restart

5. Open up Internet Explorer and type in: http://localhost/info.php. If your browser takes you to a page that looks like this, then PHP has been installed successfully!

PHP Info Page

 

Installing MYSQL:

Next we will be installing MySQL version 5. Follow the steps carefully.
  1. Go to website and download the "mysql-5.0.45-win32.exe" to your desktop.

  2. Once "972_mysql-essential-5.0.45-win32.zip" has finished downloading, you can extract it using WinZIP or a similiar program.

  3. Once extracted, double click on the "Setup.exe" file. An installation wizard will appear.

    Start the MySQL Server Installation

    Click "Next".

  4. Select "Typical" Installation and click "Next".

  5. Click "Install". (Be patient, this can take up to several minutes).

  6. The next screen will ask you to "Sign Up". Select "Skip Sign-Up" for now.

  7. The next screen will tell you that the installation wizard is complete. Make sure that the "Configure the MySQL Server now" field is checked before clicking "Finish".

    Create a MySQL Server Instance

  8. The MySQL Server Instance Configuration Wizard should appear. Click "Next".

  9. Select "Detailed Configuration" and click "Next".

  10. Select "Developer Machine" and click "Next".

  11. Select "Multifunctional Database" and click "Next".

  12. Click "Next".

  13. Select "Decision Support (DSS)/OLAP" and click "Next".

  14. Select "Multifunctional Database" and click "Next".

  15. Make sure "Enable TCP/IP Networking" is checked, the Port Number is set to "3306", and "Enable Strict Mode" is checked. Click "Next".

  16. Select "Standard Character Set" and click "Next".

  17. Check "Install As Windows Service", set the Service Name to "MySQL", and check "Launch the MySQL Server automatically". Make sure that the "Include Bin Directory in Windows Path" is NOT checked. Click "Next".

  18. On the next screen, check the box that says "Modify Security Settings". Enter a password for the default "root" account, and confirm the password in the box below. Do NOT check the boxes "Enable root access from remote machines" or "Create An Anonymous Account". Click "Next".

  19. Click "Execute". (This may take a few minutes. Be patient).

  20. Click "Finish".

 

  1. To test if MySQL was installed correct, go to: Start > All Programs > MySQL > MySQL Server 5.0 > MySQL Command Line Client. The MySQL Command Line Client will appear:

    MySQL Command Line

  2. It will ask you for a password. Enter the password you created in step 18. (If you enter an incorrect password MySQL will automatically close the command line)

  3. Next, type in the commands shown below: (shown in blue)

    Test MySQL

    If you don't get any errors, and it returns the information shown above, then MySQL has been successfully installed! Next we will need to configure PHP to work with MySQL. 

Installing phpMyAdmin:

 

  1. Go to website and download "english.zip" under the phpMyAdmin 3.2.1  section to your desktop.
  2. Create a new folder called "phpmyadmin" in your "htdocs" directory. Extract the contents of the "phpMyAdmin-3.2.1-english.zip" ZIP file here. Your C:\Apache2.2\htdocs\phpmyadmin".
  3. then edit Config.sample.inc.php as config.inc.php
  4. Now Change DirectoryIndex module at httpd.conf
          (DirectoryIndex index.html  as  DirectoryIndex index.php index.html)
         
     4. phpMyAdmin has now been successfully installed! To use it, open up Internet Explorer and type in  "http://localhost/phpmyadmin". This will bring you to the main phpMyAdmin page. If you have any questions, refer to the phpMyAdmin website or the "Documentation.html" file in the /phpMyAdmin/ directory.





      How To Increase Internet Speed

      If you use Windows XP Professional then it is possible to squeeze an extra 20% out of your internet connection. By default Windows XP Pro holds back 20% of your Internet speed for various services like windows update and spyware checks.

      If you want to tap into this locked speed then make the following changes:
      1. Go to Start-> Run-> and type gpedit.msc
      2. Expand Computer Configuration
      3. Expand the Administrative Templates branch
      4. Expand the Network tab
      5. Highlight QoS Packet Scheduler
      6. Click on Limit Reservable Bandwidth and check the enabled box
      7. Then Change the Bandwidth limit % to 0 %

      Once you have done this click apply and restart your PC. After rebooting you should see a noticeable improvement in your net speed.

      Redhat Linux Internet Connection Sharing

      Linux can be easily configured to share an internet connection using iptables. Al you need to two network interface cards as follows:

      a) Your internal (LAN) network connected via eth0 with static ip address 192.168.1.254
      b) Your external WAN) network is connected via eth1 with static ip address 192.168.2.1

      Please note that interface eth1 may have public IP address or IP assigned by ISP. eth1 may be connected to a dedicated DSL / ADSL / WAN / Cable router.


      Step # 1: Enable Packet Forwarding




      Login as the root user. Open /etc/sysctl.conf file

      # vi /etc/sysctl.conf

      Add the following line to enable packet forwarding for IPv4:

      net.ipv4.conf.default.forwarding=1

      Save and close the file. Restart networking:

      # service network restart

      Step # 2: Enable IP masquerading



      In Linux networking, Network Address Translation (NAT) or Network Masquerading (IP Masquerading) is a technique of transceiving network traffic through a router that involves re-writing the source and/or destination IP addresses and usually also the TCP/UDP port numbers of IP packets as they pass through. In short, IP masquerading is used to share the internet connection.

      Share internet connection

      To share network connection via eth1, enter the following rule at command prompt (following useful for ppp0 or dial up connection):

      # service iptables stop
      # iptables -t nat -A POSTROUTING -o eth1 -j MASQUERADE
      # service iptables save
      # service iptables restart


      Open your Windows / Mac / Linux computer networking GUI tool and point router IP to 192.168.1.254 (eth0 Linux IP). You also need to setup DNS IP such as 208.67.222.222 and 208.67.220.220. You should now able to ping or browse the internet:

      c:> ping 202.54.1.20
      c:> ping google.com

      How to find the "Tools Option" in an Office 2007 Word document

      “Where is tools options?”
      If you wanted to change settings in Word, it was simple before .. you clicked on Tools | Options, so where is it now? 
      2007 Office ButtonClick the Office Button (big round button in the top left corner)  and you’ll find Word options at the bottom, which contains most of what was under “Tools | Options” in previous versions.  It’s not all under the same headings as before so you may need to dig about a bit.  Let me know if you can find what you need and I’ll do my best to locate it for you…
      Word 2007 - Where is tools options button?
      Where is file properties?
      In previous versions this was on the File menu, and gave you such information as Title and Author names, as well as the location of the document. To find this information in Word 2007,  click the round Office Button and click Prepare. From there you’ll see Properties, which displays some but not all of the info that was available in previous versions.  To see the full Document Properties dialog box click the down arrow and choose Advanced Properties.
      Office 2007 - Where is File Properties?
      Office 2007 Bring up Advanced Document Properties Dialog
      If you need to find something in new Office email me with this form.