cookie_monster Posted September 10, 2007 Posted September 10, 2007 Hi all I'm sorry to create an unnecassary post but i'm looking for a thread i saw ages ago but i can't find it. Someone had created a package to disable the Intel Tray Icon that allows students to rotate the screen and other annoying things. We have nearly 200 of these stations so i really don't want to have to do them all manually. Does anyone know where this thread is located? Thanks.
Geoff Posted September 10, 2007 Posted September 10, 2007 http://www.edugeek.net/index.php?name=Forums&file=viewtopic&t=9493 http://www.edugeek.net/index.php?name=Forums&file=viewtopic&t=9781 http://www.edugeek.net/index.php?name=Forums&file=viewtopic&t=5106
DMcCoy Posted September 10, 2007 Posted September 10, 2007 You can also run the following as a startup script On Error Resume Next Dim WshShell, bKey Set WshShell = WScript.CreateObject("WScript.Shell") WshShell.RegDelete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\IgfxTray" WshShell.RegDelete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\HotKeysCmds" 1
cookie_monster Posted September 10, 2007 Author Posted September 10, 2007 The script appears to work just fine cheers.
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