Joined: September 1st, 2010, 6:32 pm Posts: 12
Opus: version 7.03
OS: XP, Vista, Windows 7
System: HP
|
Hi There, I have to create a pub for a kiosk (fullscreen, no keyboard, no mouse). This pub must be autostarting when Windows7 starts. Does anyone has a idea how to accomplish? Because I have no Win7 Home edition available here I was wondering if this is possible because "people" said that it can only be done in a Enterprise Edition. On the otherside to close windows7 I found in earlier times (thought from Duncan)the kill.zip. This is a .vsb file containing the following (works like a charm, save as .vsb) Const LOGOFF = 0 Const SHUTDOWN = 1 Const REBOOT = 2 Const FORCE = 4 Const POWEROFF = 8 For Each objPC In GetObject("winmgmts:{(shutdown)}").ExecQuery("Select * from Win32_OperatingSystem") objPC.Win32Shutdown LOGOFF Next
But I'm floating away from my question, so can it be done "Run a Pub at Startup windows7 (home)" if so help me out
Thanks in advance
jim
For this message JimO has been thanked by : mackavi
|
|