mapping LPT1 to network printer


Go Back   Computer Help Articles > Windows XP Security Admin
User Name
Password
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-05-2006, 04:30 AM
Andy Siegel
 
Posts: n/a
Default mapping LPT1 to network printer

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
  #2  
Old 01-05-2006, 04:31 AM
Steven L Umbach
 
Posts: n/a
Default Re: mapping LPT1 to network printer

Hi Andy.

Sometimes scripts that don't work as a logon script will work as a Group
Policy "startup" script that runs in the context of the system account. You
also might want to check the Windows Scripting Center for vbs scripts that
often need little modification to work in your environment such as changing
computer name or unc path. See the links below for some examples. You just
need to copy the examples to notepad, make any changes and save with a .vbs
extension. You may also need to use cscript first to use the script if the
script name alone will not work as in "cscript c:\scripts\myscript.vbs". ---
Steve

http://www.microsoft.com/technet/scr.../prclvb01.mspx
http://www.microsoft.com/technet/scr...5/hey0113.mspx
http://msdn.microsoft.com/library/de...runcscript.asp

"Andy Siegel" <AndySiegel@discussions.microsoft.com> wrote in message
news:9D9D4440-0623-4534-9ADE-6AC4EA0EE48F@microsoft.com...
>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
  #3  
Old 01-05-2006, 04:31 AM
Colin Nash [MVP]
 
Posts: n/a
Default Re: mapping LPT1 to network printer


"Andy Siegel" <AndySiegel@discussions.microsoft.com> wrote in message
news:9D9D4440-0623-4534-9ADE-6AC4EA0EE48F@microsoft.com...
>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


Usually mapping LPT1 to a printer port is only needed for compatibility with
old apps. Is this the case?

If not, the common way to do this is to set up a print server (usually
running Server version of Windows) and create TCP/IP ports that point to
the IP addresses of the printers. Create printers on this server (using
these TCP/IP ports) and then share these printers. Clients then print
through these shares (\\servername\sharename), and do not need local admin
permissions on their workstations. Also centralizes printer management and
spooling. You can also map the share for all users of a computer:
http://members.shaw.ca/bsanders/NetPrinterAllUsers.htm


--
Colin Nash
Microsoft MVP
Windows Shell/User


Reply With Quote
  #4  
Old 01-05-2006, 04:31 AM
Andy Siegel
 
Posts: n/a
Default Re: mapping LPT1 to network printer

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


"Steven L Umbach" wrote:

> Hi Andy.
>
> Sometimes scripts that don't work as a logon script will work as a Group
> Policy "startup" script that runs in the context of the system account. You
> also might want to check the Windows Scripting Center for vbs scripts that
> often need little modification to work in your environment such as changing
> computer name or unc path. See the links below for some examples. You just
> need to copy the examples to notepad, make any changes and save with a .vbs
> extension. You may also need to use cscript first to use the script if the
> script name alone will not work as in "cscript c:\scripts\myscript.vbs". ---
> Steve
>
> http://www.microsoft.com/technet/scr.../prclvb01.mspx
> http://www.microsoft.com/technet/scr...5/hey0113.mspx
> http://msdn.microsoft.com/library/de...runcscript.asp
>
> "Andy Siegel" <AndySiegel@discussions.microsoft.com> wrote in message
> news:9D9D4440-0623-4534-9ADE-6AC4EA0EE48F@microsoft.com...
> >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
  #5  
Old 01-05-2006, 04:31 AM
Andy Siegel
 
Posts: n/a
Default Re: mapping LPT1 to network printer

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


"Colin Nash [MVP]" wrote:

>
> "Andy Siegel" <AndySiegel@discussions.microsoft.com> wrote in message
> news:9D9D4440-0623-4534-9ADE-6AC4EA0EE48F@microsoft.com...
> >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

>
> Usually mapping LPT1 to a printer port is only needed for compatibility with
> old apps. Is this the case?
>
> If not, the common way to do this is to set up a print server (usually
> running Server version of Windows) and create TCP/IP ports that point to
> the IP addresses of the printers. Create printers on this server (using
> these TCP/IP ports) and then share these printers. Clients then print
> through these shares (\\servername\sharename), and do not need local admin
> permissions on their workstations. Also centralizes printer management and
> spooling. You can also map the share for all users of a computer:
> http://members.shaw.ca/bsanders/NetPrinterAllUsers.htm
>
>
> --
> Colin Nash
> Microsoft MVP
> Windows Shell/User
>
>
>

Reply With Quote
  #6  
Old 01-05-2006, 04:31 AM
Colin Nash [MVP]
 
Posts: n/a
Default Re: mapping LPT1 to network printer


"Andy Siegel" <AndySiegel@discussions.microsoft.com> wrote in message
news:0F5C64AC-8EAE-4C78-8555-6054445A8566@microsoft.com...
> 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
>



Have a look here then: http://support.microsoft.com/kb/313644

[I see you've multiposted this in several other newsgroups, which means
you'll get independent answers from different people in different groups who
may not have seen other people's replies. You can avoid this by
crossposting- which keeps your article (and all responses) linked together.
http://www.cs.tut.fi/~jkorpela/usenet/xpost.html]


Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Mapping lpt1 to hp direct jet printer using Net Use dbullock@hlcllp.com Windows XP Print Fax 0 01-05-2006 06:46 AM
Re: Printer only 'connects' for administrator users. Steve Hawkins Windows XP Print Fax 4 01-05-2006 06:42 AM
Re: XPSP2 domain firewall settings Anthony Yates Windows XP Security Admin 1 01-05-2006 04:16 AM
Re: Shared Epson Printer Wont Print Clemens.van.Os@gmail.com Windows XP Network Web 1 01-05-2006 04:05 AM
USB Mass Storage Device - This device cannot start. (Code 10) lobo201 Windows XP Hardware 11 01-05-2006 02:15 AM


All times are GMT. The time now is 06:34 PM.


Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. SEO by vBSEO 2.3.2 © 2005, Crawlability, Inc.

mapping LPT1 to network printer