Microsoft-PC Support

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Tuesday, 28 August 2012

How to Create a Batch File in Windows XP

Posted on 00:13 by Unknown
Batch files are simple text files that help you execute several repetitive actions without navigating much, saving your precious time and efforts. For example, you can back up and sync the changes from one folder to another using a simple two-line command, manually install the latest Windows updates at once, list all the files at once in a folder, delete a file or folder automatically, change a file’s attributes, and shut down and restart your computer etc. Check the steps given below and create a batch file to sync it with another batch file. (See Also Windows XP support)
1. Right-click the Start button> click Explore. In Windows Explorer, click Local Disk C: drive under My Computer. Make sure you can see contents of both the Desktop and C: drive. Leave Windows Explorer opened. Click the Start button> All Programs, Accessories> Notepad.
2. A new Untitled – Notepad window will open up. Type ‘md c:\testsource’  (without quotes) and hit Enter. Type ‘md c:\testbackup’ and hit Enter. Press the Ctrl + S keys together to save the Notepad file. Give a name to the file like copy.bat> choose a location like C: drive, and click Save to save the file in the C directory. (See Also how to make Windows 7 look like XP)
3. You must use .bat as the extension to the file name. Exit the Notepad window. Browse to the C: drive and you will see two directories namely testbackup and testsource there. Delete the copy.bat file now from the C:\ drive. Double-click the testsource directory to open it. (Find Here how to fix corrupt Windows XP files)
4. We will now create some dummy files in this directory. Right-click anywhere on the blank space in the directory, click New> Text Document. It will open up the New Text Document window. Save the Notepad file and give it a desired name and then click Save. (I am naming this file as testdoc1 for reference purpose)
5. You will see the testdoc1 in the testsource directory. When done, right-click again anywhere on the white space and click Bitmap Image. Save this file as testbit1 (any desired name that you can recognize easily). Now you will need to create another batch file to automatically copy the contents of the testsource directory to testbackup. (See Also how to fix Invalid boot.ini error in Windows XP)
6. Now open another Notepad and type ‘@echo off’ and hit the Enter key. Type ‘xcopy c:\testsource c:\testbackup /m /e /y’ and hit Enter. Make sure that you type every command without quotes. Save this Notepad file as backup.bat or by any other desired name on the Desktop. When done, exit the Notepad window and look for the backup.bat file on Desktop. (Find Here how to install Windows 7 on XP)
7. Double-click the file to run the script. You will see the Command Prompt flashing once. Now go to the C: drive and look for the testbackup folder. You will see two copies of the files you previously created in the testsource directory. You can copy or add contents to your testsource directory and they will automatically reflect in the testbackup directory in real time. You can now copy your important files, folders, and photos etc. to the testsource directory and they will immediately back up in the testbackup directory. Besides, you can copy the contents of your data backup to a CD or USB flash drive for backup and restore purpose.
8. If you want to delete a folder or file without being prompted by Windows for permission, open Notepad and type ‘rd /s /q foldername’ and hit Enter. Save the file and give it a desired name. Close Notepad. Double-click the file that you just created. Click the Start button and then navigate to the C drive. You will no longer see the particular folder as it has been deleted. (Find Here how to reinstall TCP/IP stack in Windows 7)
Read More
Posted in | No comments

Sunday, 26 August 2012

How to Format a Hard Disk Drive in Windows 7

Posted on 23:40 by Unknown
Formatting a drive comes into picture when you want to expunge all the information stored on it following a virus infection or software issue etc. It’s not very difficult to format a drive in Window 7 as it is a basic function that does not require much knowledge and expertise. However, it should be done properly to avoid facing Windows 7 problems. Check the steps given below and format your Windows 7 hard drive: (Also find here Windows 7 support)
1. You must be logged in with admin rights to your Windows 7 computer to format your hard disk. Since formatting will erase everything, make sure that you back up your data to another an external hard drive, CD etc. or online data backup solution. Also, make sure that the drive you want to reformat is currently not in use.
2. If want to format a new hard disk that has not been partitioned, create a partition before reformatting it. Click the Start button> right-click Computer> select Manage. If prompted, enter your administrator password and proceed. On the Computer Management window, click Disk Management under Storage to display the details.
3. As soon as you click it, you might see an Initialize Disk dialog box. If your hard drive is less than 2TB or GPT in size, click MBR. If it is equal to or more than 2TB or GPT size, click OK. Look for the drive that needs a formatting and also for the unallocated space. Right-click Unallocated space> select New Simple Volume. (Find here how to personalize a Windows 7 PC)
4. In the New Simple Volume Wizard window, adjust the volume size or leave it to default and click Next. When prompted, assign a letter to the new partition or leave it to default and click Next. When prompted, click the Format this volume with by following settings button and adjust the File system (NTFS or FAT32), Allocation unit size, and Volume Label. Uncheck the Perform a quick format box and click Next.
5. Wait for the drive to be formatted. When done, click Finish to exit the New Simple Volume Wizard box. You will now see your newly formatted drive under Disk Management. You can now begin to restore the backup from another drive as desired. Before you restore your data backup, you must partition your hard drive. Without partitioning, you can't make full use of your hard drive. (Also find here how to customize a Windows 7 PC)
6. If you want to format an existing partition, go back to Computer Management (check 2nd step), click Disk Management under Storage to display the details. Look for the drive that you want to format, right-click it and select Format. When prompted, type a name (any desired name) in the Volume label box, leave NTFS as the default File system and Allocation unit size to default. If you want to, adjust the unit size from the drop-down arrow. If you want to do a quick format, check the box beside it and click OK.
7. Remember, the quick format will not completely erase data on the drive. If you want to erase all the data completely on the drive, uncheck the Perform a quick format box and then click the OK button. A full format is also recommended because it involves drive checking for errors etc. Quick format does not check drive for errors and hence is not recommended. Also make sure that the Enable file and folder compression box is not checked. (Find here how to install Windows 7)
8. When done, click OK. If prompted, click OK again to close the warning message. Wait for the drive to be formatted. When done, click Finish. When done, you will see the space freed up after formatting. You can now begin to partition your hard drive. Find here how to create a new partition in Windows 7. Thereafter, you can start restoring your data backup to the newly formatted and partitioned drive.
Read More
Posted in | No comments

Friday, 24 August 2012

How to Install an External Hard Drive in Windows 7

Posted on 03:41 by Unknown
If your Windows 7 computer is running out on storage due to which it hangs or malfunctions, it needs to be immediately tended to before a hard drive crash occurs, causing data loss or system crash among other problems. You can install an external hard disk to increase the disk space, extend your Windows 7 computer’s life, and fix several common PC problems. Check these steps given below and install an external hard disk in your Windows 7 computer: (Also find here Windows 7 support)
1. Unpack your external hard disk drive and keep its software setup disk and the cable handy. If you want, you can also keep the instructions handy though you don’t need them. Many hard drives are plug-and-play devices and hence don’t need driver installation via software setup disk in Windows 7.
2. Check if yours is a plug-and-play device. If it is, you simply need to plug it in to a USB port of your Windows 7 computer. Once plugged in, Windows 7 will automatically install the right drivers for it either from its existing driver file base or from the Internet if you are online. You will see a notification like ‘Installing device driver software’ in the system tray.
3. When done, you will see a message similar to ‘Your device is ready to use’. This message indicates that you can now start using your hard disk. However, you will have to first format this hard drive before using it to store files, images, videos, or audios etc. as desired. Find here how to partition and format the hard drive in Windows 7.
4. Windows 7 will automatically assign a letter to your second hard drive depending on your computer configurations. If you want to see what letter has been assigned to the hard drive, click the Start menu> Computer. There you will see your external hard drive besides your main drive C:\ (if you have assigned a different letter to your main drive, then you will see that one). Find here how to protect your hard disk from virus, malware infections.
5. If your external hard drive is not a plug-and-play device but requires an external SATA (Serial ATA) or IEEE1394/Firewire port, then you may need to insert the software setup disk and follow the instructions then to install it. Though it’s not needed because in that case also, you will have to plug the hard drive in the Firewire or SATA port and Windows 7 will automatically find and install the right drivers for it.
6. Once installed, you can now format your external hard drive as mentioned above and then use it to store your collection. If you plan onto using it as the primary hard disk for Windows configurations, you will have to first install Windows 7 on to it before using your computer. A Windows 7 installation disk will be required to perform the Windows 7 setup and configuration. Find here how to format and reinstall Windows 7 on your PC.
Read More
Posted in | No comments

Thursday, 23 August 2012

How to Install Microsoft Outlook from Microsoft Office

Posted on 02:42 by Unknown
Microsoft Outlook being the most popular email application allows users to manage virtual folders, maintain calendar and tasks, search faster, scan and download email attachments, block spam messages, and send/receive & archive mails etc. Such features enhance a user’s productivity and efficiency by saving a great deal of time and money. Loaded with so many features, Microsoft Outlook may give you hard time when you try to install it from the Microsoft Office suite. Check the steps below and install Microsoft Outlook from Microsoft Office suite in a few seconds:
1. Before you start the Microsoft Outlook setup process, close all the active windows/programs on your PC. Click ‘start’ button> ‘control panel’> ‘Add or Remove Programs’> select ‘Microsoft Office’, viz. enterprise or home edition, and click on ‘change’ or ‘Remove’. (Also find here how to uninstall a program completely from your PC)
2. On the next window, click ‘add or remove features’> ‘Continue’. In the next window, select Microsoft Outlook. Click ‘Run from my computer’ and then click ‘Continue’
3. Your Microsoft Outlook will be automatically installed on your computer and will ask you to create a new email account or newsgroup as you are running it for the first time.
Follow the below mentioned steps to configure an email account in your Outlook:
1. When prompted, ‘create a new email account or newsgroup’, select ‘manually configure server settings or additional server types’.
2. Click ‘Next’. In the ‘Add New E-mail Account’ window, you can either follow the auto-email wizard or manually create an email account. For manual settings, click the ‘Tools’ tab> ‘Account Settings’.
3. Click ‘New’> ‘Mail’> ‘Next’. On the ‘Add New E-mail Account’ window, key in all the required details viz. email address, password etc. Check the ‘Remember password’ box for Outlook to remember your password always.
4. Select ‘POP3’, ‘IMAP’, or ‘Microsoft Exchange’ from the drop-down list in ‘Account Type’. Type incoming/outgoing mail server addresses as ‘IMAP’ and ‘SMTP’ respectively followed by relevant extensions. Type the IMAP and SMTP port numbers, provided by your ISP.
5. Check the ‘Require logon using Secure Password Authentication (SPA)’ box if you desire to log on using SPA. (Find Microsoft Outlook support here)
6. Click ‘Test Account Settings’ for testing that an email account has been created and the servers are logged on and active, a test message will be sent to check the settings.
7. To make more changes to your email account, click ‘More Settings’ and type the desired information. Click ‘Next’ and then ‘Finish’. (Find common Microsoft Outlook problems here)
Read More
Posted in | No comments

Wednesday, 22 August 2012

How to Fix Black Screen Problem in Windows 7

Posted on 04:24 by Unknown
“When I turn on my Windows 7 computer, I see a black screen and nothing else. Windows 7 doesn’t load up but my computer makes the usual sound when starting up. What should I do”? Does it sound like a problem similar to you are facing? If it does, check the below mentioned steps and fix Black screen problem in your Windows 7 computer: (Find here Blue Screen Error support)
1. Right-click the taskbar> click Start Task Manager. On the Windows Task Manager screen, click the Processes tab, select explorer.exe, and click End Process. Now click the File menu on Windows Task Manager> select New Task (Run). Type ‘explorer.exe’ in the Open box and click OK. Exit Task Manager. (Find here Windows repair)
2. Click the Start menu> right-click Computer> select Manage. You must be logged on with admin rights to access the Computer Management window. Click Device Manager> expand Display adapters to display your devices. Right-click your video adapter> click Update Driver Software. Make sure that you are connected to the Internet to update drivers. (Find here Internet/browser issues support)
3. Check Windows Registry for any registry issues. Click Start> type ‘regedit’ in the Start Search bar. Right-click Regedit.exe> click Run as administrator. You must be logged in with admin rights to your Windows 7 computer, otherwise can’t modify the registry. Before you begin, back up your Windows registry to restore it in case of any wrongdoing.
4. On the Windows Registry Editor screen, map read to HKEY_LOCAL_MACHINE> Software> Microsoft> Windows> NT> CurrentVersion> Winlogon. After clicking Winlogon> double-click Shell in the right hand pane. Make sure that the Value Data box says ‘explorer.exe’. If the Value Data box has different value, then clear it and type ‘explorer.exe’ in it. Click the OK button.
5. Exit Registry Editor and restart your Windows 7 computer. it should turn on fine without the black screen. If the problem persists, you can restore your Windows 7 computer to an earlier date in the Safe Mode. You can choose any restore point when you computer was working fine.
Read More
Posted in | No comments

Tuesday, 21 August 2012

How to Find IP Address in Microsoft Windows 7

Posted on 02:56 by Unknown
IP address is a digital number allocated to each computer to let it talk to other devices like computers, printers, routers etc. Like this, your Microsoft Windows 7 PC also has an IP address that you can use to set up an Internet connection, perform wireless network setup, share files or folders etc., connect to other devices, or troubleshoot various network-related problems. Check the steps given below and find out the IP address of your Microsoft Windows 7 PC:
***Find here Windows 7 support for Windows 7 problems.
Step 1: Click the Start button> Control Panel. In the Search box at the top right hand corner, type ‘network’. You will see a number of results on the screen. Under Network and Sharing Center> click View network connections. You will see the available network connections on the screen. Select a connection> click the Diagnose this connection button on the toolbar> and then click View status of this connection.
Step 2: On the Wireless or Local Area Network Connection Status window, you will see your network connection description. Click the Details button. You will see the details of your network connection viz. DHCP server, Subnet Mask, or DNS etc. Your PC’s IP address will appear as IPv4 Address under the Volume column. It may be something like 192.168.1.4. Make of note of it and if required of the other details also. When done, click the Close button.
Step 3: Close the Network and Sharing Center window when done. Another quick method of finding out the IP address is by using the Command Prompt utility. Open Command Prompt from the Start menu> All Programs> Accessories. You can open Command Prompt from the Start Search menu also. Click the Start button, type ‘cmd’ in the Start Search box. As soon as you type the command, the CMD.exe file will appear in search results. Right-click the CMD.exe file and click Run as administrator.
Step 4: In the Command Prompt window, type ‘ipconfig /all’ and hit the Enter key. You will see Ethernet adapter connection or Wireless LAN adapter connection (if you have a wireless connection setup on your computer). Look for the IPv4 Address entry and make a note of the 000.000.0.0 format number. The IP address of your Microsoft Windows 7 PC can be anything starting from like 198, 110 etc. When done, exit the Command Prompt window. You can now set up your Internet connection or troubleshoot a wireless network connection problem.
Step 5: You can also open Network and Sharing Center from the Network icon in your system tray. Click the icon and select Open Network and Sharing Center from the menu.
Read More
Posted in | No comments

Monday, 20 August 2012

Repairing Windows Vista with Win Vista Installation Disk

Posted on 04:20 by Unknown
Despite being a feature-packed operating system, Windows Vista essentially runs into problems at times. This means that you will remain stuck unless you repair Windows Vista. To help you get rid of such problems, Windows Vista has a built-in system repair utility. Follow the steps given below and repair your Windows Vista computer:
1. Before you begin, make sure that you have the original Windows Vista setup disk. If Windows Vista came preinstalled with your PC, then you must have a mirror image of it on your hard drive.
2. Remove all the peripherals attached to your Vista PC like router, printer etc. Insert the installation disk in the CD\DVD-ROM drive and boot your PC. When prompted, press a key (any key) on the keyboard to initialize the process. Wait while Windows loads your files, settings etc.
***Find here Windows Vista Performance Tweaks.
3. When prompted, select your language, time & currency format, keyboard or input method, and hit Next. In the next window, click the Repair your computer option.
4. On the System Recovery Options window, you will see the installation copy of Vista. Select it and press Next. Click the Startup Repair option and hit Next. The repair process will begin, with Vista being diagnosed for problems. The Startup Repair tool will also show the problem that is being diagnosed.
***Find here how to restore backup files when Windows Vista crashes.
5. While the process is going on, your PC might reboot several times as a part of the normal repair course. So don’t worry. Further, you might also see a dialog box saying ‘Do you want to restore your computer using System Restore?’ during the process. It is also a part of the normal course, so don’t be worried and exit the box by clicking Cancel.
6. When repaired successfully, the process will return a success message. If the repair utility was unable to repair, it will show a message similar to Startup Repair cannot repair this computer automatically and may prompt you to report this to Microsoft. You can choose to or not to send information to Microsoft.
7. If you click the Don’t send link, you will return to the Startup Repair screen with options to View diagnostic and repair tools and View advanced options for system recovery and support. You can choose either one to proceed. You can choose from System Restore, Windows Complete PC Restore, Windows Memory Diagnostic Tool, and Command Prompt utilities.
***Find here how to restore Vista to factory settings.
8. If the problem has been resolved, exit all the programs, remove the disk, and reboot the PC. Or else click Finish to exit the process, remove the disk and reboot your PC. You can contact an expert Microsoft technician for help if you don’t want to repair on your own.

***If you don’t find any recovery option in your PC, then contact your computer manufacturer. It does happen that manufacturers often replace the tools to customize them.
Read More
Posted in | No comments
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Popular Posts

  • Windows 8 "Hybrid Boot" discovered
    We've seen a steady flow of Windows 8 news this past month, and it's not ready to stop yet. Earlier this week an old build of Window...
  • How to fix computer CLR error 80004005
    The CLR error 80004005 is one of the major computer errors, which can keep away the computer from booting correctly and stop many applicatio...
  • Create a New User Account on Dell Windows 7 Computer
    A user account is the profile usually protected with a password using which you log in to your Dell Windows 7 computer. It’s not just Dell b...
  • Windows 8 will become in 2012 - Some features revealed
    According to the latest announcement of Steve Ballmer, (Chief Executive officer)CEO of Microsoft the next version of their operating system ...
  • How to fix/stop 0x0000007e error code
    The 0x0000007e error is without doubt one of the most painful Windows errors that your Windows program can get. This error causes severe pro...
  • Microsoft Windows 8 Features Leaked
    After the Microsoft’s latest release of Windows 7 , all the gurus of the company believes to have no great discovery for five years. However...
  • Share internet on windows 7 with bluetooth
    Windows 7's internet connection sharing allows you to share internet connection with other devices connected to it. A high speed interne...
  • Connecting to a Printer on Windows 8
    Like all other fans, you might have got an upgrade to Windows 8 to explore the features and utilities. Other than the Metro-style features,...
  • 10 hidden features in Windows 8 operating system
    After the leak of Windows 8 , we expected to find out more about features as users across the internet got their hands on the bits, and som...
  • Microsoft Security Essentials - Turn on Real Time Protection
    Microsoft support offers Security Essentials antivirus software as a no-cost download if you have a genuine copy of Windows. Designed to pr...

Categories

  • /stop windows security alert popups
  • 0x0000007e error code
  • 1402 error
  • add bluetooth on Windows 7
  • Add Registry Editor
  • aero snap windows 7
  • Aero Snapfeature
  • anti-virus software from Microsoft
  • antimalware doctor removal
  • antimalware doctor virus
  • auto update
  • backup Windows 7
  • Backup Files when windows Vista crashes
  • backup mbr in windows 7
  • backup windows 7 registry
  • Benifits of using windows 7
  • Best anti-virus software
  • Best Operating System
  • Best Registry Cleaner
  • best technical support service provider
  • bios password
  • blocked senders
  • Blue Screen of Death Error
  • blue screen of death startup
  • bluetooth
  • Break Windows 7 Password
  • break windows password
  • BSOD got its nickname
  • Bypass Windows 7 Password
  • bypass windows login
  • calendar sync
  • cannot open outlook
  • cannot open the outlook window
  • Cannot Start Microsoft Outlook
  • cannot start outlook
  • change background on windows 7
  • change background picture windows 7
  • change login screen windows 7
  • change windows 7 login screen
  • change windows 7 logon screen
  • changing operating systems
  • changing windows 7 login screen
  • Choose Microsoft Windows 7
  • clean install windows 7
  • clean installing windows 7
  • cloud storage
  • cloud storage support
  • CLR error
  • CLR error 80004005
  • command to fix mbr
  • Common Microsoft Outlook problems
  • computer shutdown randomly
  • computer backup
  • computer shutdown randomly
  • computer virus protection
  • Configure Disk Defragmenter
  • Configure Microsoft Outlook 2010
  • content advisor password
  • convert windows xp sp2 to sp3
  • convert xp sp2 to sp3
  • corrupt outlook calendar
  • Corrupted system files
  • data backup
  • data backup online
  • data backup services
  • default operating system
  • delete internet explorer history
  • delete the address bar history
  • Delete Undeletable Files in Windows 7
  • delete virus
  • deleting an undeletable file
  • dell bios password
  • dell bios password reset
  • dell computer help
  • dell computer reformat
  • Dell computer starts rebooting
  • dell reset bios password
  • Dell technical support
  • desired sender
  • Diagnose BSOD Messages in XP
  • disable hotkeys in windows 7
  • disable mcafee antivirus
  • disable mcafee virus scan
  • Disable SuperFetch
  • disable Windows 7 auto-restart after auto-update
  • disable windows 7 auto-update restart
  • disable Windows Defender
  • disable windows security alert popups
  • disable windows security center
  • Disabling Microsoft Security Essentials
  • Disk Defragmenter Schedule in Windows 7
  • disk defragmenter utility
  • dll error vista
  • dll file error
  • dll register server failed
  • Download Free Softwares
  • email account
  • email address
  • Enable Snap Feature Of Windows 8
  • enable Windows Defender
  • error dll
  • Facebook Ramnit virus
  • fake Windows security alert
  • feature in Windows 8
  • Features Internet Explorer 9
  • Features of IE9
  • Features of Internet Explorer 9
  • fix blue screen of death
  • Fix BSOD for Windows Vista
  • fix CLR error
  • Fix Corrupted Files
  • fix errors in microsoft
  • fix internet explorer download problem
  • fix mbr in windows
  • fix mbr in windows 7
  • fix mbr problem
  • fix microsoft errors
  • Fix Microsoft office 1402 error
  • fix outlook calendar
  • fix slow pc
  • Fix Unknown Error 0x8004060C
  • Fix Windows 7 hang up
  • fix windows 7 problems
  • fix windows 7 startup problems
  • fix windows is genuine
  • Fix Windows Update Error
  • fix/stop 0x0000007e error code
  • free Vista registry cleaner
  • Get Microsoft Product Support
  • get rid of virus
  • Google Drive
  • Google Drive vs Microsoft SkyDrive
  • Hang Windows 7
  • hotkeys
  • hotkeys for windows 7
  • hotkeys in windows 7
  • how do i disable mcafee
  • how good is microsoft security essentials
  • How to Add Registry Editor
  • how to change background on windows 7
  • how to change desktop background
  • How to convert windows xp sp2 to sp3
  • how to delete internet explorer history
  • How to Disable Microsoft Security Essentials
  • How to download Windows Security Patch
  • how to fix Windows cannot find errors
  • how to install windows 7 on mac
  • how to install windows 7 on xp
  • how to make windows 7 faster
  • how to reformat a dell computer
  • how to reformat computer
  • how to remove mcafee
  • how to reset bios password
  • how to reset windows vista password
  • how to restore windows 7
  • how to speed up windows
  • How to uninstall Microsoft outlook
  • how to use windows xp mode
  • How Update windows 7
  • IE not connecting
  • IE not working
  • Import .nk2 files into Outlook 2010
  • Import .nk2 files outlook 2010.Import .nk2 files
  • Import Contacts File in Microsoft Outlook
  • Import Contacts File in Outlook
  • Import wireless certificates in windows 7
  • improve windows perforance
  • improving window performance
  • Increase the virtual memory
  • Increase the Virtual Memory of Windows
  • install dll files
  • Install outlook Express In Vista
  • install two operating systems
  • install windows 7 on a mac
  • Install windows 7 themes
  • install windows on a mac
  • Install Windows Vista From Windows 7
  • installing two operating systems
  • installing windows 7 from xp
  • installing windows 7 on mac
  • installing windows 7 over xp
  • Internet Explorer 9
  • Internet Explorer can not download files
  • internet explorer conflicts
  • internet explorer content advisor password
  • internet explorer not working
  • internet explorer problem
  • keyboard hotkeys windows 7
  • Limited or No Connectivity
  • lost outlook password
  • low volume in windows 7
  • make 7 look like xp
  • Make Window 7 faster
  • Make windows 7 faster
  • make windows 7 run faster
  • making windows 7 faster
  • making windows 7 look like xp
  • malware removal
  • malwarebytes
  • manage wireless connections
  • mbr backup
  • mbr corrupted
  • mbr fix windows 7
  • mbr in windows 7
  • Mcafee conflicts
  • mcafee problems
  • mcafee removal
  • mcafee removal tool
  • McAfee support
  • Microsoft Download centre/ Microsoft Updates
  • microsoft errors codes
  • Microsoft Fix IT
  • Microsoft Hires 14 Year Child
  • Microsoft Office help
  • Microsoft Office Outlook
  • Microsoft Outlook
  • microsoft outlook download
  • microsoft outlook email
  • Microsoft outlook from offline to online
  • microsoft outlook help
  • microsoft outlook help and support
  • Microsoft outlook problems
  • Microsoft outlook support
  • Microsoft Registry Cleaner
  • Microsoft Security Essentails
  • microsoft security essential download
  • microsoft security essential update
  • Microsoft Security Essentials
  • microsoft security essentials automatic update
  • microsoft security essentials good
  • microsoft security essentials manual update
  • Microsoft SkyDrive
  • Microsoft support
  • microsoft support outlook
  • microsoft tech support
  • Microsoft technical help
  • microsoft technical support
  • microsoft technical support number
  • microsoft updates windows 7
  • Microsoft Windows 7 Protection
  • Microsoft Windows 7 Updates
  • Microsoft Windows 8
  • Microsoft Windows 8 Features
  • Microsoft Windows 8 new feature
  • Microsoft Windows 8 new features
  • Microsoft Windows Support Tools
  • microsoft windows update
  • microsoft windows xp mode
  • Modern Warfare 3
  • move to Windows 7
  • MSEs automatic update configuration
  • MSEs automatic update's setting
  • online data backup
  • online data backups
  • online virus removal
  • online virus removal service
  • Origin of the BSOD Error
  • outlook calendar sync
  • outlook express
  • Outlook Express In Vista
  • outlook express not responding
  • outlook not responding
  • outlook support
  • particular sender
  • Partition Hard Disk in Windows 7
  • Partition Hard Drive in Windows 7 Computer
  • partitioning hard drive
  • Ramnit virus
  • Ramnit virus on Facebook
  • reason of slow Windows 7
  • rebooting computer
  • Recall email Microsoft Outlook
  • Recall this message in outlook
  • recover
  • Recover Corrupted Files in Windows XP
  • Recover PST File Password
  • reformat dell computer
  • reformat dell laptop
  • registry cleaner freeware
  • registry dll
  • registry editor
  • Reinstall TCP/IP driver
  • Reinstall TCP/IP driver on windows 7
  • Reinstall Windows Update Agents
  • remote data backup
  • remova malware
  • remove antimalware doctor
  • remove antimalware doctor virus
  • remove antimalware virus
  • remove mcafee
  • remove mcafee tool
  • remove Microsoft outlook
  • remove Windows Genuine Notification
  • remove windows vista password
  • removing antimalware doctor
  • removing mcafee
  • repair missing dll files
  • repair windows mbr
  • reset bios password
  • reset bios password dell
  • reset dell bios
  • reset windows password
  • reset windows vista password
  • restart your computer
  • restore mbr windows 7
  • restore windows 7
  • Revert Back to Windows Vista from windows 7
  • scan and remove virus
  • Search the Windows Update Troubleshoote
  • Security Essentials
  • security settings windows 7
  • server hack
  • Set Up Microsoft Outlook
  • Setup Microsoft Office Outlook 2003
  • Setup Microsoft Outlook 2003
  • share a printer windows xp
  • share printer windows xp
  • slow shutdown
  • sound problem in windows 7
  • speed up window 7
  • Speed Up Windows 7
  • start up manager
  • start up menu
  • Startup Repair Start up Problem In Windows 7
  • Steps to Break Password
  • Steps to defragment windows vista
  • Steps to Fix Windows Update Error
  • Steps to Import Contacts in Outlook
  • steps to install windows 7 themes
  • Steps to restore Backup files
  • Steps to Set Up Outlook Express In Vista
  • Steps to uninstall Microsoft outlook
  • Steps to Update Windows 7
  • Steps to Windows Backup Files
  • stop automatic update restart
  • stop windows update restart
  • SuperFetch on Windows Vista
  • switch Microsoft outlook from offline to online
  • system recovery windows
  • System Requirements For Windows Vista
  • system requirements for windows XP
  • system requirements windows 7
  • system requirements windows XP
  • system restore in windows 7
  • system restore windows 7
  • System virtual memory
  • temporarily disable mcafee
  • temporarily disable mcafee security center
  • Tips to Fix Ramnit virus
  • Top Freeware Downloads
  • tweaks for vista
  • two operating systems
  • undeletable file in Windows 7
  • uninstall mcafee
  • Unknown Error 0x8004060C
  • Unknown Error 0x8004060C in Microsoft Outlook
  • Update Microsoft Operating System
  • update microsoft windows
  • Update windows application
  • update windows movie maker
  • upgrade windows 7 from windows vista
  • Use Backup and Restore in Windows 7
  • using windows movie maker
  • Virtual memory of windows vista
  • virus protection
  • virus removal
  • virus removal services
  • vista performance tweaks
  • vista shutdown problem
  • vista shutdown slow
  • what is windows a and b drive
  • What is Windows Security Patch
  • Where are windows a and b drive
  • Why to choose windows
  • window movie maker
  • windows 7 shutdown randomly
  • Windows 7 aero snap feature
  • Windows 7 aero snap feature with two monitors
  • Windows 7 Backup
  • windows 7 bluetooth
  • Windows 7 boot problem
  • windows 7 clean install
  • windows 7 clean install guide
  • Windows 7 hang
  • Windows 7 hang up
  • Windows 7 hard drive
  • Windows 7 hardware requirement
  • windows 7 hot keys
  • windows 7 is better than vista
  • windows 7 login background
  • windows 7 look like xp
  • Windows 7 low volume problem
  • Windows 7 Media Center
  • windows 7 minimum requirements
  • windows 7 operating system
  • windows 7 password
  • Windows 7 perform slowly
  • Windows 7 performance tweaks
  • Windows 7 Performs Slow
  • Windows 7 performs sluggish
  • windows 7 requirements
  • Windows 7 Restore
  • windows 7 security features
  • Windows 7 seems slow
  • Windows 7 slow
  • Windows 7 Slow Performance
  • windows 7 slow startup
  • Windows 7 SP1
  • windows 7 startup error
  • windows 7 support
  • windows 7 system restore
  • Windows 7 themes
  • Windows 7 tweaks
  • Windows 7 Updates
  • Windows 8 features
  • Windows 8 Features Leaked
  • Windows 8 Features list
  • windows 8 features revealed
  • windows 8 hidden features
  • Windows 8 news
  • windows 8 reelase date
  • windows 8 release date
  • Windows 8 release date leaked
  • Windows 8 released date
  • Windows 8 secret features
  • windows 8 support
  • Windows 8 updates
  • Windows 8 versions
  • windows auto update
  • Windows cannot find errors
  • Windows Defender
  • Windows Genuine Notification
  • windows genuine notification remover
  • Windows Help Manual
  • windows is genuine
  • windows is genuine or not
  • windows is not genuine
  • Windows Live Essentials
  • Windows Live Family Safety Filter
  • windows movie maker in windows vista
  • windows movie maker vista
  • windows operating systems
  • windows password reset
  • windows performance tweaks
  • Windows Security Patch
  • Windows Support Tweaks
  • Windows Update Error 0x8000FFFF
  • Windows Update Problem
  • windows update restart
  • Windows Updates
  • Windows Vista Disk Defragment
  • windows vista hardware requirements
  • windows vista password
  • windows vista slow shut down
  • windows vista slow shutdown
  • Windows Vista Support
  • Windows Vista System Requirements
  • windows vista tweaks
  • Windows XP compatibility mode
  • windows xp hardware requirements
  • Windows XP Mode in Windows 7
  • Windows XP Shutdown Problem
  • windows xp sp2 to sp3
  • windows xp support
  • windows xp system requirements
  • Windows XP Won't Shutdown

Blog Archive

  • ▼  2012 (87)
    • ▼  September (11)
      • Connecting to a Printer on Windows 8
      • Fix Windows 7 Error 1935
      • 5 Microsoft Security Essential Features
      • How to Enable USB Port in Windows XP
      • How to Manually Register DLLs in Microsoft Windows...
      • How to Create a Zip File in Windows 7
      • Create a New User Account on Dell Windows 7 Computer
      • How to Change Start Menu to Classic View in Window...
      • What’s New in Windows 8?
      • What’s New in Windows 8?
      • How to Fix Internet Connectivity Issues in Windows...
    • ►  August (15)
    • ►  July (14)
    • ►  June (8)
    • ►  May (11)
    • ►  April (7)
    • ►  March (8)
    • ►  February (9)
    • ►  January (4)
  • ►  2011 (112)
    • ►  December (3)
    • ►  November (8)
    • ►  October (6)
    • ►  September (8)
    • ►  August (11)
    • ►  July (20)
    • ►  June (16)
    • ►  May (8)
    • ►  April (14)
    • ►  March (14)
    • ►  February (4)
Powered by Blogger.

About Me

Unknown
View my complete profile