Login Scripts

  • Thread starter Thread starter jasont
  • Start date Start date
J

jasont

I have never wrote a login script. My boss has gave me
the assignment of making this software called anzio come
up when anybody logs into there pc. Everyone in my
company has anzio installed on there pc. Could anyone
give me a sample login script that makes software pop up
at start up.
 
Hi Jason,

Seems to me that the simplest script would simply be
a .cmd-file with one single command:

<drive><path><anzio.exe>

(e.g. c:\program files\anzio\anzio.exe)

and make this file available to everyone via Group
Policies and logon-script.
 
Back
Top