yes it is running, set to automatic, and I have already done net stop spooler net start spooler
Main Topics
Browse All TopicsWindows XP Pro sp3 Dell Vostro 220
Customers original issue was spyware, and system freeze-ups McAfee protection installed and functioning.
Used Malwarebytes, Superantispyware, Spybot S&D, Combofix, and MGTools to remove spyware. System was also blue screening, followed onscreen instructions using Dell driver roll-back utility which seemed to solve that problem. After completing scans there were still three traces in System Restore points. Turned off system restore and rescanned then turned system restore back on. Used Ccleaner to clean system and registry then installed Microsoft updates including sp3 and ran defragmenter.
Upon returning system to customer discovered printer not fuctioning, attempted to uninstall and reinstall printer driver and discovered that Add Printer Wizard is disabled. ran sfc /scannow no effect.
Tried to run Add Printer from command line run32dll shell32SHHelpShortcuts_Run
error message: Error loading shell32SHHelpShortcuts_Run
The specified module could not be found.
I have reviewed;
http://www.experts-exchang
http://www.experts-exchang
http://members.shaw.ca/bsa
http://members.shaw.ca/bsa
http://techrepublic.com.co
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hello rettif9
I just found this question. I notice that you stated, in response to the suggestion by Adam Knowles to use the RunDLL32 option, that you had already tried that.
In looking back at the details of the command you ran, and the error message, the command you used was not correct.
You apparently (although it may just have been a trypographic error) ran the command:
run32dll shell32SHHelpShortcuts_Run
and it errored out with the message:
Error loading "shell32SHHelpShortcuts_Ru
Assuming that the "Run32dll" program is just a typo and you really typed "RunDll32", you are still missing a comma between "Shell32" and "SHHelpShortcuts".
The correct command was as shown by Adam Knowles:
rundll32 shell32,SHHelpShortcuts_Ru
Quoting it in full, the command is:
C:\Windows\System32\rundll
You missed the comma that separates the name of the DLL file from the resource in it named "SHHelpShortcuts_RunDLL".
Breaking the command down, RunDLL32.exe opens "C:\Windows\System32\Shell
So, your command minus that comma is telling RunDLL32.exe to load a file named "shell32SHHelpShortcuts_Ru
Error loading "shell32SHHelpShortcuts_Ru
Try it again and see what happens.
If you are looking to try and restore functionality of the Add Printer Wizard, then I would say that the first step should be to re-register Shell32.dll and see if that fixes it:
Start Menu > Run option > type the following command > Click OK
regsvr32 shell32.dll
The "Printers and Faxes" window that opens is not a normal window. It's what is referred to as a "NameSpace". You can get Control panel, Start Menu, and Desktop NameSpaces, and these are set in the registry using a unique reference number ({GUID} or {CLSID} number) under which the NameSpace is instructed to display in a certain manner. A NameSpace is just a shell space that is made to show and be populated with items of a certain category, and the Menu options, drag/drop functionality, etc, are specifically tailored for the window's intended use.
To exemplify a window that is called using GUID's set in the registry:
%SystemRoot%\explorer.exe ::{20D04FE0-3AEA-1069-A2D8
Here Windows Explorer is told to open in turn:
My Computer:
{20D04FE0-3AEA-1069-A2D8-0
Control Panel:
{21EC2020-3AEA-1069-A2DD-0
Scheduled Tasks:
{D6277990-4C6A-11CF-8D87-0
It would open with this command also:
%SystemRoot%\explorer.exe ::{D6277990-4C6A-11CF-8D87
The CLSID (Class Identifier) for the "Printers and Faxes" NameSpace is:
{2227A280-3AEA-1069-A2DE-0
So the command:
%SystemRoot%\explorer.exe ::{2227A280-3AEA-1069-A2DE
or longhand through My Computer > Control Panel:
%SystemRoot%\explorer.exe ::{20D04FE0-3AEA-1069-A2D8
The "Add <whatever>" icon that appears in these special "folders" can lose functionality if the actual frames they are set to appear in have lost some functionality. These are the kinds of registry settings that re-registering Shell32.dll fixes where they are missing or not functioning as they should.
Business Accounts
Answer for Membership
by: LeeTutorPosted on 2009-08-14 at 07:58:37ID: 25098717
Is the Print Spooler service running? Type SERVICES.MSC in the Run dialog box and hit Enter; if the service is not running, double click it to set Startup Type to Automatic and click the Start button for the service to get it running.