scripts

  • Thread starter Thread starter Joe
  • Start date Start date
J

Joe

I have installed a new program on my term serv and it
requires a script that adds something in my registry.
This script is designed to run once and add something to
my registry but every time I log on to the term serv it
prompts me and asks if i want to add it to my registry and
then when I click OK it tells me it has been added
sucessfully. I had programmers try the script on their
servers in different locations and it only pops up once so
I know the script is written right. It has to be
something in either my local or global security policy but
I cannot find it. Does anybody know where to look for a
rule that runs that prompt when I try and add something to
the reg?? I need to disable it.
 
It would help if you told us were the script is located or
referenced, and what kind of script it is.

If it is simply a regfile that is added to the registry with
regedit, then it is located in the wrong place (in the startup
folder, or your login script, or in the Run key in the registry).
But this is all guessing, we need some more facts.
 
Sounds like it might be in the startup folder of the all
users profile. If it isn't there, then take a look at the
run and runonce registry keys.

-M
 
If the script is located in the startup folder, then it
will automaticall start whenever a user logs in (which is
what you are seeing).

Just remove the link from the startup menu and it won't
run anymore.

-M
 
Back
Top