Okay, I've read the different ways to push out VNC with scripts and other
software.
I thought it would be easier to push it out via a basic batch file via GPO.
I'm having an issue that it doesn't set the Authentication to No
Authentication. It sets it to VNC Password Authentication but the password
isn't set.
I was wondering how I can set it to No Authentication or set the password.
Below is the simple Batch file I am using.
Thank you,
JP
@ECHO OFF
REM - REALVNC ROLL OUT BATCH
IF EXIST "c:\Program Files\RealVNC" (GOTO END) ELSE (GOTO START)
:START
\\server\support\vnc\vnc-4_1_1-x86_win32.exe /register /SecurityTypes=None
/DisableClose=true /silent
rmdir "c:\documents and settings\All users\Start Menu\Programs\RealVNC" /S
/Q
:END
EXIT
_______________________________________________
VNC-List mailing list
[email protected]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list