Need a GUI app for group policy login script

Posted by jayPal on Server Fault See other posts from Server Fault or by jayPal
Published on 2012-04-11T13:10:44Z Indexed on 2012/04/12 17:31 UTC
Read the original article Hit count: 155

Filed under:
|

I wrote a C# 4.0 application that works on a Windows computer but when using Group Policy to set it as a login script, it does not run. The application is being called from the same location and using rsop.msc shows that the application should be run.

I see that using C# 4.0 may be a little overkill for this purpose, but it just seems wrong to write a VB6 application to do the same thing.

The requirements for the application states that there need to be specific GUI elements that can't be just text on the window. I need larger fonts and color elements.

Is there something more appropriate (and current) that I should be using?

© Server Fault or respective owner

Related posts about Windows

Related posts about group-policy