[THIN] Re: Anon Script

There are a lot of places you can reference the script from. A few
possibilities:

1. HKLM\Software\Microsoft\Windows\CurrentVersion\Run 
2. Add a reference to it at %systemroot%\system32\usrlogon.cmd or
usrlogn2.cmd (if it exists). If your script is a batch file (CMD, BAT) make
sure that you reference it via CALL so that control is returned to
USRLOGON.CMD. This is a good place to run a script that needs to run
*before* explorer loads (I have one that sets Taskbar options, for example,
and it needs to happen before Explorer loads).
3. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Winlogon\AppSetup

  These locations will cause the script to run for *all* users at login, so
the script will have to determine whether the user is anonymous or not. If
you want it to run for only anonymous users, you can add it to the startup
script list in a group policy object that applies to only anonymous users.

Jeff Durbin

-----Original Message-----
From: thin-bounce@xxxxxxxxxxxxx [mailto:thin-bounce@xxxxxxxxxxxxx] On Behalf
Of Seitz, Linden
Sent: 30 December 2003 7:50 AM
To: Thin@Freelists. Org (E-mail)
Subject: [THIN] Anon Script


I have a script that I want to run when Anonymous users logon to my 2000/XP
servers.  I have the script locally installed on the server, where do I
identify the script so that it will run at user logon?
********************************************************
This Week's Sponsor - Chip PC - The Next Step in Thin Client Technology.
Choose from a wide range of options offering industry-leading, innovative
thin client solutions http://www.chippc.com/products/hardware/index.asp
*********************************************************
Useful Thin Client Computing Links are available at:
http://thethin.net/links.cfm
***********************************************************
For Archives, to Unsubscribe, Subscribe or 
set Digest or Vacation mode use the below link:
http://thethin.net/citrixlist.cfm

********************************************************
This Week's Sponsor - Chip PC - The Next Step in Thin Client Technology.
Choose from a wide range of options offering industry-leading, innovative thin 
client solutions
http://www.chippc.com/products/hardware/index.asp
*********************************************************
Useful Thin Client Computing Links are available at:
http://thethin.net/links.cfm
***********************************************************
For Archives, to Unsubscribe, Subscribe or 
set Digest or Vacation mode use the below link:
http://thethin.net/citrixlist.cfm

Other related posts: