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 ?
Yes, it is. We have a link to a VBS file in the shared Start Menu's Startup folder.
The VBS file contains:
You can replace the last bit withCode:Dim objShell Set objShell = CreateObject("WScript.Shell") objShell.Run "iexplore.exe http://your-web-page-here.com"
or whatever.Code:objShell.Run "POWERPNT.EXE s:\somefolder\powerpointfile.ppt"
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?
There are currently 1 users browsing this thread. (0 members and 1 guests)