macarong Posted April 23, 2010 Posted April 23, 2010 There is nothing in the registry.It is under HKCU\Software\RealVNCI got the same issue and now it works.You should run VNC (user mode) in your PC, configure portnumber, password (ex: 5000, 1) and copy the above key.Copy exe and dll files inside the VNC folders into system32 of WinPE3.import the key using reg in WinPE3 then start winvnc4, it will hang there waiting for connection.from your PC, type vnviewer 10.10.1.1::5000 , a box appear, type password 1 ( I do not see a need of hex or binary).that is it.Not sure if you solved it or not.Just hope it help as I got help from others.
kai4785 Posted May 4, 2010 Posted May 4, 2010 I'm running 64bit WinPE so I can install Windows Server 2008 R2 (which only comes in 64bit flavors). When I run winvnc4.exe, I get the error:"The subsystem needed to support the image type is not present."I've looked around for a few minutes, but haven't found anything useful yet. Are you guys getting this to work in 64bit WinPE?
Tripredacus Posted May 4, 2010 Posted May 4, 2010 I'm running 64bit WinPE so I can install Windows Server 2008 R2 (which only comes in 64bit flavors). When I run winvnc4.exe, I get the error:"The subsystem needed to support the image type is not present."I've looked around for a few minutes, but haven't found anything useful yet. Are you guys getting this to work in 64bit WinPE?Win PE x64 does not have a 32bit emulator. Any assemblies used must be x64 ONLY. I do not see a 64bit native VNC to download on their site.
kai4785 Posted May 4, 2010 Posted May 4, 2010 (edited) Ya, that was my sad conclusion. However, I wasn't satisfied. I knew there were other VNC Servers to use, and I knew that UltraVNC was the first to support Vista/7 machines, which is why I still use UltraVNC on my machines at home.So here's how I was able to get UltraVNC to work properly in WinPE.Download the .zip file with binaries: X64 bins 1.0.8.2 FullExtract to your favorite location. The only files you need from the zip are:vnchooks.dllwinvnc.exeThen you need a new file called 'ultravnc.ini' [Permissions][admin][ultravnc]passwd=142EBA5011866EF243passwd2=142EBA5011866EF243[poll]TurboMode=1PollUnderCursor=0PollForeground=1PollFullScreen=0OnlyPollConsole=0OnlyPollOnEvent=1MaxCpu=40EnableDriver=0EnableHook=1EnableVirtual=0SingleWindow=0SingleWindowName=Unfortunately I don't have a good way to tell you how to generate the password. I'm also looking into a password-less setup. I'll post an update when I do. I generated this password when I installed the VNCServer on my machine, to steal the ultravnc.ini file.Put all 3 in any folder you want, and execute '<path>\winvnc.exe -install' . I've had success running from a network share (ie: Y:\Boot\custom_winpe_files\winvnc.exe -install) as well. You can pack these into your winpe.wim file if you care:imagex /mountrw C:\winpe_amd64\winpe.wim 1 C:\winpe_amd64\mountcopy /Y C:\Boot\custom_WinPE_files\uvnc\* c:\winpe_amd64\mount\Windows\System32\Imagex /unmount /commit c:\winpe_amd64\mountThere's lots of stuff you can put into your ultravnc.ini. Here's a link to their documentation: ultravnc.ini Edited May 4, 2010 by kai4785
kai4785 Posted May 4, 2010 Posted May 4, 2010 Ok, got it, here's my new ultravnc.ini file:[Permissions][admin]AuthRequired=0HTTPConnect=0[ultravnc][poll]TurboMode=1PollUnderCursor=0PollForeground=1PollFullScreen=0OnlyPollConsole=0OnlyPollOnEvent=1MaxCpu=40EnableDriver=0EnableHook=1EnableVirtual=0SingleWindow=0SingleWindowName=
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now