scripts

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.
 
V

Vera Noest [MVP]

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.
 
M

Matthew Harris [MVP]

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
 
M

Matthew Haris [MVP]

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
 

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

Top