Yes, all the machines have Windows 2000 - I should have said that to begin with!
Thanks for that tip - its all working now and we'll be trying it in some lessons next week. Much obliged, Jacob. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of David West Sent: 19 September 2003 13:08 To: [EMAIL PROTECTED] Subject: Re: VNC-List digest, Vol 1 #651 - 5 msgs > Message: 3 > From: [EMAIL PROTECTED] > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: SkipFullScreenPrompt > Date: Fri, 19 Sep 2003 10:45:17 +0200 (CEST) > > Hi - I am trying to set up VNC in a primary school ICT lab, and I want > to disable the full screen prompt. Problem is that each year group has > its own account on every machine and so I have to add > SkipFullScreenPrompt to the registry 8 times for each machine! Even > using the a reg file to insert the entry it is still taking ages, with > all the loggin in and loggin out - is there anything I can do to disable > the full-screen prompt for all users on a machine at once? Cheers, > Jacob. > PS: Great product BTW! If you're using windows, maybe you can put a registry patch in their logon script(s): regedit /s v:\vnc40b4.reg start v:\winvnc4.exe -noconsole btw. I never managed to prevent the properties dialog in win98 - I found that the simplest workaround is to set "SecurityTypes"="None", relying on the firewall security. v:\vnc40b4.reg (on the network) looks something like: REGEDIT4 [HKEY_CURRENT_USER\SOFTWARE\RealVNC] [HKEY_CURRENT_USER\SOFTWARE\RealVNC\WinVNC4] "SecurityTypes"="None" "PortNumber"=dword:0000170c "IdleTimeout"=dword:00000e10 "HTTPPortNumber"=dword:000016a8 "Hosts"="+192.168.10.0/255.255.255.0," "AcceptKeyEvents"=dword:00000001 "AcceptPointerEvents"=dword:00000001 "AcceptCutText"=dword:00000001 "SendCutText"=dword:00000001 "DisconnectClients"=dword:00000001 "AlwaysShared"=dword:00000001 "NeverShared"=dword:00000000 "UseHooks"=dword:00000001 "PollConsoleWindows"=dword:00000001 "CompareFB"=dword:00000001 "Protocol3.3"=dword:00000000 "dummy"="" [HKEY_LOCAL_MACHINE\SOFTWARE\RealVNC] [HKEY_LOCAL_MACHINE\SOFTWARE\RealVNC\WinVNC4] "SecurityTypes"="None" "PortNumber"=dword:0000170c "IdleTimeout"=dword:00000e10 "HTTPPortNumber"=dword:000016a8 "Hosts"="+192.168.10.0/255.255.255.0," "AcceptKeyEvents"=dword:00000001 "AcceptPointerEvents"=dword:00000001 "AcceptCutText"=dword:00000001 "SendCutText"=dword:00000001 "DisconnectClients"=dword:00000001 "AlwaysShared"=dword:00000001 "NeverShared"=dword:00000000 "UseHooks"=dword:00000001 "PollConsoleWindows"=dword:00000001 "CompareFB"=dword:00000001 "Protocol3.3"=dword:00000000 "dummy"="" Hope this helps. Thanks for giving this your attention, d#vidwest,net djw#spyderworks,co,uk (spammers repent) _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
