There are a number of different ways that "things" get started in Windows, many of which involve the Windows registry. The problem is that is possible to severely damage your Windows installation if you do the wrong thing when editing the registry.
The problem appears to be caused by an error in some HP software installations that causes Windows to fail to start a program that HP wanted to start but instead opens the Windows Explorer window.
If you print out the following and follow the steps carefully, you should be OK.
- Create a System Restore point.
- Click Start > Run then type "regedit" (without the quotes); Click OK
- In the left-hand pane of the Registry Editor window, click the + next to "HKEY_LOCAL_MACHINE"
- Click the + next to "SOFTWARE" in the list that opened up under HKEY_LOCAL_MACHINE
- Scroll down until you get to "Microsoft" and click the + to the left of it
- In the list under Microsoft, scroll down to "Windows" and click the + to the left of it
- In the list under Windows, click the + to the left of "CurrentVersion"
- In the list under CurrentVersion, scroll down to "Run" and click on it. The status bar at the bottom of the Registry Editor window should now read:
My Computer\HKEY_LOCAL_MACHINE\Microsoft\Windows\CurrentVersion\Run 9. In the right-hand pane of the Registry Editor, you will see a number of entries. Each entry has a "Name", a "Type", and "Data". Look at the Data column for entries that begin C:\Program Files\HP.
If you find such an entry and it does NOT have quotation marks at the beginning and end, then right-click on the "Name" for that entry and select "Modify".
In the "Edit String" box that opens, press the "Home" key and then type a doublequote (") then press the "End" key and type a doublequote ("). Click the OK button.
For example, if you find an entry in the Data column that looks like
C:\Program Files\hp LaserJet 1000\fwdl.exe
you need to modify it to look like
"C:\Program Files\hp LaserJet 1000\fwdl.exe "
Repeat for all entries in the "Data" column that begin with C:\Program Files\HP without quotes. 10. Close the Registry Editor 11. Reboot your computer and confirm that the window doesn't open
Sometimes, Windows is able to deal with spaces in the file name of a startup application ... but other times it isn't.