Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Printing / Faxing / Scanning > Redirect Printer w/Line Command

Reply
Thread Tools Display Modes

Redirect Printer w/Line Command

 
 
Dave T.
Guest
Posts: n/a

 
      04-11-2007
We still run an old DOS application that requires a printer redirection to be
able to print. Using the NET USE LPT1: \\SERVER\PRINTER works in XP, but I
cannot get it to work in Vista. It keeps asking for a a user name and
password. I have put the username and password on both computers with admin
rights and continually receive a System Error 5 message. Is Vista security
blocking this? Where am I missing the connection?

Thanks,
Dave
 
Reply With Quote
 
 
 
 
Alan Morris [MSFT]
Guest
Posts: n/a

 
      04-17-2007
Yes this is in the security layer somewhere.


pause the printer on the "server" , open notepad on the Vista machine and
send a job to the shared printer.

What user account is listed as Owner?



--
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.

"Dave T." <> wrote in message
news:83EB96A9-E751-4FCC-83B6-...
> We still run an old DOS application that requires a printer redirection to
> be
> able to print. Using the NET USE LPT1: \\SERVER\PRINTER works in XP, but
> I
> cannot get it to work in Vista. It keeps asking for a a user name and
> password. I have put the username and password on both computers with
> admin
> rights and continually receive a System Error 5 message. Is Vista
> security
> blocking this? Where am I missing the connection?
>
> Thanks,
> Dave



 
Reply With Quote
 
Dave T.
Guest
Posts: n/a

 
      04-17-2007
Owner is "guest"

"Alan Morris [MSFT]" wrote:

> Yes this is in the security layer somewhere.
>
>
> pause the printer on the "server" , open notepad on the Vista machine and
> send a job to the shared printer.
>
> What user account is listed as Owner?
>
>
>
> --
> 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.
>
> "Dave T." <> wrote in message
> news:83EB96A9-E751-4FCC-83B6-...
> > We still run an old DOS application that requires a printer redirection to
> > be
> > able to print. Using the NET USE LPT1: \\SERVER\PRINTER works in XP, but
> > I
> > cannot get it to work in Vista. It keeps asking for a a user name and
> > password. I have put the username and password on both computers with
> > admin
> > rights and continually receive a System Error 5 message. Is Vista
> > security
> > blocking this? Where am I missing the connection?
> >
> > Thanks,
> > Dave

>
>
>

 
Reply With Quote
 
Alan Morris [MSFT]
Guest
Posts: n/a

 
      04-17-2007
I think you will need to open a cmd window with the guest account

runas /user:guest cmd
enter the guest password normally blank so just hit return, but I think this
might fail with user account control enabled.

if it works then redirect LPT2: to the networked device (XP limited
redirection access on physical hardware to admins, this still holds true)

net use LPT2: \\server\printer

or just put in guest and password at the prompt

--
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.

"Dave T." <> wrote in message
news:4BE18031-6A82-414D-9262-...
> Owner is "guest"
>
> "Alan Morris [MSFT]" wrote:
>
>> Yes this is in the security layer somewhere.
>>
>>
>> pause the printer on the "server" , open notepad on the Vista machine
>> and
>> send a job to the shared printer.
>>
>> What user account is listed as Owner?
>>
>>
>>
>> --
>> 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.
>>
>> "Dave T." <> wrote in message
>> news:83EB96A9-E751-4FCC-83B6-...
>> > We still run an old DOS application that requires a printer redirection
>> > to
>> > be
>> > able to print. Using the NET USE LPT1: \\SERVER\PRINTER works in XP,
>> > but
>> > I
>> > cannot get it to work in Vista. It keeps asking for a a user name and
>> > password. I have put the username and password on both computers with
>> > admin
>> > rights and continually receive a System Error 5 message. Is Vista
>> > security
>> > blocking this? Where am I missing the connection?
>> >
>> > Thanks,
>> > Dave

>>
>>
>>



 
Reply With Quote
 
Dave T.
Guest
Posts: n/a

 
      04-17-2007
Thanks Alan. I will try the "guest" option for future reference, but the
LPT2 option worked and I should be able to work with that.

"Alan Morris [MSFT]" wrote:

> I think you will need to open a cmd window with the guest account
>
> runas /user:guest cmd
> enter the guest password normally blank so just hit return, but I think this
> might fail with user account control enabled.
>
> if it works then redirect LPT2: to the networked device (XP limited
> redirection access on physical hardware to admins, this still holds true)
>
> net use LPT2: \\server\printer
>
> or just put in guest and password at the prompt
>
> --
> 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.
>
> "Dave T." <> wrote in message
> news:4BE18031-6A82-414D-9262-...
> > Owner is "guest"
> >
> > "Alan Morris [MSFT]" wrote:
> >
> >> Yes this is in the security layer somewhere.
> >>
> >>
> >> pause the printer on the "server" , open notepad on the Vista machine
> >> and
> >> send a job to the shared printer.
> >>
> >> What user account is listed as Owner?
> >>
> >>
> >>
> >> --
> >> 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.
> >>
> >> "Dave T." <> wrote in message
> >> news:83EB96A9-E751-4FCC-83B6-...
> >> > We still run an old DOS application that requires a printer redirection
> >> > to
> >> > be
> >> > able to print. Using the NET USE LPT1: \\SERVER\PRINTER works in XP,
> >> > but
> >> > I
> >> > cannot get it to work in Vista. It keeps asking for a a user name and
> >> > password. I have put the username and password on both computers with
> >> > admin
> >> > rights and continually receive a System Error 5 message. Is Vista
> >> > security
> >> > blocking this? Where am I missing the connection?
> >> >
> >> > Thanks,
> >> > Dave
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Command line boot from CD/DVD rodeworrier Windows Vista Performance 1 01-13-2008 06:41 PM
XP command line Qfreed Windows Vista Networking 2 08-25-2007 02:31 PM
Windows server 2003 printer redirect TomJF Windows Vista General Discussion 1 08-17-2007 03:18 AM
Command-line reference A-Z Paul Randall Windows Vista General Discussion 9 07-29-2007 01:02 AM
Re: Command-line reference A-Z Jon Windows Vista General Discussion 0 07-25-2007 12:43 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59