Networking Forums

Networking Forums > Wireless Networking > Wireless Networks > Mapping the LPT1 Port to a network printer

Reply
Thread Tools Display Modes

Mapping the LPT1 Port to a network printer

 
 
Andy Siegel
Guest
Posts: n/a

 
      11-22-2005, 09:07 PM
I have successfully mapped the LPT1 port to a network printer using the Net
Use command (persistent:yes) and it works great for me. My users, however,
don't have local administrative rights and it doesn't work for them. Is
there a way to map map that printer so that it's mapped for all users,
regardless of their local permissions, or is there a way to do this without
making them an administrator?

Thank you,

Andy Siegel
Dover, DE
 
Reply With Quote
 
 
 
 
Ryan Younger
Guest
Posts: n/a

 
      11-22-2005, 10:18 PM
The way this should be done is to have all user's machine's as part of a
domain, having user's log onto their machine's using their active directory
user account and have a central print server which has all network printer's
added to it. You can then add a printer/s via group policy based on group
membership..

--
All the best,

Ryan Younger.
http://spaces.msn.com/members/wirelessnetworking/ - Ryan's Wireless
Networking Weblog

(E-Mail Removed)


"Andy Siegel" <(E-Mail Removed)> wrote in message
news:057BA897-DDCC-4289-9198-(E-Mail Removed)...
>I have successfully mapped the LPT1 port to a network printer using the Net
> Use command (persistent:yes) and it works great for me. My users,
> however,
> don't have local administrative rights and it doesn't work for them. Is
> there a way to map map that printer so that it's mapped for all users,
> regardless of their local permissions, or is there a way to do this
> without
> making them an administrator?
>
> Thank you,
>
> Andy Siegel
> Dover, DE



 
Reply With Quote
 
Andy Siegel
Guest
Posts: n/a

 
      11-23-2005, 12:16 PM
I'm so sorry I forgot this one little important fact. I'm trying to print
from a DOS based program that has to use LPT1. I wish it were this easy.

Andy


"Ryan Younger" wrote:

> The way this should be done is to have all user's machine's as part of a
> domain, having user's log onto their machine's using their active directory
> user account and have a central print server which has all network printer's
> added to it. You can then add a printer/s via group policy based on group
> membership..
>
> --
> All the best,
>
> Ryan Younger.
> http://spaces.msn.com/members/wirelessnetworking/ - Ryan's Wireless
> Networking Weblog
>
> (E-Mail Removed)
>
>
> "Andy Siegel" <(E-Mail Removed)> wrote in message
> news:057BA897-DDCC-4289-9198-(E-Mail Removed)...
> >I have successfully mapped the LPT1 port to a network printer using the Net
> > Use command (persistent:yes) and it works great for me. My users,
> > however,
> > don't have local administrative rights and it doesn't work for them. Is
> > there a way to map map that printer so that it's mapped for all users,
> > regardless of their local permissions, or is there a way to do this
> > without
> > making them an administrator?
> >
> > Thank you,
> >
> > Andy Siegel
> > Dover, DE

>
>
>

 
Reply With Quote
 
Lanwench [MVP - Exchange]
Guest
Posts: n/a

 
      11-23-2005, 10:58 PM

"Andy Siegel" <(E-Mail Removed)> wrote in message
news:C1236E61-CBD0-486E-81C2-(E-Mail Removed)...
> I'm so sorry I forgot this one little important fact. I'm trying to print
> from a DOS based program that has to use LPT1. I wish it were this easy.


You have replies in other groups - in the future, please don't multipost -
if you need to post to multiple groups, it's best to crosspost instead, by
posting a single message to a handful of relevant groups (separate the NG
names with commas) so that everyone can follow the thread. Thanks :-)

See http://www.blakjak.demon.co.uk/mul_crss.htm

That said - as I said in one of the aforementioned replies, try using a
startup script rather than user login script.

>
> Andy
>
>
> "Ryan Younger" wrote:
>
>> The way this should be done is to have all user's machine's as part of a
>> domain, having user's log onto their machine's using their active
>> directory
>> user account and have a central print server which has all network
>> printer's
>> added to it. You can then add a printer/s via group policy based on
>> group
>> membership..
>>
>> --
>> All the best,
>>
>> Ryan Younger.
>> http://spaces.msn.com/members/wirelessnetworking/ - Ryan's Wireless
>> Networking Weblog
>>
>> (E-Mail Removed)
>>
>>
>> "Andy Siegel" <(E-Mail Removed)> wrote in message
>> news:057BA897-DDCC-4289-9198-(E-Mail Removed)...
>> >I have successfully mapped the LPT1 port to a network printer using the
>> >Net
>> > Use command (persistent:yes) and it works great for me. My users,
>> > however,
>> > don't have local administrative rights and it doesn't work for them.
>> > Is
>> > there a way to map map that printer so that it's mapped for all users,
>> > regardless of their local permissions, or is there a way to do this
>> > without
>> > making them an administrator?
>> >
>> > Thank you,
>> >
>> > Andy Siegel
>> > Dover, DE

>>
>>
>>



 
Reply With Quote
 
Ryan Younger
Guest
Posts: n/a

 
      11-24-2005, 07:30 AM
This can occur due to the fact that a user without administrative priviliges
can't map LPT1 to a printer using an environment variable setting for the
command window that launches the program (using net use) if the LPT port is
already assigned to the local parallel port. The fix is to use the
Devcon.exe tool which is included with the Windows XP DDK to disable the LPT
port mapping to the local parallel port when the computer starts. You must
include this command in a script which runs when the computer starts as
lanwench has pointed out:

Non-Administrators Cannot Remap an LPT Port to a Network Printer

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


--
All the best,

Ryan Younger.
http://spaces.msn.com/members/wirelessnetworking/ - Ryan's Wireless
Networking Weblog

(E-Mail Removed)



"Lanwench [MVP - Exchange]"
<(E-Mail Removed) ahoo.com> wrote in message
news:(E-Mail Removed)...
>
> "Andy Siegel" <(E-Mail Removed)> wrote in message
> news:C1236E61-CBD0-486E-81C2-(E-Mail Removed)...
>> I'm so sorry I forgot this one little important fact. I'm trying to
>> print
>> from a DOS based program that has to use LPT1. I wish it were this easy.

>
> You have replies in other groups - in the future, please don't multipost -
> if you need to post to multiple groups, it's best to crosspost instead, by
> posting a single message to a handful of relevant groups (separate the NG
> names with commas) so that everyone can follow the thread. Thanks :-)
>
> See http://www.blakjak.demon.co.uk/mul_crss.htm
>
> That said - as I said in one of the aforementioned replies, try using a
> startup script rather than user login script.
>
>>
>> Andy
>>
>>
>> "Ryan Younger" wrote:
>>
>>> The way this should be done is to have all user's machine's as part of a
>>> domain, having user's log onto their machine's using their active
>>> directory
>>> user account and have a central print server which has all network
>>> printer's
>>> added to it. You can then add a printer/s via group policy based on
>>> group
>>> membership..
>>>
>>> --
>>> All the best,
>>>
>>> Ryan Younger.
>>> http://spaces.msn.com/members/wirelessnetworking/ - Ryan's Wireless
>>> Networking Weblog
>>>
>>> (E-Mail Removed)
>>>
>>>
>>> "Andy Siegel" <(E-Mail Removed)> wrote in message
>>> news:057BA897-DDCC-4289-9198-(E-Mail Removed)...
>>> >I have successfully mapped the LPT1 port to a network printer using the
>>> >Net
>>> > Use command (persistent:yes) and it works great for me. My users,
>>> > however,
>>> > don't have local administrative rights and it doesn't work for them.
>>> > Is
>>> > there a way to map map that printer so that it's mapped for all users,
>>> > regardless of their local permissions, or is there a way to do this
>>> > without
>>> > making them an administrator?
>>> >
>>> > Thank you,
>>> >
>>> > Andy Siegel
>>> > Dover, DE
>>>
>>>
>>>

>
>



 
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
How do I install the Deskjet 722C driver to function as a network printer rather than a dedicated PC parallel port printer Warren Windows Networking 7 10-29-2007 02:21 AM
MN-500 ethernet port use for network printer =?Utf-8?B?ZGF2aXNtajcxMQ==?= Broadband Hardware 1 05-21-2005 03:26 AM
Port Mapping Akechi Broadband Hardware 5 03-19-2005 06:02 AM
Network Printer port resets on boot up =?Utf-8?B?TG91IFNwbGVu?= Windows Networking 0 02-06-2005 07:03 PM
MN-100 Application port trigger vs port mapping Nikitas Broadband Hardware 0 11-12-2004 02:41 AM



1 2 3 4 5 6 7 8 9 10 11