For a certian time? Ohhh! I don't know. Try setting a Group Policy banning the .exe program, but then also create a schedule in Windows Scheduler to open the AIM app up but using a different user. Create a special user with a complex password for it. E.g.
User: AIMService
P/wrd: fdjsad9e4i209ur
(Let em' guess that one!)
Now I THINK the AIM app should run using this AIMService users credientials, which you have left out of this Group Policy. So any user who is logged on at a time you specify will have the AIM app opened for them and they should be able to use it.
Give it ago, I'd like to find out if it works!!! ;-)
Steve Hewitt
Systems Manager
I have solved this problem on my home lan by creating a vb6 program that does this exact thing. The process is simple..every time windows opens an executable, it references a registry entry. Modify the registry entry for .exe to load your program first before windows loads the requested executable. Your program gets a handle to the desired program, you check it against a forbidden list and then simply do not launch the program. If it is a program that is not on the list, you launch it from VB. Works great.. The same process is used for .bat, .lnk, .com and two others that escape me at the moment.
I am at work so I can not remember the exact registry entry but will look it up tonight and repost if you are interested.
Sorry for the slow response..I forgot to check the posting...Here is the registry key that will allow you to do this.
HKEY_CLASS_ROOT\exefile\shell\open\command. Replace the data portion with the complete path to your executable and it will work..
HOWEVER!!!!! Backup this registry key BEFORE you modify it because if change this key and it points to a program that does not exist, your machine will not be able to run ANYTHING!! It will say "Searching for ..." and then nothing will happen. If this happens, double click on the saved key and it will insert it back into the registry and then everything should be fine.
So.. good luck..It took me alittle experiementing to get it to work correctly.
There is also keys for .bat, .pif, .com , .exe and one other that escapes me at the moment.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.