[How To] Uninstall Internet Explorer 9

Internet Explorer 9

Recently I have downloaded and installed Internet Explorer 9 beta on my laptop to see what Microsoft is up to with their new browser. But since then I had problem while opening some programs like Windows Live Writer (it is the older version of WLW of course), which was getting crashed even before it could start. I was quite sure that the IE 9 could be the culprit and in fact an article at Windows support knowledge base suggested me that I was right. Ok, all I need to do is to uninstall the Internet Explorer 9 from my PC. I followed the usual routine: Control Panel > Programs> and clicked Turn Windows features on or off.

But I was rather surprised to see that there’s no Internet Explorer in the list !

IE 9 missing in Windows features

The fact is that when you choose to install Internet Explorer 9 beta, it’s going to be installed as an windows update. So if you want to uninstall this program, you need to uninstall from the installed windows updates list.

Steps:

1. Go to Control Panel > Programs > Click “Uninstall a program”.

Uninstall program in control panel

2. And yes, you don’t find it under the installed programs list. Click on “View installed updates” link.

Programs and features and installed updates

3. Now search for “internet explorer” in the installed updates list.

ie 9 uninstall

4. Just right-click and choose “uninstall” and accept the confirmation.

IE9_uninstall_confirm

Just restart the computer once the uninstallation is over and there you go, you have Internet Explorer 8 back on your PC instead of Internet Explorer 9.

This marks our 500th post at Techrena.net. To receive the updates from our site subscribe to Techrena’s RSS feeds via email.

[How To] Change The Favicon In Blogger

Change default favicon in Blogger

If you have landed here while searching for changing the favicon in blogger, this itself is a indication that you know something about the favicons. Even though I assume that you know a bit about favicons, let me quickly introduce the concept of “favicon” :

Favicon (pronounced fav-eye-con) is the short name for “favorites icon” and is otherwise called as a shortcut icon. It is a 16×16 (most common) or 32×32 pixel square icon that is shown next to the URL of any webpage in a browser that supports tabs like Firefox, Google Chrome, Opera or Internet Explorer 7/8 etc. It is also shown in bookmarks or favorites, when you bookmark (in Firefox, Chrome or Opera) or when you add a site to favorites (in Internet Explorer). Many websites use well designed favicons as branding for their site and it also enables their site to be distinguished from other sites easily.

Wikipedia Favicon

If you are using Blogger blog, you might have already noticed that Blogger shows default favicon Blogger faviconnext to the URL of your blog as shown here:

blogger favicon example

Usually if you want to change the favicon of a website, you need to upload the new favicon file to the root folder of the website and the new favicon appears in your website immediately. But it’s not the same case with Blogger. As the user doesn’t have control over the files hosted on Blogger, the only way you can change the favicon in a Blogger blog is to upload that favicon to a free image host that supports uploading of .ico formats and then tell the Blogger to use this favicon instead , by specifying it in a short code inside the HTML source code of your blog template. Let’s look into the step-by-step guide on how to get this done.

Steps:

1. Design an attractive favicon for your site using many online favicon generators online. I’m quoting a few such tools here:

favicon.cc

favicon.co.uk

antifavicon.com

iconj.com

2. Once you have designed and downloaded the favicon on to your desktop, you need to upload it to a host site where you have access to upload the favicon file and retrieve it later. I suggest you try some image hosting sites that allow the uploading of .ico files. Iconj.com mentioned in the above list supports uploading and hosting your .ico files as well.

3. Now note down the URL of the file located on the image host.

4. Login to blogger.com and go to your dashboard. Click on the “Design” tab under your dashboard.

design link in blogger dashboard

5. Now click on “Edit HTML” tab found under the “Design” tab.

Edit Html under design in blogger

6. Find the <head> and </head> lines in the HTML code.

7. Copy the following code:

 <link href='http://www.your-icon-url' rel='shortcut icon' /> 
 <link href='http://www.your-icon-url' rel='icon' />

Replace “www.your-icon-url” in the above code with the actual URL pointing to the new favicon file of your site. Example:

<link href='http://www.techrena.net/favicon.ico’ rel='shortcut icon'/>
<link href='http://www.techrena.net/favicon.ico’rel='icon'/>

8. Paste the modified code anywhere in the HTML code, but it should be placed after the <head> and before </head> section [Tip: Use Ctrl + F to find these lines] in the HTML code. Click “Save Template” to save the changes to the code.

favicon code in blogger html design

9. The new favicon may take some time to appear in your browser. You may not see it until your browser clears its local cache. To see the new favicon instantly, try Ctrl + F5. If it doesn’t show up, try opening your blog in another browser and you will see the change

New favicon

If you liked this post, you might also want to read our earlier exclusive posts about Blogger : How to verify Blogger blog in Webmaster tools, Blogger title tweaks for SEO and swapping Blogger blog title and post title.

[How To] Find The MAC Address Of Your Computer

what is my mac address

Media Access Control address (wiki: MAC address), also known as physical address or hardware address is a unique identification number assigned to each of your local network adapters or network interface cards like Ethernet card, Wireless LAN card, Bluetooth device etc.

As said earlier, MAC address is unique for each of the network adapters and will not match MAC address of any other device in the world. MAC address will generally be in the form “xx-xx-xx-xx-xx-xx” (12-digit alphanumerical). The address will tell many things about the network adapter card installed in your PC. The first six digits of the MAC address belong to the manufacturer of that adapter card. Of late, MAC address are sometimes used to register your computer to your ISP.

An example for such MAC address may be of the following three forms:

0C:60:76:42:0A:3B” or “0C-60-76-42-0A-3B” or “0c6076420a3b

Here the first six digits “OC6076” denote that it is being manufactured by the vendor, a Taiwan based Hon Hai Precision Ind. limited.

[Tip: Use online MAC Address Decoder to find details about your network card after find out the MAC address following this tutorial.]

Now get into the details of how to find the MAC address for network adapters in your computer. Before proceeding, you should know that the MAC address can only be traced if that network adapter is being enabled and connected to a network.

Finding MAC Address in Windows [Windows 7 or Vista]:

You find physical address of your computer’s network adapter in the following methods:

Method ONE:

  • Open the  “Network and Sharing Center” from the Control Panel
  • Click on “Change adapter settings

network sharing change adapter settings link

  • Now all your Network connections will be shown in the window. Those that are in grey denote that that particular network connection is currently disabled. The adapters which are currently enabled will be shown in blue. The network adapter or connection which is enabled but not connected to any network right now will be shown with a “X” mark below it.

network connections list

  • Right-click on the Network connection for which you want to find out the MAC or physical address. Select Statusoption from the popup. The network connection status window will open up. Click on the “Details” tab in the status window.

Wireless network connection status

  • In the “Network Details” window, you will see the physical address as marked in the screenshot.

Physical address Network connection details

Method TWO:

Using the “ipconfig” command:

Go to Start menu(press windows start button) and type “cmd” in the search box and open cmd.exe from the results.

Cmd in start menu search

cmd.exe from start menu in programs

Type “ipconfig/all” (without quotes) and press enter.

ipconfig command

Physical address using ipconfig command

The command prompt window will show you the full list of your network adapters and their properties. Adapters that are disabled will be shown as “Media disconnected” against them. Carefully scroll the window to find the network connection for which you want to trace the physical (MAC) address (that is enabled and connected). While scrolling the window ignore all the network connections that are shown as “Media disconnected”. In my case I want to find the MAC address for my wireless network connection which is currently enabled is connected to a network. So I have scrolled the window until I could find the properties for Wireless LAN adapter and figured out the Physical address. Note down the MAC address value listed against the Physical Address (Right-click on the window, choose Mark select the physical address value and press “Enter” to copy the value to the clipboard) it as highlighted in the above screenshot.

Method THREE:

Using the getmac command:

Open the command prompt window as shown in the previous method and type “getmac” (without quotes) and press enter. Notice the MAC address of the device listed under “Physical Address” for the adapter that has not been marked as “Media disconnected” under “Transport Name”.

getmac command

You will find the mac address of the devices that are connected as well as disconnected.

Finding The Physical Address on a Mac OS X:

1. Click on the Apple Menu > Select System Preferences.

2. Select Network tab under the Internet & Network.

3. If you are connected to a wireless network, select “AirPort” from the drop down next to “Show” tab. The AirPort ID shown there is your physical address for that wireless adapter.

AirPort id in mac

4. If you are connected via a wired connection, select “Built-in-Ethernet” from the drop down under “Show” tab. The Ethernet ID shown there is the MAC address of your Ethernet card.

Ethernet id in mac osx

Finding MAC Address in Linux or in any UNIX based systems:

1. Launch the Terminal and type ifconfig and press enter.

Terminal in linux

2. Now you will be shown the MAC address next to HWaddr (shortcut for Hardware address) as shown:

ipconfig command in linux

Alternatively, you may also type “/sbin/ifconfigsbin/ifconfig in linuxin the console and press Enter. You may need to provide credentials if you get “permission denied” error, by using su –c “/sbin/ifconfig” ifconfig in linuxin the console.

These are the ways you can find the MAC address without using any external software. However, there are many third party programs available to do the same, you may also use them to find our MAC address.

BTW, do you know that you can actually change the MAC address (read spoofing MAC post) to show a dummy number instead of the actual value? If you liked this post, do take time to read our earlier tutorials.

[How To] Set up Custom Domain Name For Your Blogger Blog

Blogger logo

This for those who has a Blogger (..blogspot.com) blog and want to upgrade it to use your own custom domain like www.example.com instead of your current example.blogspot.com. First up, you should know why should you migrate your blog to a custom domain. The advantages with using a custom domain instead of a Blog*Spot (..blogspot.com) subdomain are:

Your blog URL becomes reasonably short and you can choose a catchy domain name that will make your regular blog readers to remember the blog URL easily.

You can have a blog at the domain root folder (like example.com) and this has clear advantages in terms of SEO and PageRank aspects. For instance Alexa sometimes may not rank blogs that are located on subdomains like blogspot.com, it only works well with the sites that are hosted on the root folders.

Fortunately, Blogger supports publishing on a custom domain and offers free unlimited hosting and bandwidth for all of your content associated with your blog. So you don’t need to look for a hosting service and pay it for hosting. Let’s see how a naive Blogger user can start using a custom domain name for his/her Blog*Spot blog.

The Actual Process

>> To start with, login to blogger.com with your Google account and go to your Blogger dashboard.  Click on “Settings” link under your Blog entry in the dashboard.

>> Find “Publishing” tab under the Settings and click on it. You will see the following:

Publishing on blogspot.com settings

>> Click on “Custom Domain” link to get started with the custom domain.

buy domain through blogger

Now you have two options. You can either buy a domain name for your blog from Google (Blogger) itself (charges $10 per year via Google Checkout) or you can buy through some dedicated domain name/hosting registrars, for instance Yahoo Small Business.

>> If you choose to buy the domain from Google, it’s very straightforward and you need not worry about other settings like DNS settings plus you will also get Google Apps for your domain.

However, if you have bought the domain from external domain name registrar, first you need to configure DNS (Domain Name Server) settings for your domain.You must have an option to change your CNAME and A NAME records for your domain, if you find difficulty in changing these records, contact your domain name registrar.

1. Creating CNAME record:

Create a CNAME record for your blog with the following CNAME:

ghs.google.com.

Adding CNAME record

2. Creating an ‘A’ NAME record: ‘A’ NAME records are helpful in redirecting non-WWW URL (naked URL) of your domain (your-blog.com) to a WWW version of your domain (www.your-blog.com).

Create a three ‘A’ NAME records with the name of your domain without the ‘www’ as shown here:

Add the following four such records pointing your naked domain (ex:your-blog.com) to the IP addresses listed below:

216.239.32.21

216.239.34.21

216.239.36.21

216.239.38.21

add A NAME record

>> Now, click on the “Switch to advanced settings” at the top corner on your right hand side.

switch advanced settings in Blogger custom domain

>> Enter your domain name (with www) in the “Your Domain” filed. And also select “Redirect your-blog.com to www.your-blog.com” option. You may keep the default options “No” for “Use a missing file host? ” filed.

Advanced settings for custom domain in Blogger

>> Enter the word verification and click “Save Settings” to finish the process and save your settings. Now you are done with setting up for your custom domain for your Blog*Spot blog. Now Blogger will redirect all Blog*Spot subdomain visitors to your own custom domain.

Blogger custom domain output

Initially your new domain won’t redirect itself to your blog as it takes nearly 24 hours for DNS records to be updated. Tip: Use DNS Propagation checker to check how your DNS information has been propagated around the globe in the internet.

Please note that you can only use this feature on domains or subdomains (like your-blog.com or diary.your-blog.com etc.) but not on subdirectories (your-blog.com/diary). All your existing content including images will continue to work as they used to be.

Let’s know if you find any problem while following this tutorial.

[How To] Configure Microsoft Outlook 2010 With Gmail

A tutorial for Outlook 2010 beginners:

Gmail in Microsoft Outlook 2010

It’s true that Gmail’s web interface is great and feature rich and for the same reason it is gaining lot of popularity among the users when compared to other web based email services. Some of you may want to read your mails through an email client like Microsoft Outlook. With this you can not only use Gmail via your favorite email client, you can also setup and read email messages from multiple email accounts. This also gives you the convenience of added features like searching, filtering, organizing mails and offline mail storage options. Although Google of late trying hard to offer most of these features to it’s web version, the main reason that you may opt for Outlook is to handle mails from Gmail account as well as from other email services simultaneously at one place. Whatever may be the purpose, if you would like to configure Microsoft Outlook 2010 with your Gmail account, follow the steps: [There’s nothing much to do just follow the wizard]

1. Go to Start Menu and type “o l” (without quotes) and open the Microsoft Outlook 2010.

2. Start the new email account configuration wizard and in the second step you need to enter your email account details:

Add New email account in Outlook

3. Click Next after entering your details. Let the Outlook configure itself properly for your email account. This may take a few minutes. Outlook automatically searches and finds server settings online.

Online search for server settings in Outlook for Gmail

4. You are done with configuring Outlook. However you may also configure settings manually by clicking on the “Manually configure server settings” and clicking Next button.

Gmail settings in outlook

Your settings should be identical to the ones shown in the above screen shot. Click on More Settings button to find some more settings under the “Advanced” tab which should be identical to the following:

Advanced email settings in Outlook 2010

IMAP Settings for Gmail in Outlook 2010:

Incoming mail server: imap.gmail.com

Outgoing mail server: smtp.gmail.com

Server Port Numbers:

Incoming server (IMAP):  993 [Using SSL encryption]

Outgoing server (SMTP): 587 [Using TLS encryption]

[How To] Change User Account Picture In Windows 7

This is very basic, easy and straight forward Windows 7 tutorial, intended for the Windows 7 beginners.

User account pictue in Windows 7

You might have noticed that whenever you go to Start Menu or Welcome or logon screen of your Windows 7 PC, you will be shown with some thumbnail picture next to your Windows user account. Windows randomly chooses the account profile picture for you which you can change anytime though. Just follow the below steps to quickly change your user account picture in Windows 7.

1. Click Start Menu and click on your user account profile at the top.

user account in start menu

2. It will open the User account manager under control panel. Find and click on “Change your picture” link in this window.

Change your user account picture

3. You will now be asked to choose your account picture. You can either select one from the handful of preloaded images listed there or you may also browse your computer for more pictures. Click on “Browser for more pictures..” link at the bottom of the window to select a picture from your computer.

Change your user account picture

4. Click on change picture to finish the process and you are done with changing your user account picture.

Although this tutorial is written keeping Windows 7 in mind, the procedure still remains the same for older versions of Windows like Windows Vista and Windows XP.

[How To] Remove The “Test Mode” Watermark From Windows 7

Test Mode Windows 7 Watermark

Legitimate Windows 7 users who are using the original and activated copies of Windows 7 versions are lately getting kind of weird “Test Mode Windows 7 Build 7600” watermark/message on the bottom right corner of their desktop just above the time zone area in the taskbar. This is really annoying as it appears suddenly anytime, users hardly knowing anything about the reason why it’s being showed up.

This message may appear when you follow one of the methods to disable driver signature checking in Windows 7. While implementing the method you may accidentally use the following commands

bcdedit.exe -set loadoptions DDISABLE_INTEGRITY_CHECKS

bcdedit.exe -set TESTSIGNING ON

and these commands are found to cause this problem. Having known the cause of the problem, we just need to do the reverse (enable “Integrity_checks” and set “Testsigning” off). Let’s see the full solution to disable this message on your Windows.

Solution:

1. You need to first run the command prompt as an administrator before you could proceed to the next steps. Refer to this old post at Techrena to know how you can run the command prompt program as an administrator.

2. In the command prompt window type the following command

bcdedit.exe -set loadoptions ENABLE_INTEGRITY_CHECKS

and press enter and you must see “the operation completed successfully” message

now enter the following command and hit Enter again

bcdedit.exe -set TESTSIGNING OFF

and again you should get the same above success message. Refer to the screenshots posted below:

removing test mode cmd

3. Reboot your Windows and see the changes, the “Test Mode Windows 7 Build 7600” watermark disappears. That’s all.

[How To] Make Older Programs Compatible With Windows 7

program not supported in Windows 7

Many users still use Windows XP and not upgrading it to the Windows 7, the one reason that we can think of is that they are worried about their favorite programs that they run in Windows XP without any issues might fail to run smoothly in Windows 7. While this may be true to some extent but the truth is that Windows 7 does offer a way to run these kind of programs.

It is always suggested that you check the compatibility of the program that you want to run, at Windows 7 Compatibility Center.

Windows 7 compatibility center program check

Let us look at the alternatives that let us run older software in the newer Windows 7:

1. Run the latest version of the software: It sounds straightforward and easy, the fact that almost all the software makers who produce programs intended for Windows XP upgrade their versions to make them compatible with Windows 7. Hence you should always find the latest version of the software before you decide to run it on your Windows 7 machine.

2. Using Compatibility Mode: As I said earlier, Windows 7 does have compatibility mode to run programs in compatibility mode for all the way back to Windows 95 to the Windows Vista (Service Pack. You can easily run any Windows XP based program using this feature in Windows 7.

Run windows xp compatibility mode in Windows 7

3. Another alternative is to use “Program Compatibility troubleshooter”. Go to Control Panel > Troubleshooting > Click “Run programs made for previous versions of Windows. Now the Program Compatibility wizard opens up and scans for the programs with compatibility issues and you can then select the program for which you want to changes in compatibility settings.

Program Compatibility wizard

Program compatibility in Windows 7

4. Using Windows XP inside Windows 7: Consider this option if all the above alternatives discussed fail. You can use Windows XP along with your Windows 7 in two ways: 1) Install Windows XP in another drive and dual boot it with Windows 7 2) Use Windows 7 Virtual PC and Windows XP mode in your Windows 7 PC.

[How To] Use Google Multiple Sign-In Feature

Google Mutiple sing-in

If you use Google products a lot and that too with different logins (may be one for personal use and other for business purpose etc.), you would be knowing there’s absolutely no way to use both accounts on the same browser. Until recently you need to go through some workarounds or use another browser and keep switching between the two windows often. Times have changed, Google has listened to users like you and enabled this glorious multiple sign-in feature for selected Google products.

You wouldn’t even be knowing that such a feature exists until you open your Google account settings page. This tutorial explains you how to enable and use Google multiple sign-in feature for your account.

To begin with, visit Google account settings page,

Google account personal settings

Find a “Multiple Sign-in” tab under your personal settings, by default this feature would be set to “Off”, click on the “Edit” link to change the multiple sign-in settings.

You will be taken to multiple sessions page,

multiple google accounts enable

You need to read and understand the four aspects listed there (as shown in the screenshot) before adding a “check” to each one after which you can enable the Google multiple accounts feature. After you checked the each option, the “save’ option would be enabled. Click on it to save the settings and enable the multiple sign-in feature.

Now the Google multi-login feature gets enabled for you. Open any multiple sign-in supported Google product page(ex: Gmail) and you can figure out a drop down menu next to your Google account username. Click on it to see “Sign in to another account” link and click on it.
multilogin menu sample

You can sign in up to two additional accounts (so in essence, you can simultaneously access up to three Google accounts, while the first being your default account) and you can also open the same product in multiple tabs with different tabs.

Please note that the multiple sign-in option is currently available to only few products listed below and also it is not fully supported for use with Offline Gmail and calendar , for the same reason you wouldn’t want it to enable yet if you use offline Gmail.

Multiple-sign in feature supported Google products:

  • Code
  • Calender
  • Gmail
  • Reader
  • Sites
  • Voice
  • Docs

If you want to use multiple sing in with other products, you still need to either use tricks like using private browsing mode in supported browsers or use another browser as you have been doing all through.

[How To] Install WordPress On Your Local Computer

wordpress logo

Are you a web developer or admin of a network of blogs with WordPress as CMS? Want to test some new features offline before implementing them on your original server online ?

If your answer is “yes” to the above questions, perhaps you have landed on the right page. WordPress is an amazing Content Management System for blogs and it makes everything easy even for not so tech-savvy people. However if you own blogs, you might well be knowing the importance of testing the features like testing some enhancements to your current themes, testing plugins or even testing some third-party scripts on your WordPress blog. At Techrena, which is set to become a network of blogs sooner or later, we understand the importance of this testing. We do a lot of testing on our local computers before finally taking them online. We thought it would be useful if we share how actually we do this kind of testing on our local systems using WordPress. Here we are coming up with a detailed tutorial on installing WordPress on localhost via two methods.

1. Using Xampp Server

2. Using IIS server (on Windows only)

Before we start, while we try to give every detail while posting this please do note that in some cases, we do take things for granted in the sense that we assume that you know some basic things if not more. Let’s get started…

Using Xampp Server:

Requirements: i) PHP latest version (check here) ii) MySQL Database latest version (check here)

Although, PHP 4.3+ version and MySQL 4+ version is sufficient enough to run WordPress, we recommended you to use the latest versions always. One good thing with WordPress is that, it always notifies users when their database version is outdated. So this helps you keeping the updated database version.

Step 1:

Download the XAMPP local server. Run the installer and make sure that the XAMPP server is running on your tray.

Step 2:

Open the XAMPP Control Panel from the system tray, check the first box (Apache) and click on the “Start” button to start the Apache web server on your local machine.

Xampp control panel start Apache

Step 3:

Now that the local server has been installed we are now left with installing WordPress on our server. Download the latest WordPress zip file and extract the “WordPress” folder to the htdocs folder inside the “xampp” server installation folder.

htdocs in xamppWordPress in htdocs

Step 4:

Now you need to create a database table which can be used by WordPress. Go to http://localhost/phpmyadmin/ and create a new database. If you are not able to login to the phpMyAdmin page, go to http://localhost/security/xamppsecurity.php page and edit the MySql SuperUser details and try again.

Enter the new database name (something like “wordpress”) and click “Create” and the new database will be created. Now we need to notify WordPress about this database in the next step.

New database in phpMyAdmin

Step 5:

Go to WordPress folder and open the file called “wp-config-sample.php” in any text editor.

editing wp-config-sample.php file

Make the changes to the file and rename it as “wp-config.php” and close the editor.

Step 6:

Now type http://localhost/wordpress/wp-admin/install.php (the path of the URL may change depending on what name you chose for site or the name of the folder under “htdocs”)

WordPress install page

Choose your local WordPress blog title and leave your email address in there start page and click “Install WordPress”. You will now be given username and password to login to your new blog.

2. Using IIS Server:


Microsoft has made it easier to install WordPress on your Windows based computer just like installing Windows apps, all you need to do is to do a few clicks.

Requirement: You need to enable and run IIS server on your computer.  Read our tutorial on how to activate IIS on your computer.

Step 1:

Download and run Microsoft Web Platform Installer. This is a free software from Microsoft developed to make installing web apps easy for Windows users.

Step 2:

Go to Web Applications > Blogs > click “Most Popular”, select “WordPress” and click Install button. Other tools that are required by  WordPress like PHP and MySQL will automatically be included in the download. You need to accept the licence agreement and then proceed to the download. The total download size should be less than 90 MB in most cases.

Web platform installer for wordpress

Step 3:

Once the download and installation gets over, you will be asked to enter information about your site in a series of steps:

i) Admin Password for MySQL: By default the database administrator username would be “root” and you need to select a password for the administrator, click “Continue” button once you are done.

MySQL dayabase admin password web platform

After you enter this, the download resumes for sometime and you will be then asked for some more information about the site.

ii) Application information: You need to enter the Database admin password (which you have set in the above step) and WordPress database password. You will also be asked to enter passphrases to secure your passwords, but the default option here is to leave them blanks and in any case this is not mandatory. You can however change it if you would like to change it.

WordPress IIS application info

ii) Site information: In this step you just need to enter the WordPress application name. You might not want to change the other details which are set to default already. Click “Continue” button and let the Web Platform installer install the application for you.

Step 4:

This is the last step of the installation. You will be shown the list of product installed on the window.

WordPress_web_platform_install_done

Click “Launch WordPress” to launch your WordPress blog. You can alternatively access it via http://localhost/wordpress/. You can find the WordPress installtion usually inetpub> wwwroot folder.

Still facing any problems during the installation ? Let us know through the comments.

Note:

1. The above two methods have been tested and found to be working well on Windows 7 machines.

2. While the method 2 is relatively simpler and quicker, we have however found that if you delete some sites from your IIS Manager, the WordPress installation getting corrupted. It may not be the same case for all but surely for some. We hence advise you to not to touch anything inside Internet Information Service(IIS) Manager unless you are sure about what you are doing.