Help Please
How can I get the VNC server to start with the authentification password applied?
I have exported my Registry Entry for Real VNC: (the hex value in the password line has been changed to all 0"s)
[HKEY_LOCAL_MACHINE\SOFTWARE\RealVNC\WinVNC4]
"SecurityTypes"="VncAuth"
"ReverseSecurityTypes"="None"
"QueryConnect"=dword:00000000
"QueryOnlyIfLoggedOn"=dword:00000000
"PortNumber"=dword:0000170c
"IdleTimeout"=dword:00000e10
"HTTPPortNumber"=dword:000016a8
"LocalHost"=dword:00000000
"Hosts"="+,"
"Password"=hex:00,00,00,00,00,00,00,00
This is my PE Builder INF file for winvnc4:
; PE Builder v3 plug-in INF file
; winvnc4.inf
; reatogo autoHelp plugin created by MyName
; Last Revision 2008-05-16
; Tested on: 3110a-104
[Version]
Signature= "$Windows NT$"
[PEBuilder]
Name="700 winvnc4"
Enable=1
Help="\"
[Append]
nu2menu.xml, winvnc4_nu2menu.xml
[Software.AddReg]
; XPE Shortcuts for winvnc4
0x2, "Sherpya\XPEinit\Desktop", "winvnc4", "%SystemDrive%\Programs\winvnc4\winvnc4.exe||%SystemDrive%\Programs\winvnc4\winvnc4.exe,0"
0x2, "Sherpya\XPEinit\Programs", "700 Network\winvnc4", "%SystemDrive%\Programs\winvnc4\winvnc4.exe||%SystemDrive%\Programs\winvnc4\winvnc4.exe,0"
[WinntDirectories]
a="Programs\winvnc4",3
[SourceDisksFolders]
Files=a
[Software.Addreg]
; Shortcut(s) for winvnc4
0x2, "Sherpya\XPEinit\Startmenu", "winvnc4", "%SystemDrive%\Programs\winvnc4\winvnc4.exe"
; Shortcut(s) for winvnc4
0x2, "Sherpya\XPEinit\Desktop", "winvnc4", "%SystemDrive%\Programs\winvnc4\winvnc4.exe"
0x2, "Sherpya\XPEinit\Startmenu", "winvnc4", "%SystemDrive%\Programs\winvnc4\winvnc4.exe"
0x2, "Sherpya\XPEinit\Startup", "winvnc4", "%SystemDrive%\Programs\winvnc4\winvnc4.exe"
0x2, "Sherpya\XPEinit\QuickLaunch", "winvnc4", "%SystemDrive%\Programs\winvnc4\winvnc4.exe"
This is working on bootup, I just need to get the password embedded Is this possible?
This is the only piece of the puzzle I can not figure out after reading through all the postings
Thank you in advance!!
