<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tech Support Me &#187; winvnc</title>
	<atom:link href="http://www.techsupport.me.uk/tag/winvnc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techsupport.me.uk</link>
	<description>Your one stop resource for free pc technical support</description>
	<lastBuildDate>Sun, 12 Jul 2009 21:27:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Silent VNC Install</title>
		<link>http://www.techsupport.me.uk/2008/01/10/silent-vnc-install/</link>
		<comments>http://www.techsupport.me.uk/2008/01/10/silent-vnc-install/#comments</comments>
		<pubDate>Thu, 10 Jan 2008 11:31:25 +0000</pubDate>
		<dc:creator>robbrad</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[VncAuth]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[winvnc]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.robertbradley.co.uk/?p=15</guid>
		<description><![CDATA[Ok this might be of use if you are looking to install VNC accross a network, maybe via active directory or even if you just want a nice cool way to setup vnc without any hassle, it also checks and uninstalls a previous version.

Firstly download realvnc and extract the file to c:\vnc\
Make a Batch file [...]]]></description>
			<content:encoded><![CDATA[<p>Ok this might be of use if you are looking to install VNC accross a network, maybe via active directory or even if you just want a nice cool way to setup vnc without any hassle, it also checks and uninstalls a previous version.</p>
<p><span id="more-255"></span></p>
<p>Firstly download <a href="http://www.realvnc.com/products/free/4.1/download.html">realvnc </a>and extract the file to c:\vnc\</p>
<p>Make a Batch file called installvnc.bat in the directory you just created containing the following</p>
<p><code>@echo off<br />
if exist "c:\program files\vnc\" goto end<br />
c:<br />
cd "program files"<br />
cd realvnc<br />
cd vnc4<br />
winvnc4.exe -stop<br />
winvnc4.exe -unregister<br />
echo "Uninstalling Current VNC"<br />
unins000.exe /SILENT<br />
c:<br />
cd\<br />
cd "program files"<br />
md vnc<br />
cd vnc<br />
copy "c:\vnc\*.*" c:<br />
regedit /s "c:\vnc\vnc.reg"<br />
winvnc4.exe -register<br />
winvnc4.exe -start<br />
pause<br />
:end</code></p>
<p>Then create a Reg file containing the following in the same direcory called vnc.reg<br />
<code><br />
Windows Registry Editor Version 5.00<br />
[HKEY_LOCAL_MACHINE\SOFTWARE\RealVNC][HKEY_LOCAL_MACHINE\SOFTWARE\RealVNC\WinVNC4]<br />
"Password"=hex:89,f8,9e,15,b9,73,2a,e4<br />
"SecurityTypes"="VncAuth"<br />
"ReverseSecurityTypes"="None"<br />
"QueryConnect"=dword:00000000<br />
"QueryOnlyIfLoggedOn"=dword:00000000<br />
"AllowProperties"=dword:00000000<br />
"DisableClose"=dword:00000001</code></p>
<p>Run the batch file and vnc will install &#8211; the password for vnc is set to &#8220;pioneer&#8221; currently however if you wish to changes this in the reg file set it in the application and re-export thr reg details in regedit under HKEY_LOCAL_MACHINE\SOFTWARE\RealVNC\WinVNC4</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techsupport.me.uk/2008/01/10/silent-vnc-install/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
