Jump to content

Recommended Posts

Posted

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.

Posted

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"

  • Thanks 1

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...