Windows XP Scripting question for limited users

Joined
Sep 10, 2009
Messages
1
Reaction score
0
I am trying to find out a way to write a scipt that will kill a process on a terminal server without any user the ability to see the password and username but be able to process it whever they need to.

Basically we have a program that runs in our terminal server but only one instance is allowed to run, however we need the ability for the helpdesk to kill the process via a script. I know I can create one with a batch file, but you can see the username and password no problem. Anyone know if this is possible? All the machines are XP so I hope I posted this in the right section.
 
Hi TomTom
happywave.gif
happywave.gif
happywave.gif


Welcome to the forum
happywave.gif
happywave.gif
happywave.gif


You could use a .bat to .exe converter. That way you can define an icon and place it on each users desktopand they will not be able to see your code. You can also hide passwords and usernames in .bat files.
 
Back
Top