Showing posts with label hp printer repair. Show all posts
Showing posts with label hp printer repair. Show all posts

Monday, July 20, 2009

How to repair .PST Recovery Tool

The Outlook ScanPst.exe .PST Recovery Tool

To get at it, you'll need to navigate to this path using Windows Explorer:

For Outlook XP & 2003: Hard Drive Letter:\Program Files\Common Files\System\MSMAPI\LocaleID (which is 1033 for the USA or similar)

For Outlook 2007: Hard Drive Letter:\Program Files\Microsoft Office\OFFICE12Now, inside this folder, you're looking for this particular setup file: "Scanpst.exe" When you run the .exe, you'll need to Browse... to your current .pst file and hit Start:


The Inbox Repair Tool will now scan the corrupted .PST file for errors:


If your PST file is recoverable, you'll see the repairable errors show up in the scan results. To fix them, select Repair.:
Transferring Recovered PST File Data to New PST File

Once the repair finishes, Outlook creates a "Recovered" version of your .pst file, and you need to tell Outlook to use it rather than the old, damaged or corrupted .pst file.Next, you'll need to point Outlook in the right direction, namely at the recovered .PST file: Start Outlook Normally

RESTART PROBLEM ON EVERY REBOOT THE WINDOWS XP

>>>>You can try this:

1. click on your start menu and open the run dialog.

2. type "cmd" and return (note: dont enter quotes)

3. Next type "fsutil dirty query C:"

4. If the return message indicates that the volume is dirty go to step 5

5. Next type "chkdsk C: /f /x"

6. After that finshes repeat step 3.

7. If it is no longer dirty then reboot and you should notice no more
ckdisk.

>>>>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Session Manager
Change the BootExecute entry from:
autocheck autochk * /.
To:
autocheck autochk *

Or else try this :

Start> Run> bring up a command prompt by typing in “CMD” and type ” fsutil dirty query g: “. This queries the drive, and more than likely it will tell you that it is dirty. Next, type “CHKNTFS /X G:”. The X tells Windows to NOT check that particular drive (G) on the next reboot. At this time, manually reboot your computer, it should not do a Chkdsk and take you directly to Windows.

Once Windows has fully loaded, bring up another CMD prompt and type and now you want to do a Chkdsk manually by typing “Chkdsk /f /r g:”. This should take you through 5 stages of the scan and will unset that dirty bit. Finally, type “fsutil dirty query g:” and Windows will confirm that the dirty bit is not set on that drive.

Friday, July 17, 2009

Change Outlook Startup Folder

Outlook 2007 and earlier versions display the Outlook Today page when you first start up, but for most people it’s a fairly useless page since you just want to get to your email anyway.

You can disable Outlook Today easily, or you can use the advanced options to choose a particular folder to start in. You can start by just clicking on the Customize Outlook Today button.

Then just uncheck the “When starting, go directly to Outlook Today” checkbox, which should set the Inbox as the default startup folder.


If it doesn’t, or if you want to make outlook display a different folder on startup, open Outlook Options, click on the Other tab, and then click on Advanced Options.


In this dialog, you can click the Browse button and choose a different folder if you want. You can even choose Search Folders in Outlook 2007, which can be very useful…

For instance, you could choose the Followup Today search folder to only see items that you’ve flagged to follow up with on the current day. Quite useful!
Symptom

When you open a Web page, the .PNG images in that page may not be displayed. Instead, a red X, or a placeholder, may appear in place of the images. However, all other image file types may display correctly in Internet Explorer.

Resolution

This problem may be seen after installing a third-party application, which may have altered the file class and MIME settings for the PNG file type. To resolve the problem, use these steps:

  • Download PNG_Fix.zip and save it to the Desktop.
  • Unzip and extract the two files (pngasso_xp.reg and pngasso_vista.reg) to the Desktop.
  • If you're using Windows XP, right-click pngasso_xp.reg and choose Merge. If you're using Windows Vista, right-click pngasso_vista.reg and choose Merge. Click Yes to confirm the merge operation. Additionally, in Windows Vista, you'll have to click Continue when you see the User Account Control elevation dialog.

Note: The .REG files above should fix the file association and MIME settings for .PNG file types. File paths in the .REG files are hardcoded for C:\. If you have installed Windows in a different location than C:\, you'll need to edit the REG file(s) using Notepad and update the drive-letter and/or the Path accordingly.

How to disable Fast User Switching in Windows Vista

To Disable Fast User Switching in Windows Vista

* Click Start, type gpedit.msc and press Enter
* Go to the following location:

Local Computer Policy | Administrative Templates | System | Logon

* Set Hide entry points for Fast User Switching to Enabled
* Quit the Group Policy Editor.

By enabling the policy, Administrators hide the Switch user button in the Logon UI, the Start menu and the Task Manager. Note that the Group Policy Editor does not exist in certain editions of Windows Vista. Alternately, you can configure the setting via the registry.
Registry edit

* Click Start, type regedit.exe and press Enter
* Navigate to the following branch:

HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Policies \ System

* Create a DWORD (32-bit) Value named HideFastUserSwitching
* Set the Value data for HideFastUserSwitching to 1
* Quit the Registry Editor.

Windows XP registry tweaks

Remove the low disk space warning

Probably you have seen the irritating 'low on disk space'-warning before, if your hard disk reaches full capacity. This warning message can be turned off by adding the DWORD-value NoLowDiskSpaceChecks with value 1 in the following key:
HKEY_CURRENT_USER\Software\MicroSoft\ Windows\CurrentVersion\Policies\Explorer


Disable the useless Security Center warnings


If your Windows is not provided with one of the well known virus scan and/or firewall software, the Security Center will come with useless repeating reminders. The reminders can be disabled by changing the values AntiVirusDisableNotify and FirewallDisableNotify to the DWORD-value 1 in the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center


Disabling the blocking of pop-ups from secured sites

By default Internet Explorer blocks the pop-ups because they are mostly used for irritating advertising purposes. For secured pages (e.g. the login to a bank account), this behavior is not wished. The URL of a secured page is preceded by HTTPS instead of HTTP. The blocking of pop-ups for these HTTPS-pages can be disabled by changing the DWORD-value Allow HTTPS to 1 in the following registry key:
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\New Windows


A faster Windows shutdown

Shutting down Windows can take a long time. You can speed this up (at your own risk) with the following tweaks in the registry key:
HKEY_CURRENT_USER\Control Panel\Desktop
Change the following String values:
AutoEndTasks=1
HungAppTimeout=4000
WaitToKillAppTimeout=4000
WaitToKillServiceTimeout=4000
(the last registry value is also present in HKLM\SYSTEM\CurrentControlSet\Control)


Fix for shutting down your computer automatically

In most cases, automatically shutting down can be fixed by installing the motherboard drivers (if not done already). If your computer still doesn't shut down correctly, try this registry tweak. Change the value PowerdownAfterShutdown to 1 in the following key:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon

Thursday, July 16, 2009

What are Straight and Crossover cable

Common Ethernet network cable are straight and crossover cable. This Ethernet network cable is made of 4 pair high performance cable that consists twisted pair conductors that used for data transmission. Both end of cable is called RJ45 connector.

The cable can be categorized as Cat 5, Cat 5e, Cat 6 UTP cable. Cat 5 UTP cable can support 10/100 Mbps Ethernet network, whereas Cat 5e and Cat 6 UTP cable can support Ethernet network running at 10/100/1000 Mbps. You might heard about Cat 3 UTP cable, it's not popular anymore since it can only support 10 Mbps Ethernet network.
Straight and crossover cable can be Cat3, Cat 5, Cat 5e or Cat 6 UTP cable, the only difference is each type will have different wire arrangement in the cable for serving different purposes.


Straight Cable

You usually use straight cable to connect different type of devices. This type of cable will be used most of the time and can be used to:

1) Connect a computer to a switch/hub's normal port.
2) Connect a computer to a cable/DSL modem's LAN port.
3) Connect a router's WAN port to a cable/DSL modem's LAN port.
4) Connect a router's LAN port to a switch/hub's uplink port. (normally used for expanding network)
5) Connect 2 switches/hubs with one of the switch/hub using an uplink port and the other one using normal port.

If you need to check how straight cable looks like, it's easy. Both side (side A and side B) of cable have wire arrangement with same color.

Crossover Cable

Sometimes you will use crossover cable, it's usually used to connect same type of devices. A crossover cable can be used to:

1) Connect 2 computers directly.
2) Connect a router's LAN port to a switch/hub's normal port. (normally used for expanding network)
3) Connect 2 switches/hubs by using normal port in both switches/hubs.

In you need to check how crossover cable looks like, both side (side A and side B) of cable have wire arrangement with following different color .

Lastly, if you still not sure which type of cable to be used sometimes, try both cables and see which works.

Wireless Zero Configuration in Windows XP

Wireless zero configuration is the feature of Windows XP that allows Windows to detect the available wireless networks and automatically connect to the most preferred wireless network.
It is enabled by the Wireless Zero Configuration service in Windows XP. It provides auto wireless network detection when you switch on the computer.

Follow the steps below to verify that the service is running:

1. Go to Start and right click My Computer. Select and click Manage.

2. Computer Management window will appear. Under Services and Applications, select Services.

3. Check for the service Wireless Zero Configuration. Make sure that it is started and that the startup type is set to automatic.

4.
If it isn't, double-click the service. If the startup type is not set to automatic, click on the dropdown arrow and and change it to automatic. Click OK at last.
If your wireless adapter driver does not support wireless auto onfiguration, you will notice the following:

- The network adapter does not appear as a wireless network adapter in Network Connections. It appears as a LAN adapter, similar to an Ethernet connection.
- The properties of the wireless connection do not have a Wireless Networks tab.
- You do not receive a Windows XP notification bar message indicating that wireless networks are available.

To get the most out of your Windows XP wireless experience, you should contact wireless adapter manufacturer to obtain the latest version of the drivers that support this XP feature.

If not, you must manually configure wireless network settings using the configuration software supplied with the wireless network adapter.

How to Connect a LCD Projector to a Laptop

Step 1 Connect one end of the video cable to the projector unit.

Step 2 Connect the 15 pin connector of the cable to the PC.

Step 3 Turn on projector

Step 4 Turn on PC

Step 5 If the image from the screen does not show on the screen, Press the "function" key and normally F8 on the laptop until the image on the laptop screen shows on the screen ( normally the options will be, 1. PC only, 2. PC and screen , 3. Screen only )

Step 6 Connect the USB cable and install driver software as needed to make remote control functions work.

Step 7 Show your presentation on the Screen

Configuring the DHCP Relay Agent

The process for configuring the DHCP Relay Agent is outlined below:

* Enable Routing and Remote Access Server (RRAS)
* Install the DHCP Relay Agent routing protocol
* Configure DHCP Relay Agent properties
* Configure/enable the DHCP Relay Agent on the router interface to forward DHCP broadcast messages.
* View statistical information on the operation of the DHCP Relay Agent

How to enable Routing and Remote Access Server (RRAS)

1. Click Start, All Programs, Administrative Tools and then click Routing and Remote Access to open the Routing And Remote Access console.
2. Right-click the node of your server, and then choose Configure And Enable Routing and Remote Access from the shortcut menu.
3. The Routing and Remote Access Server Setup Wizard launches.
4. Click Next on the initial page of the wizard.
5. On the Configuration page, select the Custom Configuration option. Click Next.
6. On the Custom Configuration page, enable the LAN Routing checkbox. Click Next.
7. Verify your configuration settings on the Summary page.
8. Click Finish.
9. Click Yes when prompted to start the RRAS service.

How to install the DHCP Relay Agent routing protocol

1. Open the Routing And Remote Access console
2. Expand the IP Routing node in the console tree.
3. Right-click the General node, and then select New Routing Protocol from the shortcut menu.
4. The New Routing Protocol dialog box opens.
5. Select DHCP Relay Agent.
6. Click OK.

How to configure DHCP Relay Agent properties

1. Click Start, All Programs, Administrative Tools and then click Routing and Remote Access to open the Routing And Remote Access console.
2. Expand the IP Routing node in the console tree.
3. Right-click the DHCP Relay Agent node, and then select Properties from the shortcut menu.
4. On the General tab, enter the IP address of the DHCP server in the Server Address text box, and click Add.
5. Repeat the above step for each DHCP server that you have to add.
6. Click OK.

How to enable the DHCP Relay Agent on a router interface

1. Click Start, All Programs, Administrative Tools and then click Routing and Remote Access to open the Routing And Remote Access console.
2. Expand the IP Routing node in the console tree.
3. Right-click the DHCP Relay Agent node and then select New Interface from the shortcut menu.
4. Select the interface that is on the same subnet as the DHCP clients.
5. Click OK.
6. In the DHCP Relay Properties dialog box, ensure that the Relay DHCP Packets checkbox is selected on the General tab.
7. You can change the Hop-Count Threshold and Boot Threshold values.
8. Click OK.

How to view statistical information on the operation of the DHCP Relay Agent

1. Click Start, All Programs, Administrative Tools and then click Routing and Remote Access to open the Routing And Remote Access console.
2. Select the DHCP Relay Agent node, and view the statistical information that is displayed in the details pane of the Routing And Remote Access console:
* Received requests
* Received replies
* Discarded requests
* Discarded replies

How to Install and Configure DNS Service and Appropriate Zones in Windows Server 2003

Step 1
Our first quest would to be to istall the DNS Service so that it can be used as a service on our system. Open the configure your Server option located inside the Control Panel in the Administrative Tools section.

Step2
This will basically start a Wizard to better assist you in the installing of the DNS Service to your computer.

Step3
When the wizard starts, it will Welcome you with a warm greeting. Just click next to prosper onto the next screen to begin installing the DNS Service.
Next you will see a server Role List, click the DNS Server option and then click next.
Now you will see a summary page displaying to you the options that you have chosen to install on out computer. Click Next to continue.
PLEASE NOTE: YOU MAY BE PROMPTED FOR YOUR WINDOWS SERVER 2003 CD TO COMPLETE THE INSTALLATION PROCESS.

Step4
It is recommended that you have a static i.p. address before completing the next step, unless you have DHCP enabled on your computer. Click Next to continue. Most static i.p. addresses can be obtained by your ISP.

Step5
Now that we have installed DNS as a service we need to configure the system as a DNS Server. The DNS Server Wizard will automatically appear. Click Next to transfer past the Welcome screen.

Step6
The first step to configuring our DNS Server is to create forward and reverse lookup zones, find the radio button associated with this option and then click next. If you tend to just create a caching only DNS Server, you can select the option to Configure Root Hints only option. Otherwise click next.

Step7
Click Yes afterwards to create a forward lookup zone and click next to continue.
Select the Primary Zone option if your DNS Server already has a domain controller installed. You should select the store the zone in the active directory option. Click Next. Since we already have a domain controller that we are using we need to select the Primary Zone Option, click next.

Step8
Enter a new zone name in the zone name field and click next to continue.

Step9
Leave the default zone name filename so you can get an idea afterwards where the file is located and what the file contains. When you have made your corrections, click next.

Step10
Select the dynamic updates radio button and click next. The reason for the dynamic updates is for example is so you can update a webpage of your website in the active directory then overwrite the existing file to be automatically updated through the web. Therefore this makes for seamless integration into your website.

Step11
Select no, Don’t create a reverse lookup zone now and click next to continue.

Step12
For now since we are just configuring our service, we don’t need to configure the server to forward queries radio button, so click next to continue

Wednesday, July 15, 2009

How to Optimize your Internet Explorer

Try to Optimize your Internet Explorer. To Optimize follow these steps:

1. Open Internet Options.
2. Click on the Programs tab.
3. Click on the Reset Web Settings button. Click the Yes button to confirm and the OK button when it tells you that the web settings were reset.
4. Click on the Advanced tab.
5. Click the Restore Defaults button (click the Apply button to save your progress in case of lockup).
6. Click on the Connections tab.
7. Click on the LAN Settings button.
8. Make sure the "Use a proxy server..." box is unchecked if you do not use a proxy server. Chances are you do not. Click OK to move on.
9. Click on the Content tab.
10. Click the Clear SSL State button and then click OK on the window that pops up to confirm.
11. Click on the Privacy tab.
12. Click on the Default button (if it's greyed out then it is already at default; move on)
13. Click on the Security tab
14. Make sure that the Internet icon is highlighted and click the Default Level button (if it's greyed out it's on default; please continue)
15. Click on the Local Internet icon and click the Default Level button (unless greyed)
16. Click on the Trusted Sites icon and click the Default Level button (unless greyed)
17. Click on the Restricted Sites icon and click the Default Level button (unless greyed)
18. Click on the Apply button as the next steps may cause Internet Explorer to not respond/crash
19. Click on the General tab
20. Click on the Delete Cookies button and then the OK button to confirm deletion
21. Click on the Delete Files button
22. Checkmark "Delete all offline content" and press the OK button
23. Click the Clear History button and then the Yes button to confirm
24. Click the OK button to close Internet Properties
25. If you are in Internet Explorer close it and open it again to test the changes

In last restart the computer once.

Cannot send emails using Outlook

The most common reasons for not being able to send emails through Outlook are wrong Outlook settings or blocked port 25 by the Internet Service provider.

Here are a few checks you can make to ensure the problem is not on your end:

Use the correct Mail Client settings:

> Incoming mail server (POP3/IMAP server): mail.yourdomain.com
> Outgoing mail server (SMTP server): mail.yourdomain.com
> Username: the full e-mail address like email@yourdomain.com
> SMTP authentication must be enabled for the login to be successful.
> IMPORTANT: Please do not use secure authentication to your mail server.

The most common mistake is to leave My SMTP server requires authentication checkbox unchecked. This option should always be enabled since most mail servers require such authentication.

Repair a 2GB Personal Folders or Offline Folders file

Outlook has no built-in way to reduce a PST or OST file that has gone over the limit. However, Microsoft provides a tool, PST2GB , which you can download to restore the file to operability. Note, however, that the utility truncates the data from between 25 and 50mb and the truncated data is not recoverable. The remaining data under 2GB should be restored. See OL: Oversized PST and OST Crop Tool for more information.

Make a backup of your PST or OST, then open the original file with the hex editor (available for download from any Windows shareware site). You'll want to remove a few characters from the middle of the file, then save it and try to run the Inbox Repair Tool (Scanpst.exe) to repair the damage you did with the hex editor. If Scanpst can repair the file, you should be able to open it Outlook again. If not, try removing some additional characters from the file.

If this process works, with any luck, you'll lose only one or two items. You may be able to recover 100% of the data by repeating the process with a new copy of the file, but removing the data from a different area.

Red X's in Email

When pictures in your email won't download, even though you have Outlook configured to download external content (or allow it on a per-message basis), the problem is usually a "full" temporary file folder.

Note: If you do not see a red x but have a blank box shaped/sized like the graphic or photo, you have Show picture placeholders enabled.

You need to locate the SecureTemp folder and delete the contents (or the entire folder) then restart Outlook. The images should display correctly once you do this.

The SecureTemp folder for Outlook 2000 to 2003 installed on Windows XP is at
C:\Documents and Settings\username\Local Settings\Temporary Internet Files\OLK*. The OLK directory will end in a series of numbers.

Outlook 2007 places the Secturetemp folder at:
C:\Documents and Settings\user\Local Settings\Temporary Internet Files\Content.Outlook\8A0VMD3A, where 8A0VMD3A can be any random characters.

Vista moves the Temp Internet folder to:
C:\Users\username\AppData\Local\Microsoft\Windows\Temporary Internet Files\, so you'll need to look there for the OLK or Content.Outlook folder.

See Outlook SecureTemp Files Folder to learn how it works.

Outlook is sending unknown messages

This seems to be most common with IMAP accounts. In many cases the messages are undeliverable and are returned to your mailbox as an NDR.

Cause

Newer versions of Outlook offer the ability to control if read receipts are sent but there may be a bug with IMAP accounts and read receipts in Outlook 2007. When you move messages with a receipt request to the Junk E-mail folder and empty the Junk E-mail folder using another client, the setting in Tools, Options, Email Options, Tracking Options may be ignored. If so, read receipts are returned when Outlook syncs with the server and purges the junk folder.

The steps to repro are as follows:

1. Send yourself some messages with receipts requested and move them to Junk E-mail.
2. Sync with IMAP and update all folders then close Outlook.
3. Empty junk email folder using a different client.
4. Reopen outlook.
5. When outlook updates the folder, it ignores the Tracking setting and always returns receipts as it syncs the junk mail folder, purging the messages deleted from the other client.

Workaround

Until Microsoft releases a fix, do the following:

1. Always mark messages as read before emptying the Junk Email folder.
2. Always empty the Junk Email folder from Outlook.

If you don't ever want to send receipts back, set Outlook to never ask and never send, otherwise set Outlook to always ask before sending. (Tracking settings are found in Tools, Options, Email Options, Tracking Options.)

If you move message between folders, this can also trigger a Not Read receipt, since moving messages marks the message for deletion in the original folder.

Sample Read Receipt

To: [an address you don't recognize]
Subject: Not read: [Varying Subjects]
Body:
Your message

To: [your address]
Subject: [Varying Subjects]
Sent: 9/25/2008 4:19 AM

was deleted without being read on 10/26/2008 9:21 AM.

The only difference between Read and Not Read receipts is the subject is prefixed with 'read', instead of 'not read' and the text says it was "read on [date]".

Tuesday, July 14, 2009

Install and Configure DNS on Windows Server 2003

Installing the DNS Server


Configure the DNS Server Using DNS Manager










Enable Dynamic Update on the Forward and Reverse Lookup Zones




Enable DNS Forwarding for Internet connections





Friday, July 10, 2009

How to Install Windows Server 2008 Step by Step

Windows Server 2008 Installation Requirement

Processor
* Minimum: 1GHz (x86 processor) or 1.4GHz (x64 processor)
* Recommended: 2GHz or faster

Memory
* Minimum: 512MB RAM
* Recommended: 2GB RAM or greater
* Maximum (32-bit systems): 4GB (Standard) or 64GB (Enterprise and Datacenter)

Available Disk Space
* Minimum: 10GB
* Recommended: 40GB or greater

Drive
*DVD-ROM drive

Display and Peripherals
* Super VGA (800 x 600) or higher-resolution monitor
* Keyboard

Insert the appropriate Windows Server 2008 installation media into your DVD drive and follow these steps:

















Now finally restart the computer.

Thursday, July 9, 2009

Downgrade Vista to XP

If you long for the good old days of XP and still have your install CD, this step-by-step guide will help you revert to Vista’s predecessor.

These days, you have to work to find a new computer that comes with XP installed. Many PC users who upgraded their XP systems to Vista are disappointed with the newer OS’s performance and other problems. In either case, as long as you have an XP installation CD, you can kiss Vista good-bye.

“Downgrading” from Vista to XP is not as difficult as you may think, but it does entail some time-consuming operations. Many online sources claim to offer techniques for reinstalling XP without having to reformat your hard disk. Based on my research, however, deleting the Vista partition and installing XP in its place is arguably the easiest approach. Moreover, this method ensures a clean install that is uncontaminated by Vista leftovers.

Note: In certain cases, you may be able to undo an XP-to-Vista upgrade, even without an XP installation CD, by following the instructions in Microsoft article 933168. The article takes a command-line approach to the XP restoration, and also requires that you have a windows.old folder on your root drive.

Make a pot of coffee and a new, clean XP machine

With your XP installation CD and your application discs in hand (and maybe a cup o’ Joe), you’re ready to begin:

Step 1. Back up your data. Unfortunately, you can’t restore in XP a backup that you created using Vista’s Backup and Restore Center. That means you have to either back up your data files manually or use a third-party backup tool that works in both XP and Vista. One such program is 2BrightSparks’ SyncBack (more info), which is available in free and paid versions.

Don’t bother backing up your applications; you’ll need to reinstall them from their installation CDs after XP is back in place.

Do back up the folders that your portable apps use to store their data. The portable apps themselves won’t need to be reinstalled, but you’ll have to restore their data files from the backup.

Step 2. If necessary, configure your BIOS to boot your computer from a CD, if one is present. Insert your XP installation disk and reboot.

Step 3. When XP setup loads, follow the on-screen prompts to accept the license agreement and continue installing XP. When you get to the screen prompting you for the partition on which to install XP, select the one containing Vista and press D to delete the partition. You’ll need to press Enter and then L to confirm that you want to delete all data and software on the partition.

Step 4. Once you’ve returned to the partitioning screen, select the unpartitioned space that used to be Vista. You may see that this space has been selected for you automatically. Next, press C to create a partition. Specify the desired partition size, or press Enter to accept the default allotment, which is the maximum possible partition. (Simply pressing Enter instead of C also creates a new partition of the default size.)

Step 5. If you’re still seeing the partition screen, make sure the desired partition is selected and press Enter. Choose the option that formats the disk as NTFS and press Enter again.

Step 6. Follow the prompts on-screen to continue the XP installation.

Step 7. Reinstall your applications and restore your data from your backup.

That’s all there is to it. If you ever change your mind, you can always insert your Vista DVD and upgrade from XP to Vista all over again

Can’t open drive by double click

There is a problem remained after virus clearance and registry correction:- corrupted autonrun.inf, where the infected drives, on My Computer, can’t be Open by double click or Open in Explorer mode by right click option.

It is due to the corrupted autorun.inf created by the virus is remain on the drive, hidden as system file.

Deletion is the simplest way to fix it. First, we need to enable the view of the file.


On My Computer, click the menu Options -> Folder Options


On View Tab -> Advanced Setting textbox, untick “Hide protected operation system files (Recommended)“, and click Yes for the pop up warming.


On all infected drive, delete the file autorun.inf

Since the autorun.inf(s) have been loaded into system memory upon booting, you need restart the PC to get the work done!

Of course, after the reboot, don’t forget to tick back “Hide protected operation system files (Recommended)” checkbox on Options menu -> Options -> Advanced Setting textbox. You won’t want to see a lot of annoying system files floating around your folders and taking the risk of deleting them accidentally in the future, these consequences may worth re-installing the OS and all applications!!