Is there any way that I can make this work?
Pro should be able to change the setting with the UI.
If you are getting access denied while making a connection the problem is
with the print$ share on the XP machine.
If you get access denied sending data you need to add permissions to the
spool directory.
--
Alan Morris
Windows Printing Team
Search the Microsoft Knowledge Base here:
http://support.microsoft.com/default.aspx?scid=fh;[ln];kbhowto
This posting is provided "AS IS" with no warranties, and confers no rights.
"ChipperS" <Chip...@discussions.microsoft.com> wrote in message
news:25CFE4D6-5DAB-46ED...@microsoft.com...
On XP, Start, right click Computer, Manage
System tools
Local Users and Group
check Guest is enabled
Shared Folders
Open the Shares
Verify the print$ exists and the everyone group has read access.
--
Alan Morris
Windows Printing Team
Search the Microsoft Knowledge Base here:
http://support.microsoft.com/default.aspx?scid=fh;[ln];kbhowto
This posting is provided "AS IS" with no warranties, and confers no rights.
"ChipperS" <Chip...@discussions.microsoft.com> wrote in message
news:E58518F3-5060-4009...@microsoft.com...
I can send a print from word and it all looks fine, except the document
never prints.
The xp machine in question will not upgrade to sp2. Everytime I try I get
error messages and the install automatically rolls back. (in case this is
relevant)
Any more ideas?
open a command prompt
net stop spooler
from what ever tool or utility you like
delete the print$ share
back in the cmd window
net start spooler
Open the printers folder and unshare, reshare the printer
Verify the print$ share is back
From the Vista machine open a command window and dir \\XPmachine\print$
If it does not return access denied attempt to make the connection again.
--
Alan Morris
Windows Printing Team
Search the Microsoft Knowledge Base here:
http://support.microsoft.com/default.aspx?scid=fh;[ln];kbhowto
This posting is provided "AS IS" with no warranties, and confers no rights.
"ChipperS" <Chip...@discussions.microsoft.com> wrote in message
news:C00D5288-720A-477D...@microsoft.com...