Jump to content

Need to Run a Powerpoint, web page or Flash at Logon


Recommended Posts

Posted

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.

Posted

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?

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...