- Before installing the new board, boot into XP.
- Right click My Computer, click Manager and click Device Manager in the left pane of the Computer Management console.
- Select the IDE ATA/ATAPI Controller.
- Select your current storage controller.
- 5. Right click select Update Driver and click "Install from a list or specific location."
- 6. Select "Don't search, I will choose the driver to install."
- 7. Select the standard dual channel IDE controller.
- 8. The first time you boot XP after installing the new motherboard, boot in Safe Mode. XP will install needed drivers. You can also install the motherboard drivers from the disc that comes with it.
Thursday, December 17, 2009
How to prevent blue screen when installing new motherboard in XP computer?
How to turn off system sounds without muting everything?
- Right click the desktop
- Select Personalize
- Click Sounds at the bottom of the window
- On the Sounds tab, click the down arrow under "Sound Scheme" and choose "No Sounds"
- Click OK If you only want to turn off sound for specific events (such as email), you can do that, too. Under "Program Events," scroll down to the event you want to silence (New Mail Notification), highlight it, then under "Sounds" at the bottom, click the down arrow and select "(None)."
Thursday, November 12, 2009
How to start Windows Media Center without the startup animation?
- Right click the WMC shortcut on your desktop or taskbar (if you have it pinned there) and select Properties.
- Click the Shortcut tab.
- In the "Target" field, you'll see %windir%\ehome\ehshell.exe
- Leave that there, but right after it, type and space and then add /nostartupanimation
- Click OK.
How to disable Error Reporting in XP?
- Right click My Computer.
- Click Advanced.
- Select "Disable error reporting."
- Click OK.
Now wasn't that easy?
How to make Windows XP your default operating system in dual boot with Ubuntu?
- Boot into Ubuntu
- Click Applications Accessories Terminal to open a command line window
- At the command prompt, type sudo gedit /boot/grub/menu.lst
- When prompted, type your password
- In the file, find the following section:
## default num
# Set the default entry to the entry number NUM. Numbering starts from 0,
and
# the entry number 0 is the default if the command is not used.default 0 - Change the 0 to the number of the Windows boot section, which should be 4 on a typical dual boot system where you installed Ubuntu after XP
- Save the file with the changes
Monday, October 12, 2009
How to remove startup programs?
- Click Start Run
- In the Run box, type msconfig
- In the System Configuration Utility interface, click the Startup tab
- Uncheck the items you don't want to start when your computer starts
- Click OK and then restart the computer to make the change take effect (or just exit without restarting if you want to reboot at a later time).
Monday, September 14, 2009
How to find out who has used or tried to use your printer?
- Log on with an administrative account.
- In Windows Explorer, click Tools | Folder Options | View tab.
- Uncheck "Sue Simple File Sharing (Recommended)."
- Click Start | Control Panel (classic view) | Administrative Tools | Local Security Policy
- In the left pane, click to expand Local Policies.
- Click Audit Policy.
- Double click Audit Object Access in the right pane.
- Select to audit both successes and failures.
- Click Start | Printers and Faxes.
- Right click the icon for your printer and select Properties.
- Click the Security tab.
- Click Advanced.
- Click the Auditing tab.
- Click Add, and add the Everyone group. Click OK.
- Select the types of access you want to audit (Print, Manage Printers, Manage Documents, etc.).
- When some successfully uses the printer or performs other audited tasks, it will be recorded in the System log. When someone who doesn't have permission tries to print, it will be recorded in the Security log. You can view the logs by clicking Start | Control Panel | Administrative Tools | Event Viewer.
Sunday, September 13, 2009
How to kill multiple processes?
- Click the Start button.
- In the Search box, type cmd to open the command window.
- At the command prompt, type: taskkill /F /IM /T
For example, to kill all instances of the IE process, you would type: taskkill /F /IM iexplore.exe /T
How to set up a network printer in XP?
- Physically connect the printer to a hub or switch on the network with an Ethernet cable and turn it on.
- In Control Panel, open Printers and Faxes.
- In the Printer Tasks section, click Add a Printer.
- On the page labeled "Local or Network Printer," select the local printer option and uncheck the box labeled automatic detection.
- On the page labeled "Select a Printer Port," click Create a New Port.
- Select Standard TCP/IP Port.
- Click Next.
- On the "Add Standard TCP/IP Printer Port" page, click Next.
- On the "Add Port" page, enter the IP address of the printer, which you can usually obtain by printing out a configuration information report from the printer's Setup menu.
- Click Next.
- Click Finish.
Sunday, August 23, 2009
How to set XP to display the shutdown menu when you press the power button?
1. Right click an empty spot on the desktop
2. Select Properties
3. In the display properties dialog box, click the Screen Saver tab
5. Near the bottom of the dialog box, click the Power button
6. In the Power Options Properties dialog box, click the Advanced tab
7. At the bottom of the page, under "When I press the power button on my computer," select "Ask me what to do."
8. Click OK
Thursday, July 30, 2009
How to make your XP more quickly shut down?
1. Open your registry editor.
2. Navigate to HKEY_CURRENT_USER \ Control Panel \ Desktop
3. In the right pane, find the item HungAppTimeout and double click it
4. In the value data box, change the default value (5000) to a lower number (for example, 1000). Click OK.
5. Next, find the WaitToKillAppTimeout and double click it
6. Change the default value from 20000 to 1000. Click OK.
7. Now navigate to:HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Control
8. In the right pane, find WaitToKillServiceTimeout and double click it.
9. Change the default value to 1000 and click OK.
10. Then navigate to:HKEY_USERS \ DEFAULT \ Control Panel \ Desktop
11. Find HungAppTimeout and doubleclick it.
12. Change the default value to 2000 and click OK.
13. In the same key, find WaitToKillAppTimeout and double click it.
Change the value to (you guessed it!) 1000 and click OK.
If you don't want the timeout to be quite as short, change these values to something else (for example, 5000). Just make sure the value is the same for each.
Sunday, July 12, 2009
How to make a program always start with administrative rights?
Some programs, especially utilities, need administrative rights to run correctly (or at all). This isn't the best programming model, but if you have programs like that and you need to run them on Vista, you can set the properties to allow the program to always run as administrator. Here's how:
- Right click the shortcut icon for the program.
- Select Properties.
- On the Shortcut tab, click the Advanced button.
- Check the box that says "Run as administrator."
- Click OK.
Now when you use the shortcut to launch the program, it will run as administrator. You'll need to click Continue at the UAC prompt (unless you've disabled UAC).
How to increase the maximum bit rate for WMA files in Media Player?
The bit rate of an audio file refers to the number of bits that are processed per second. In the Windows Media Player, you can set the bit rate but you'll find that the maximum available for WMA files is 192 Kbps. If you want to set a higher rate, you can edit the registry. As always, be sure to make a backup before you make changes to the registry. Here's how to do it:
- Open the registry editor and navigate to: HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences
- In the right pane, double click the item WMARecordRate
- Choose Decimal and enter the bit rate you want to use, in bits. For example, 320 Kbps is entered as 320000.
- Close the registry editor.
Now your tracks will be stored at the higher bit rate.
Tuesday, June 30, 2009
How to disable the system tray?
- Open your favorite registry editor and navigate to: HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
- Click an empty space in the right pane and choose New DWORD Value
- Right click the new value to rename it to NoTrayItemDisplay
- Double click the new value and set the value to 1
- Log off and log back on for the change to take effect
Tuesday, June 23, 2009
Is there an easier way to use my printer as a copier?
How to disable the "Your computer might be at risk" popup message in XP
- 1. Click Start Control Panel and click the Security Center icon.
- 2. In the left pane, under Resources, click the link that says "Change the way Security Center alerts me."
- 3. In the Alert Settings dialog box, you can uncheck the box(es) for firewall and/or virus protection.
- 4. Click OK.
Sunday, June 21, 2009
When you use Sound Recorder to record audio in Windows Vista, the recorded audio may contain pops, clicks, or other distortions
When you use Sound Recorder to record audio in Windows Vista, the recording may contain extraneous noises such as pops or clicks. Or, the recording may sound distorted. This problem may occur when you record from a device that is connected to the line-in port on the computer's sound card. Additionally, this problem may occur more frequently when Sound Recorder is configured to sample at rates other than 16 bits and 44100 hertz (Hz). This problem does not occur when you use certain third-party programs to record audio.
CAUSE
This problem may occur if the recording volume is too high. This causes data clipping in the recording. Certain third-party programs may do a better job of automatically modulating volume levels that are set too high.
RESOLUTION
To work around this problem, use one of the following methods, and then record the audio again:
- Decrease the volume output of the device that is connected to the line-in port on the sound card. For example, if you have a portable MP3 player connected through the headphone jack of the device, reduce the volume of the MP3 device.
- Decrease the volume of the recorded sound in the Hardware and Sound item in Control Panel.
To do this, follow these steps:
- Click Start, click Control Panel, click Hardware and Sound, and then click Manage audio devices.
- Click the Recording tab, click the audio device that you use to record sound, and then click Properties.
- Click the Levels tab, drag the volume slider to the left to reduce the volume, and then click OK.
How to make Word create hyperlinks automatically
- Click the Office logo button in the top left corner of the Word window.
- Click the Word Options button at the bottom of the menu.
- Click Proofing in the left pane.
- Click the AutoCorrect Options button.
- Click the AutoFormat As You Type tab.
- Under "Replace as you type," check the box that says "Internet and network paths with hyperlinks.
- To enable automatic numbered lists, under "Apply as you type," check "Automatic numbered lists."
- Click OK twice to close the dialog boxes.
Sunday, June 14, 2009
Change the logon screen in Vista
- Create or download a picture that you want to use for the logon background and name it with the .logonvista extension.
- Download and install LogonStudio for Vista.
- Click the shortcut to open the program. When you get the UAC prompt, click Continue.
- Navigate to the location of the file you want to use for the background.
- Select the file and click Open.
- Click Save.
- Click Apply.
Sunday, May 31, 2009
How to Protect your E-Mail from spam
Take, for example, the : URL: http://grz67. com/track/ rd/3964715/ 5751/23643/ 1934. This URL contains a tracking ID will be mapped to your email ID in the site's database. The spammers would be sending you email with this URL behind the link. Whenever the user accesses this URL, the spammer can be sure the email address associated with this tracking ID is a valid one. Many people have documented the fact that not only do 'Remove' lists not work, they verify to the spammer that your e-mail address is good. The spammer then puts it on a premium CD and sell it to the next spammer for even more money.
Thursday, May 28, 2009
How to disable "In Private" browsing in IE 8
- Click Start and in the Search box, type gpedit.msc to open the local Group Policy management console.
- In the left pane, navigate to Computer Configuration Administrative Templates Windows Components Internet Explorer InPrivate
- In the right pane, double click the setting "Turn off InPrivate browsing"
- Select Enabled and click OK to prevent the use of the In Private feature.
Is there any reason to run 64 bit Vista on a system that maxes out at 4 GB RAM?
I have found 64 bit Windows to be generally more stable than 32 bit on the same machine, but that advantage can be outweighed by the fact that it's harder to find 64 bit hardware drivers, so some of your peripherals may not work. If a driver isn't signed, you can't load it on the 64 bit OS. This is probably one reason for the extra stability, but again makes it more likely you won't be able to use some of your devices. Another consideration is that 64 bit Vista won't run 16 bit applications. So if you still have a few old 16 bit apps you want to run, the only way you'll be able to do that is to install a 32 bit OS in a virtual machine and run them there.
You also have a performance advantage when you run 64 bit programs on the 64 bit OS. Unfortunately, right now there aren't many 64 bit applications; however, Microsoft Office 2010 will be available in a 64 bit version. Overall, though, with a machine with limited RAM, you're probably better off sticking with the 32 bit OS.
How to get your Gmail messages in Windows Mail
Now in Windows Mail, do the following:
- Click Tools Accounts and select "E-mail account" as the account type.
- Enter your display name, then in the next box, enterer your Gmail address.
- On the "Set up email servers" page, choose IMAP for the incoming email server type in the drop-down box, then enter "imap.gmail.com" as the incoming server and "smtp.gmail.com" as the outgoing server.
- Check the box "Outgoing server requires authentication."
- On the next page, enter your gmail address (username) and password. Check the box that says "do not download my email and folders at this time."
- Click Finish.
- On the Internet Accounts dialog box, highlight the name of the gmail account and click Properties.
- Click the Advanced tab, and check the options "this server requires a secure connection (SSL). Set the outgoing mail (SMTP) port to 587 and the incoming mail (IMAP) port to 993.
- Click the IMAP tab and uncheck "Store special folders on IMAP server."
You can now configure which folders you want Windows Mail to download by clicking imap.gmail.com in the left pane of the mail client window. You probably won't wat to download your spam folder and your trash folder, for example. You can now click the Send/Receive button to download your mail.
Sunday, May 24, 2009
How to enter the BIOS or CMOS setup.
Computers that have been manufactured in the last few years will allow you to enter the CMOS by pressing one of the below five keys during the boot. Usually it's one of the first three.
- F1
- F2
- DEL
- ESC
- F10
Press
Tip: If your computer is a new computer and you are unsure of what key to press when the computer is booting, try pressing and holding one or more keys the keyboard. This will cause a stuck key error, which may allow you to enter the BIOS setup.
Wednesday, May 20, 2009
Restart XP from Task Manager
- Click the Shut Down menu
- Select Restart
How to print selected text from web pages
- Highlight the specific text (or image) you want to print.
- Press CTRL + P or click File Print.
- In the Print Range dialog, click the option button for "Selection" ("All" is the default). 4. Click OK.
This will print only the selected portion of the page.
Sunday, May 17, 2009
How to get rid of the Remote Desktop title bar?
- Before connecting, in the RDC dialog box, click the Options button.
- Click the Display tab.
- Clear the box labeled "Display the Connection Bar when in Full Screen Mode."
- Click OK.
Where is the Vista Start Menu folder?
How to disable the Caps Lock key?
- Open your registry editor and navigate to the following key: HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ Keyboard Layout
- In the right pane, double click the value Scancode Map. If it doesn't exist, create a new Binary Value and name it "Scancode Map" (without the quotation marks).
- Enter the following binary data in the value data field: 00000000 00000000 0200000000 00003A00 00000000
- Close the registry editor.
This remaps the key to "nothing." You can also remap it to serve the function of another key, such as the SHIFT key. If you often hit Caps Lock when you really want SHIFT, you might want to do this. In that case, enter the following value in the value data field: 00000000 00000000 02000000 2A003A00 00000000
Tuesday, May 12, 2009
Disk Defragmenter does not work on a Windows XP-based computer
When you try to use Disk Defragmenter on a Microsoft Windows XP-based computer, the following symptoms may occur:
- When you click Analyze or Defragment, nothing happens.
- When you try to use the Defrag.exe command-line tool, you receive the following error message:
Additionally, when you open the Properties dialog box for the local hard disk and then click the Tools tab, one of the following symptoms may occur:
- The Defragment Now button is unavailable.
- When you click Defragment Now, you receive the following error message:
CAUSE
RESOLUTION
- Click Start, click Run, type C:\Windows\Inf, and then click OK. Note Substitute C with the drive letter of the local hard disk.
- Right-click the dfrg.inf file, and then click Install.
How to make XP look and act like Windows 7
No, you can't turn XP into Win7; you can't even do a direct upgrade. However, if you like the sleek look of 7 but aren't ready to start over with a new OS, you can give your XP computer much the same look, and you can also download programs that will provide some of the same functionality as new Windows 7 features.
- Install the Windows 7 Taskbar iconizer to make the taskbar icons look more like those in 7.
- Install AeroPeek and Visual Task Tips to allow you to view thumbnails of open windows and highlight the active window while making all the other windows transparent (requires .NET Framework 3.5)
- Install AeroSnap to make windows automatically resize to fill half the screen when dragged to the side of the monitor.
- Download and run AeroShake to minimize all inactive windows by shaking with your mouse.
You can find links to download all of these programs, along with screenshots and more instructions, at make-windows-xp-vista-like-windows
Tuesday, May 5, 2009
“Your system is low on virtual memory” error message when you try to start an Office program
When you start any of the Microsoft Office 2007 or Microsoft Office 2003 programs, you may receive an error message that is similar to the following error message:
Your system is low on virtual memory. To ensure that Windows runs properly, increase the size of your virtual memory paging file. For more information, see Help.
If you click OK, you may receive the following error message:
Your system is low on virtual memory. Windows is increasing the size of your virtual memory paging file. During this process, memory requests for some applications may be denied. For more information, see Help.
CAUSE
This behavior may occur if you try to start any of the programs included in Office on a computer where the paging file value setting is too low.
RESOLUTION
To resolve this behavior, increase the size of the paging file. To do so, follow these steps as appropriate for your operating system.Note Microsoft Office 2007 requires Windows XP or higher.
- Click Start, right-click My Computer, and then click Properties.
- In the System Properties dialog box, click the Advanced tab.
- In the Performance pane, click Settings.
- In the Performance Options dialog box, click the Advanced tab.
- In the Virtual memory pane, click Change.
- Change the Initial size value and the Maximum size value to a higher value, click Set, and then click OK.
- Click OK to close the Performance Options dialog box, and then click OK to close the System Properties dialog box.
NOTE:
How to install Windows 7 to dual boot with XP
1.If you only have one partition on your hard drive, you need to shrink it so you can create a second one on which to install Windows 7 (I recommend if you have less than 30 GB of free space, you should buy and install a second physical hard drive on which to install Win7).
2. Boot the system from the Windows 7 installation DVD and when you get to the "Where do you want to install Windows?" option, be sure to pick the partition, disk or unallocated space on which XP is not installed. Proceed through the Setup process.
3. Proceed through the Setup process
4. When the system reboots after installing, pick "Earlier Version of Windows" from the boot menu to boot into XP.
If you had XP installed on C:, when you boot into Windows 7 you'll see that it appears to be installed on C:. Don't panic - Windows 7 calls whatever drive it's installed on C:, which actually makes things easier for applications. The drive on which XP is installed won't show up at all by default, although it's there in Disk Management and you can assign it a drive letter if you want it to show up when you're in Win7 (for example, if it has data stored on it that you want to access). For example, you might assign it drive letter X: to denote that it's the XP drive, and you'll see it as X: in Win7 Explorer. However, when you boot back into XP, the drive it's installed on will be C: (or whatever it was originally) again.
Here's a detailed, illustrated tutorial on installing the dual boot configuration:
How to dual boot Windows XP and Windows 7 (XP installed first)
How to reset Windows Firewall settings in Windows XP SP2
To reset the Windows Firewall to the factory default state, try this:
- Type firewall.cpl in Start, Run dialog.
- Click the Advanced tab.
- Click the Restore Defaults button.
- Click Yes to continue when you see this dialog
Do you want to continue?
The Windows Firewall is now turned ON, and set to factory default state.
Alternately, you can use the NETSH command-line to accomplish this:
Open a Command Prompt window and type NETSH FIREWALL RESET
This command resets firewall configuration to default. This provides the same functionality as the Restore Defaults button in the Windows Firewall interface.
To reset the Windows Firewall to the factory default state, try this:
- Type firewall.cpl in Start, Run dialog.
- Click the Advanced tab.
- Click the Restore Defaults button.
- Click Yes to continue when you see this dialog
Do you want to continue?
The Windows Firewall is now turned ON, and set to factory default state.
Alternately, you can use the NETSH command-line to accomplish this:
Open a Command Prompt window and type NETSH FIREWALL RESET
This command resets firewall configuration to default. This provides the same functionality as the Restore Defaults button in the Windows Firewall interface.
How can I change the physical location of "My Documents" folder?
Example: C:\Documents and Settings\Games\My Documents(Assuming your user account name is Games)
If the system drive is running out of space and you want to redirect the My Documents folder to a different partition, follow this method:
- Create a folder in a different drive
- Assign appropriate folder permissions
- Open My Computer window.
- From Common Tasks pane, right-click My Documents and choose Properties.
- Type the target folder path and click Apply
Monday, April 20, 2009
Internet Explorer may crash when you browse a Web page that constantly fetches a recordset asynchronously and filters the recordset at the same time f
RESOLUTION
To resolve this problem immediately, contact Microsoft Customer Support Services to obtain the hotfix. For a complete list of Microsoft Customer Support Services telephone numbers and information about support costs, visit the following Microsoft Web site:
Windows Stops Responding When You Click a Large AVI File in Windows Explorer
CAUSE
RESOLUTION
1. To resolve this problem, obtain the latest service pack for Microsoft Windows XP.
THIS TECHNIQUE IS UNSUPPORTED AND YOU USE IT AT YOUR OWN RISK!
- Click Start, then Run.
- Type [regsvr32 /u shmedia.dll] without the parenthesis.
- Click the OK button.4. After an instant, you will get a dialog with the message "DllUnregisterServer in shmedia.dll succeded.".
How to move an off-screen window back to your main monitor?
- Click the application in the taskbar to put the focus on it.
- Right click it in the taskbar and select Move
- Press the appropriate arrow key (Left or Right, depending on the direction in which you need to move the window to bring it back to the main monitor)
- Move your mouse or pointing device in the same direction, until it moves back into view on the main monitor.
Sunday, April 19, 2009
Back Up and Restore the Registry
Backup the Registry
- Press Start > Run (Winkey+R) and type regedit
- Left click Computer in the left pane
- Go to File > Export
- Save the file (for extra caution, save the file to a USB thumb drive)
Restore the Registry
- Press Start > Run (Winkey+R) and type regedit
- Left click Computer in the left pane
- Go to File > Import
- Choose the backup file you created
The Backup and Restore Center
Launching the Backup and Restore Center
To launch the Backup and Restore Center, do the following:
- Press the Start
- Type Backup in Run
- Select Backup and Restore Center
Backing up Your Files
To backup your files, click Backup Files and follow the directions given to you. Select the directories and files you want to backup and find a suitable place to store these files. It is recommend an external hard drive or DVD(s).
Restoring Your Files
Launch the Backup and Restore center and click Restore Files. Locate the medium your files are stored on and follow the instructions to get your previously backed up files back.
Thursday, April 16, 2009
How to make XP skip the prompt to find a program to open files?
- Open your registry editor. (Start>Run>Type regedit>ok)
- Navigate to HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ system
- Right click an empty space in the right details pane and click New.
- Select DWORD value.
- Name the new DWORD value No Internet OpenWith
- Double click the value and set the value data field to 1
- Close the registry editor
You may need to reboot for the change to take effect.
Dual Boot Windows XP and Vista
Installing Vista is really easy if you already have Windows XP installed.
- Simply boot from your Windows Vista installation disc.
- Select the disk or partition you wish to install Vista on (make sure you don’t install Vista on the XP partition), and Windows will take care of itself.
After installing Vista, you will be presented with a bootscreen offering you to boot to Windows Vista or an earlier version of Windows(XP.)
Install XP after Installing Vista
- Simply boot from your Windows XP installation disk, select the disk or partition you wish to install XP on (make sure you don’t install XP on the Vista partition), and Windows will take care of itself.
- Now boot from your Vista installation DVD. Click Next on the regional settings screen and click on Repair Your Computer. Select the Vista install and run the Startup Repair.
- The next step is to tell Vista that XP exists by adding an entry for XP to the Vista boot manager. In Windows Vista, click Start and type Run.
- Right click on the shortcut and select Run as Administrator…
- Run the following commands in the same order they are presented here:
- bcdedit /create {ntldr} /d "Windows XP"
- bcdedit /set {ntldr} device boot
- bcdedit /set {ntldr} path \ntldr
- bcdedit /displayorder {ntldr} /addlast
Now reboot your computer and you should have the option to boot to either Windows XP or Windows Vista.
Wednesday, April 15, 2009
Import option in Windows Media Center may not be available
After you connect an external hard disk drive or a universal serial bus (USB) flash drive to a computer that is running Windows Vista, the Import option in Windows Media Center may not be available. The Import option is used to copy files from removable storage devices to a computer for use in Windows Media Center.
CAUSE
This problem occurs because some external hard disk drives and USB flash drives report themselves to Microsoft Windows as local hard disk drives instead of as removable storage devices. The Import option in Windows Media Center is not available for local hard disk drives.
RESOLUTION
- To work around this problem, follow these steps:
- Open Windows Media Center.Click picture library or music library.
- Right-click a picture or a video, and then click Library Setup.
- Click to select the option button next to Add a folder to watch.
- Follow the prompts to add a folder from an external hard disk drive, from a removable media drive, or from a network location.
Can I turn off the problem reporting?
My biggest gripe about Vista is the stupid dialog box that comes up whenever there's a problem, wanting me to send a report to Microsoft. I click "no" every time but is there a way to just turn this off so I don't have to waste my time on it?
ANSWER:
You can disable the error reporting service if you never want to send reports. Here's how:
- Click Start
- In the Search box, type Services and press Enter
- In the right pane of the Services console, scroll down to find Windows Error Reporting Service and double click it
- On the General tab, set the Startup Type to Disabled
How to stop Windows Update from changing the Sleep button function?
- Open your registry editor and navigate to the following key: HKEY_CURRENT_USER \ Software \ Policies \ Microsoft \ Windows \ WindowsUpdate\AU
- In the right details pane, right click an empty space and select New DWORD value
- Name the new value NoAUAsDefaultShutdownOption
- Double click the new value and set the value data field to 1
This makes Vista stop replacing the Sleep option with the Install Updates option, but the latter will still be available as a separate option on the Shutdown menu.
Thursday, April 9, 2009
A high definition audio device may no longer work after you resume Windows Vista from hibernation or from sleep
A high definition audio (HDA) device may no longer work after you resume a Windows Vista-based computer from hibernation or from sleep. The HDA device may be a sound device or a modem. You may see an "X" character appear on the speaker icon in the notification area.
Because of this problem, you no longer hear any sound. Or, you cannot use the modem. This problem occurs even though you have installed the update that is described in Microsoft Knowledge Base article.
RESOLUTION
This article contains an updated version of the updates. If you have installed either of the previous updates, and if the problem still occurs, we recommend that you install this update.
To resolve this problem, install update 937077.
http://support.microsoft.com/kb/937077/
To install this update, visit the following Microsoft Web site:
http://windowsupdate.microsoft.com
How to change the Vista folder template?
1. Right click the folder and select Properties.
2. Click the Customize tab.
3. In the drop-down box under "Use this folder type as a template," select the type of items you have in the folder (for example, Documents). You can also choose whether to apply the template to all the subfolders within the folder.
You can also set a default for all new folders to be displayed without a template by editing the registry. Here's how:
1. Start the Registry Editor
2. Go to HKEY_CURRENT_USER \ Software \ Classes \ Local Settings \ Software Microsoft \ Windows \ Shell \ Bags
3. From the menu, click Edit > New > Key
4. Name the new key AllFolders (and keep this key selected)
5. From the menu, click Edit > New > Key
6. Name the new key Shell (and keep this key selected)
7. From the menu, click Edit > New > String Value
8. Name the new value FolderType, right-click it and choose Modify. Enter NotSpecified as the Value data
9. Close the registry editor
Wednesday, April 8, 2009
Microsoft Investigates PowerPoint Zero-Day Attack
PowerPoint versions 2000, 2002, and 2003 are all vulnerable to attack by opening a malicious PPT file that exploits the vulnerability. Microsoft says that "limited and targeted attacks" have been seen in the wild. Office 2004 for Mac is also technically vulnerable, but an attack for it would have to be custom-written for the Mac.
As with many attacks in the past, the older Office file formats are at issue here, not the new ones. In fact, one mitigation users may take is to use MOICE (the Microsoft Office Isolated Conversion Environment), an add-on for earlier versions of Office that automatically converts old file formats into the new ones and uses them in that form. But the main advice is that not open files from untrusted sources.
If you think you may have been affected, which is unlikely because when Microsoft uses the term "limited and targeted attacks" it usually means that one or two attacks have been observes, you can scan your system with Microsoft's Windows Live OneCare safety scanner. The malicious PPT files are detected as Exploit:Win32/Apptom.gen.
How to get Vista-style "breadcrumbs" in XP?
http://qttabbar.wikidot.com/qtaddressbar
First you'll need to install the .NET Framework 2.0 or later. Then run the QTAddressBar.exe file, select Install and click Next. After this, either log off and log back on or open Task Manager and do the following:
1. On the processes tab, find explorer.exe, right click and kill the process.
2. Now go to the Applications tab, click the New Task button and type explorer.exe in the Open box.
3. Right click the Toolbar and uncheck Address Bar, then check QT Breadcrumbs Address Bar.
Thursday, April 2, 2009
How to use natural language search in Vista?
What's the most natural way to ask your computer to find something? By talking to it as if it were a person, right? First you need to be sure the feature is enabled. Here's how:
- Click Start and then double click Computer.
- In the Computer window, click Organize in the top menu and select Folder and Search Options.
- In the Folder Options dialog box, click the Search tab.
- In the section labeled "How to Search," make sure the box "Use natural language search" is checked and click OK.
Tuesday, March 31, 2009
How do I enable the NUM LOCK key for the logon screen?
- Run Registry Editor.Move to HKEY_USERS\.
- Default\Control Panel\Keyboard.
- Change the value for InitialKeyboardIndicators from 0 to 2.
Note:
To fix this problem automatically, click the Fix this problem link. Next, click Run in the File Download dialog box, and then follow the steps in this wizard. Fix this problem
How can I open a .WDB file?
Saturday, March 28, 2009
Where is USB Drive?
This sometimes happens if Windows names the drive letter to something that was already in use by another device. See if you can locate the drive and change its drive letter, using these steps:
- Right click My Computer and select Manage.
- In the right pane of the Computer Management console, go down to Storage and expand it if necessary, then click Disk Management.
- It may take a few minutes to populate the right pane. When the disk information appears, your USB drive should show up in this list.
- To change the drive letter, right click the drive in the list and select Change Drive Letters and Paths...
- The currently assigned letter will be displayed in the dialog box. Click the Change button.
- From the drop down list, pick a drive letter that is not being used by any other device and click OK. You'll get a Confirm dialog box; click Yes.
How to hide a user account on the logon screen?
1. Before editing the registry, back it up just to be safe.
2. Open the registry editor and navigate to the following key: HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon \ SpecialAccounts \ UserList
3. In the right pane, you'll see a list of items that correspond to the user accounts that exist on the computer but are not shown on the logon screen. You'll probably be surprised at how many there are.
4. Right click an empty space in the right pane, select NEW and DWORD value.
5. Right click the new value and rename it to the exact name of the user account you want to hide.
6. Close the registry editor.
Now the account name won't show up on the logon screen. You can unhide the account at any time by deleting the registry key you created. Your nephew can still log onto the account while it's hidden. Just press CTRL+ALT+DEL twice in a row at the logon screen and you'll get the logon dialog box that allows you to type in the username.
Thursday, March 19, 2009
Different wallpapers on multiple monitors
- Advanced Multi-Monitor Taskbar support
- Use a different desktop wallpaper image on each monitor
- Use a desktop wallpaper image that spans all monitors
- Randomly change your desktop wallpaper using local images or images from Flickr
- Drag or middle-click the taskbar of maximized windows to move them to other screens
- Auto-snap windows to the edge of your monitor
- Integrated Flickr.com image search & download
- Integrated Vladstudio.com image search & download
You can download it here:
http://www.binaryfortress.com/displayfusion/
How to print IE pages without the headers and footers?
- Click File Page Setup
- In the dialog box, under the section labeled "Headers and Footers," remove the text in the boxes.
- Click OK
Alternatively, you can change the information in the headers and footers. For example, &d or &D is what puts the date in there. Likewise, &t or &T inserts the time. If you want the footer to show the page number only, just put &p in the footer.
Wednesday, March 18, 2009
Explorer.exe Command-Line Options for Windows XP
Option Function
- /n Opens a new single-pane window for the default selection. This is usually the root of the drive that Windows is installed on. If the window is already open, a duplicate opens.
- /e Opens Windows Explorer in its default view.
- /root, (plus an object) Opens a window view of the specified object.
- /select, (plus an object) Opens a window view with the specified folder, file, or program selected.
Examples
********************************************************
Example 1: Explorer /select,C:\TestDir\TestProg.exe
Opens a window view with TestProg selected.
Example 2: Explorer /e,/root,C:\TestDir\TestProg.exe
Opens Explorer with drive C expanded and TestProg selected.
Example 3: Explorer /root,\\TestSvr\TestShare
Opens a window view of the specified share.
Example 4: Explorer /root,\\TestSvr\TestShare,select,TestProg.exe
Opens a window view of the specified share with TestProg selected.
Tuesday, March 17, 2009
System Restore has encountered a problem and needs to close
- In Control Panel or Windows Explorer, click Folder Options and then the View tab.
- Under Advanced Settings, scroll down and find "Show hidden files and folders." Check the box.
- Find "Hide extensions for known files types." Uncheck that box.
- Click Apply, OK.
- In Windows Explorer, find your Windows folder (usually on the C: drive but not always). Navigate to the inf folder and open it.
- Find a file named sr.inf
- Right click the file and select Install.
Important: this creates a new installation of System Restore, but it will delete any restore points that you had created previously.
How to customize the volume controls in XP?
- In the top menu bar, click Options, then Properties.
- In the section labeled "Show the following volume controls," scroll down and uncheck the ones you don't want to see. You can also add controls that don't currently display.
- Click OK
Friday, March 13, 2009
How do I use DreamScene?
ANSWER:
- Click Start Control Panel and then Programs, Programs and Features
- Select "Turn Windows features on or off"
- Scroll down to Windows Ultimate Extras and put a checkmark in the box labeled "Windows DreamScene"
- Wait while the progress bar tells you that the feature is being configured
- Reboot the computer
Now when you right click the desktop and select Personalize, under "Choose a desktop background," you should "Windows DreamScene Content" in the menu, so you can select a video to use for your wallpaper. Be forewarned that DreamScene may take up a lot of resources on low powered computers, but if you have the resources to run it, it is very cool looking.
How to display the hierarchical folder path instead of "breadcrumbs"?
- In Windows Explorer, hold down the ALT key
- Press and release the D key
- The path is highlighted, so you can copy it to your keyboard with CTRL+C
- To get back to the "breadcrumbs" view, press the ESC key.
If you want to keep the breadcrumbs, but need to copy the path, just right click an empty space in the address bar after the path and you can select "Copy Address" or "Copy Address as Text." Note that these same procedures work in Windows 7, too.
Tuesday, March 10, 2009
How can I make XP boot automatically?
I have a problem. I installed Vista on my XP computer, to dual boot. But I don't like Vista and went back to using XP. The problem is that when I reboot, it automatically starts up Vista unless I'm paying attention and choose the "Previous operating system" in the bootup menu. How can I make it automatically go into XP again?
ANSWER:
Luckily that's an easy one to fix, although the answer isn't very intuitive. Here's what you need to do:
1. Click Start Control Panel and open the System applet.
2. Click the Advanced tab.
3. At the bottom, under "Startup and Recovery," click the Settings button.
4. At the top of the dialog box, under "System Startup," click the down arrow and select the operating system that you want to be the default (the one that starts automatically after a set amount of time).
5. You can also modify the number of seconds the list will display before going into your default OS, if you want.
6. Click OK twice to close out the dialog boxes.
Now when you boot up, the system should automatically load XP unless you select Vista from the boot menu list.
The Registry Keys and Values for the System Restore Utility
In the registry, you can modify many values for System Restore. However, it is recommended that you use the user interface whenever possible to configure System Restore, as you may be unable to reverse the changes you made in the registry, which can place your computer into an unstable condition.
In Windows XP, there are three registry keys that you can use to modify System Restore:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Sr
This key is related to the System Restore filter. This key and its values must not be be modified under any circumstances as any modifications can cause the operating system to malfunction.
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Srservice
This key is related to the System Restore service. This key and its values must not be be modified under any circumstances as any modifications can cause the operating system to malfunction.
HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\CurrentVersion\SystemRestore
In this registry key, you can modify some DWORD values. However, in this key, there are some values that must not be modified under any circumstances.
Values That Can Be Modified Without Risk of Harm to the Computer
CompressionBurst
This value, listed in seconds, specifies the idle time compression: The amount of time to compress data after the computer reaches its idle time. A service can compress data for the amount of time that is specified in this value, and then stop. Then, at the next idle time compression, the computer can repeat the process.
DiskPercent
This value relates to the percentage of disk space that System Restore uses for its data store. The default value is 12 percent. The data store size is always calculated as "max(12 percent, DSMax)," regardless of the size of the hard disk. The maximum (max) size is what is specified in DSMax. For hard disk sizes that are less than 4 gigabytes (GB) in size, 12 percent is less than 400 megabytes (MB), so "max(12 percent, DSMax) equals 400 MB." For hard disk sizes that are greater than 4 GB, 12 percent is greater than 400 MB, so "max(12 percent, DSMax) equals 12 percent." This data store size is not a reserved disk space, and the data store size is used only on demand.
DSMax
This value specifies the maximum size for the System Restore data store. The default size of the data store is 400 MB. The data store size is always calculated as "max(12 percent, DSMax)," regardless of the size of the hard disk. The maximum (max) size is what is specified in DSMax. For hard disk sizes that are less than 4 GB, 12 percent is less than 400 MB, so "max(12 percent, DSMax) equals 400 MB." For hard disk sizes that are greater than 4 GB, 12 percent is greater than 400 MB, so "max(12 percent, DSMax) equals 12 percent." This data store size is not a reserved disk space, and the data store size is used only on demand.
DSMin
This value relates to the minimum amount of free disk space that System Restore needs so that it can function during the installation process. Also, this value relates to the minimum amount of free disk space that is needed for System Restore to reactivate and to resume the creation of restore points after System Restore has been disabled because of low disk space.
RestoreStatus
This value specifies if the last restore operation failed (0), succeeded (1), or had been interrupted (2).
RPGlobalInterval
This value specifies, in seconds, the amount of time that System Restore waits before it creates the automatic computer check points for elapsed time. The default value is 24 hours.
RPLifeInterval
This value specifies, in seconds, the restore points Time to Live (TTL). When a restore point reaches this time and it is still on the system, it gets deleted. The default value is (7776000), which will be 90 days.
RPSessionInterval
This value specifies, in seconds, the amount of time that System Restore waits before it creates the automatic computer check points for session time (the amount of time that the computer has been on). The default value is zero (0), which means that this feature is turned off.
ThawInterval
This value specifies, in seconds, the amount of time that System Restore waits before it activates itself from a disabled state (after the conditions for this process to occur have been met). If you start the System Restore user interface, System Restore is activated immediately.
Values That Must Not Be Modified
CreateFirstRunRp
This value instructs the computer to create the first restore point, for example, when System Restore is turned off, and then turned back on, or disabled, and then activated. This value must not be modified under any circumstances as a modification can place the computer in an unrecoverable situation (for example, the computer is unable to create a first restore point in any of the preceding situations).
DisableSR
This value turns System Restore either on or off. If you turn System Restore off in the registry, the existing restore points are not removed. This value must not be modified. System Restore must be turned either on or off only from the user interface.
RestoreDiskSpaceError
This value instructs the computer to produce an error message in case System Restore is unsuccessful because of problems related to disk space. This value functions as an informational value.
RestoreSafeModeStatus
This value specifies if the last restore operation had been performed from the Safe mode.
TimerInterval
This value is the pulling time specified in seconds. This value relates to the time that System Restore "wakes up" and checks for the condition of its disk space. The default value is 120, and it must not be modified as any modifications can affect overall computer performance.
APPLIES TO: Microsoft Windows XP Home Edition, Professional
How to edit the registry to modify System Restore?
Perhaps the most useful modification you can make is to set the maximum time that a restore point exists before it is deleted. The setting is specified in seconds, and the default is 7776000, which translates to 90 days. If you want your restore points to hang around longer or you'd like to see them disappear sooner, do this
1. Navigate to the key shown above and in the right details pane, double click or create the DWORD value RPLifeInterval.
2. In the value data field, enter a number in seconds equal to the time that you want restore points to remain on the system before being deleted (for example, to specify a time to live of 30 days, enter the value 2592000).
3. Close the registry editor. There are other values in this key that can be modified, and some that should never be changed.
To find out more...
Sunday, March 8, 2009
Remote access clients that are running Windows Vista cannot access Routing and Remote Access Service servers that use IPv6
Remote access clients that are running Windows Vista cannot access Routing and Remote Access Service servers that use IPv6 or the computers behind the servers.
CAUSE
Assume that you have used remote access policy to add Point-to-Point Protocol (PPP) connection-based IPv6 filters to Routing and Remote Access Service static filters. For example, you configure remote access policy to enable only TCP port 80 to carry traffic. In this scenario, the remote access policy will block all traffic except the traffic that is specified in the policy. The blocked traffic includes Internet Control Message Protocol (ICMP) v6 neighbor discovery (ND) packets. These packets are required for clients to reach Routing and Remote Access Service servers that use IPv6 or the computers behind these servers.
Note Routing and Remote Access Service servers that use IPv4 do not require ICMPv6 ND packets. Therefore, this issue does not occur if Routing and Remote Access Service servers use IPv4.
RESOLUTION
1. To resolve this issue, follow these steps:
2. Locate and then open the remote access policy.
3. Click the Settings tab, and then click IP Filters.
4. Under IPv6, click Input Filters.
5. Add the following explicit filters to enable ICMPv6 ND packets to be received:
- IPv6 Next header type == 58, ICMP header type = 133
- IPv6 Next header type == 58, ICMP header type = 134
- IPv6 Next header type == 58, ICMP header type = 135
- IPv6 Next header type == 58, ICMP header type = 136
- IPv6 Next header type == 58, ICMP header type = 137
How to make a shortcut to mute the sound in Vista
1. First download the nircmd.exe tool here: http://www.nirsoft.net/utils/nircmd.html
2. Right click an empty spot on the desktop and select New Shortcut
3. Assuming you saved the file to a folder called Tools on the C: drive, type this in the "location of the item" box (substitute the correct path if you saved it in a different location): "C:\ Path \ To \ nircmd.exe" mutesysvolume 2.
4. Give the shortcut a name (e.g., "Mute")
5. Right click the shortcut and select Properties.
6. Here you can assign a key combination, or you can just click the icon on the desktop to quickly mute the sound.
Wednesday, March 4, 2009
How can I trim down the XP startup process?
1. Click Start Run and type: msconfig.exe
2. In the System Configuration utility, click the Startup tab and uncheck the programs in the list that you don't want to start when you boot the system. If you don't know what some of the listed items are, you may need to look them up in a web search. For example, I have Microsoft Groove installed as part of Office, but I rarely use it. GrooveMonitor starts automatically, but I can uncheck it to speed up the Startup process.
If you have many unnecessary programs starting up, you may see a significant decrease in bootup time when you uncheck several of them.
Monday, March 2, 2009
The processor speed is slower than expected on a notebook computer that is running Windows XP
When you start a laptop computer on battery power, the processor speed may be slower than the processor speed that the manufacturer indicates. To view the processor speed, you can use the System tool in Control Panel.
CAUSE
This behavior occurs because most laptop computers on battery power set the processor speed to a slower speed to conserve battery power and to reduce the temperature of the processor.
RESOLUTION
This behavior depends on the capability of the processor and the BIOS settings for the laptop computer. When the computer starts to use battery power, the processor speed is automatically reduced and written to the following registry key:
HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\CentralProcessor\0\~MHz
How to get the address bar back after SP3 takes it away?
1. Restart the SP3 computer in Safe Mode (press F8 at bootup and select Safe Mode with Command Prompt option.
2. At the command prompt, type this: xcopy c:browserui.dll c:WindowsSystem32
3. Reboot the computer.
How can I work with RAW photo images in XP?
How to reduce the size of pictures for emailing?
1. Save the pictures you want to send in your My Pictures folder.
2. In the My Pictures folder, select the one(s) you want to email and highlight them.
3. In the File and Folder Tasks pane on the left side, select Email This File or Email The Selected Items.
4. When the Send Pictures via Email dialog box appears, select Make all my pictures smaller and click OK. You can click Show More Options in the bottom left corner of the box if you want to specify the size for the files (small, medium or large).
5. Click OK and XP will create a new message in your default mail client, reduce the size of the pictures and attach them to the message. Type in the recipient's address, subject and a message (the last is optional) and click Send.
Thursday, February 26, 2009
Icons are missing from Control Panel, or you cannot start Control Panel, the Welcome Center, or games in Windows Vista
SYMPTOMS
On a computer that is running Windows Vista, you experience one or more of the following problems:
1. Icons are missing from Control Panel.
2. You cannot start Control Panel. When you try to start Control Panel, the screen may flash briefly, but Control Panel does not start.
3. You cannot start the Welcome Center. For example, when you type welcome center in the Start Search box, and then you click Welcome Center in the Programs list, nothing happens.
4. You cannot start Windows Vista games such as Chess or Minesweeper. When you try to start the games, nothing happens.
These problems may occur intermittently.
RESOLUTION
Service pack information
To resolve this problem, obtain the latest service pack for Windows Vista.
Windows Vista Service Pack 1 or Windows Server 2008 stops responding (hangs) during startup
When you press the power button or click Restart on the Start menu to start a computer that is running Windows Vista Service Pack 1 (SP1) or Windows Server 2008, the system startup may fail. The system stops responding (hangs) and shows a black screen where the Windows logo typically appears. Additionally, the mouse pointer does not appear, and the hard disk drive (HDD) light does not flash. When the HDD light does not flash, it means that the HDD is not being accessed at that time.
When this problem occurs, you have to force the power off. Then, you must press the power button to start the computer again.
CAUSE
This problem occurs because of a deadlock in the remote procedure call (RPC) component.
RESOLUTION
Hotfix information
A supported hotfix is available from Microsoft. However, this hotfix is intended to correct only the problem that is described in this article. Apply this hotfix only to systems that are experiencing the problem described in this article. This hotfix might receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next software update that contains this hotfix.
If the hotfix is available for download, there is a "Hotfix download available" section at the top of this Knowledge Base article. If this section does not appear, contact Microsoft Customer Service and Support to obtain the hotfix.
Note: If additional issues occur or if any troubleshooting is required, you might have to create a separate service request. The usual support costs will apply to additional support questions and issues that do not qualify for this specific hotfix. For a complete list of Microsoft Customer Service and Support telephone numbers or to create a separate service request, visit the following Microsoft Web site: http://support.microsoft.com/contactus/?ws=support
(http://support.microsoft.com/contactus/?ws=support)
Prerequisites To apply this hotfix, you must have Windows Vista SP1 or Windows Server 2008 installed on the computer. Restart requirement
You have to restart the computer after you apply this hotfix. Hotfix replacement information. This hotfix does not replace any other previously released hotfixes.
File information The English version of this hotfix has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time item in Control Panel.