Login script

  • Thread starter Thread starter Colemont Bert
  • Start date Start date
C

Colemont Bert

Does anyone knows a login script generator?
(yes I am to lazy to write it myself :) )
I have heard about script-logic, but as any IT department, we look for an
"opensource" or low-cost solution. Any idea?
 
Does anyone knows a login script generator?
(yes I am to lazy to write it myself :) )
I have heard about script-logic, but as any IT department, we look for an
"opensource" or low-cost solution. Any idea?

What do you want your logon scripts to do?


Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 
Create network drives and network printers, just the basic stuff
 
Create logon.bat with this commands and assign it in GPO for desired OU.

--
Dmitry Burtsev [[email protected]]



Donato P said:
Can you explain how i must do to execute this scritp at logon ?


Jerold Schulman said:
Create network drives and network printers, just the basic stuff
net use Drive: \\Computername\Sharename[\folder]
net use LPT1: \\ComputerName\PrinterShare



Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top