Jump to content

Recommended Posts

Posted

I have disabled the task view icon but students know they can use windows key and tab to create new desktops.

How does everyone get round this as the student can have websites, games etc open on 1 desktop, but then have their work open on another .

thanks.

Posted

Hi ITGURU

 

You will want to use autohotkey as there is no group policy setting for this.

 

Install autohotkey on an admin machine

 

Create a .ahk script in notepad with the following.

 

; Disable Windows Key + Tab

#Tab::Return

 

Run the compiler C:\Program Files\AutoHotkey\Compiler\Ahk2Exe.exe

 

Select the script, choose a destination for the exe and click convert

 

You now have an exe you can put in a logon script or in the startup folder.

  • Thanks 1
Posted
Hi ITGURU

 

You will want to use autohotkey as there is no group policy setting for this.

 

Install autohotkey on an admin machine

 

Create a .ahk script in notepad with the following.

 

; Disable Windows Key + Tab

#Tab::Return

 

Run the compiler C:\Program Files\AutoHotkey\Compiler\Ahk2Exe.exe

 

Select the script, choose a destination for the exe and click convert

 

You now have an exe you can put in a logon script or in the startup folder.

 

Works - but how do you stop them exiting the tray icon and restoring access - is there a silent switch or something to not show the UI? thanks.

Posted
Works - but how do you stop them exiting the tray icon and restoring access - is there a silent switch or something to not show the UI? thanks.

 

Not to worry I found it in the docs;

 

#NoTrayIcon

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