How to install shared printer from XP on Windows 7 64 bit

On the Windows 7 computer:

Go to the Devices and Printers ->  Add a Printer -> Local Printer -> Create a new port -> Local port -> Next -> \\xpcomputername\sharedprintername  (where you put in the actual share name of the computer and printer) -> OK -> Windows Update (and wait for the list to repopulate-> choose the printer model ->  Next -> Next.

http://h30434.www3.hp.com/t5/Printer-All-in-One-Software/trouble-installing-shared-printer-on-windows-7-64-bit/td-p/182536


How to fix Winnt_root\System32\Hal.dll missing or corrupt

Boot from a windows installation CD, chose repair on the first screen using recovery console.

After choosing the windows installation that is corrupt type bootcfg /rebuild, type Y for Add installation to boot list? (Yes/No/All)

Enter Load Identifier:
[This is the name of the operating system. Type Windows XP Professional or Windows XP Home Edition.]

Enter OS Load options:
[Leave this field blank, and then press ENTER].

After you perform the preceding steps, restart the computer, and then select the first item on the boot menu. This should allow Windows XP to start normally.

http://support.microsoft.com/kb/314477

How to fix the print spooler failed to start. The system cannot find the file specified in Windows XP

Go to services: Start -> Run -> services.msc, find print Spooler service, right click and go to Properties. Check the path to see if it is C:\Windows\System32\spoolsv.exe.

Go to system32 folder and check for spoolsv.exe file, if is missing go to C:\i368 and search for spoolsv.ex_, copy that file and paste it in system32 folder and change the name to spoolsv.exe.

Go back to services and start the print Spooler service.

http://www.askmehelpdesk.com/computers-beginners/could-not-start-print-spooler-service-local-computer-error-2-a-267158.html

How to fix DVD drive not recognized in windows

If you have this message “Windows cannot load the device driver for this hardware. The driver may be corrupted or missing. (Code 39)” in Device manager -> DVD drive Properties -> General tab.

Open registry editor

Start –> Run and typing REGEDIT and press Enter

Navigate to HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/ Control/ Class {4D36E965-E325-11CE-BFC1-08002BE10318}

Look for any of the following names in the right hand column and delete them.

UpperFilters

LowerFilters

UpperFilters.bak

LowerFilters.bak”

http://pctechnotes.com/how-to-fix-windows-cannot-load-the-device-driver-for-this-hardware-the-driver-may-be-corrupted-or-missing-code-39/

How to recreate an iTunes library after moving files in windows

After you move the music files from the original location, in iTunes you will have an exclamation mark before the mane of the file and you will have to locate it.

If you have moved a lot of files the easy way is to recreate a new library and rescan the computers for the music files.

To create a new library:

1. Open iTunes while presing shift key.

2. Click on create libarary

3.  Choose a name for the new folder and click Save

4. In iTunes, under Find music files click Find MP3 and AAC files in my Home folder

If you want to use the default name iTunes, rename iTunes to iTunesold, when you open iTunes program it will create a new iTunes folder, you can move the music files from iTunesold folder to iTunes folder and proceed to step 4.

How to redirect a website to another website

To redirect a website to another one create or replace the index.html file in the website that you want to redirect with this code:

<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.0 Transitional//EN”>
<html>
<head>
<title>Your Page Title</title>
<meta http-equiv=”REFRESH” content=”0;url=http://www.the-domain-you-want-to-redirect-to.com”></HEAD>
<BODY>
Optional page text here.
</BODY>
</HTML>

http://www.instant-web-site-tools.com/html-redirect.html