Grommit Posted July 14, 2008 Posted July 14, 2008 Hi A teacher asked me if it is possible to run a Powerpoint, Web Page or Flash when a year group logs on ?? Is trhis possible ?
deKay Posted July 14, 2008 Posted July 14, 2008 Yes, it is. We have a link to a VBS file in the shared Start Menu's Startup folder. The VBS file contains: Dim objShell Set objShell = CreateObject("WScript.Shell") objShell.Run "iexplore.exe http://your-web-page-here.com" You can replace the last bit with objShell.Run "POWERPNT.EXE s:\somefolder\powerpointfile.ppt" or whatever.
tomscaper Posted July 14, 2008 Posted July 14, 2008 Could you create gpo and link the students or year group to it. in the gpo - user configuration - administration templates - system - logon - run these programs at user logon then you can specify the file or files. I think this would work?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now