<?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>Netexceed blog by Jason Mohan&#187; Netexceed by Jason Mohan</title>
	<atom:link href="http://www.jasonmohan.com/tag/vnc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jasonmohan.com</link>
	<description>I am an IT professional who loves to stay on the leading edge of technology, and tries to tackle most commonly faced issues by computer users, and administrators.</description>
	<lastBuildDate>Mon, 19 Jul 2010 20:18:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Push VNC to client machines</title>
		<link>http://www.jasonmohan.com/software/push-vnc-install-to-client-machines/</link>
		<comments>http://www.jasonmohan.com/software/push-vnc-install-to-client-machines/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 16:15:24 +0000</pubDate>
		<dc:creator>Jason Mohan</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[push]]></category>
		<category><![CDATA[remote viewing]]></category>
		<category><![CDATA[vnc]]></category>

		<guid isPermaLink="false">http://netexceed.com/?p=11</guid>
		<description><![CDATA[Got hundreds of machines to deploy vnc onto, do it in one simple batch file? Most network admins use VNC for client machines. It&#8217;s easy to access, but not so secure, but inside a network it&#8217;s a okay option to use. However the problem is how to install VNC on machine on the network without [...]]]></description>
			<content:encoded><![CDATA[<p>Got hundreds of machines to deploy vnc onto, do it in one simple batch file? Most network admins use VNC for client machines. It&#8217;s easy to access, but not so secure, but inside a network it&#8217;s a okay option to use. However the problem is how to install VNC on machine on the network without touching the machine itself. I know you can do installation through AD and through different pieces of software, but I was looking for a simple script to use. The reason was so my IT co-workers can install on demand when needed. So I used to pieces of a script that was already created, and created my own installation batch file. One of the script was <a href="http://www.darkage.co.uk/">fastpush from Dark Age</a>, and the other was VNCencode by Mauro Castald. However I&#8217;ve packaged all of it for you to use, in one simple download below. Download the zip file below, then continue reading on how to edit and put your own vnc password.</p>
<p><a href="http://www.jasonmohan.com/download/"><span class="s3-link">Go to our download page to download PushVNC</span></a><a class="s3-link" href="http://jasonmohan_web.s3.amazonaws.com/jasonmohan.com/downloads/pushvnc/PushVnc.zip"><br />
</a></p>
<p><span style="text-decoration: underline;"><strong>Steps on how to setup Push VNC</strong></span></p>
<p>1. Download the file above and extract the file somewhere.</p>
<p>2. Go to command line navigate to the directory called VNCpassword. Run vncenc with the password you want. Like the screenshot below where I used the password &#8220;itsmypassword&#8221;</p>
<p><a href="http://jasonmohan_web.s3.amazonaws.com/wp-content/uploads/2008/08/new_password.jpg"><br />
</a></p>
<p><a rel="lightbox" href="http://jasonmohan_web.s3.amazonaws.com/jasonmohan.com/images/new_password.jpg"><img class="s3-img alignnone" style="border: 0pt none;" src="http://jasonmohan_web.s3.amazonaws.com/jasonmohan.com/images/new_password.jpg" border="0" alt="new_password.jpg" width="375" height="183" /></a></p>
<p>3. Now copy all the &#8220;Password = REG_BINARY&#8230;&#8230;.&#8221;, and paste it into the VNC4.ini file located in the common directory. Like the screenshot below.</p>
<p><a rel="lightbox" href="http://jasonmohan_web.s3.amazonaws.com/jasonmohan.com/images/edit_vnc_ini.jpg"><img class="s3-img" style="border: 0pt none;" src="http://jasonmohan_web.s3.amazonaws.com/jasonmohan.com/images/edit_vnc_ini.jpg" border="0" alt="edit_vnc_ini.jpg" width="461" height="318" /> </a></p>
<p>4. Now there is two places where you need to edit the path of where you are planning to put this Push VNC program at. In this example I&#8217;m placing it in my c:\temp folder. First we&#8217;ll edit the install.bat file, and change the path where I highlighted in the screenshot below. Second we&#8217;ll edit the fp82.cmd file, same thing change the path where I highlighted in the screenshot also.</p>
<p><em>* If you want to place it on the network you need to edit it to use &#8220;net use v: \\server\share&#8221;.  Then set the path accordingly. Since I&#8217;m sharing this program with my IT co-workers I used the net use.</em></p>
<p><a rel="lightbox" href="http://jasonmohan_web.s3.amazonaws.com/jasonmohan.com/images/change_path_installbat.jpg"><img class="s3-img" style="border: 0pt none;" src="http://jasonmohan_web.s3.amazonaws.com/jasonmohan.com/images/change_path_installbat.jpg" border="0" alt="change_path_installbat.jpg" width="461" height="318" /></a></p>
<p><a rel="lightbox" href="http://jasonmohan_web.s3.amazonaws.com/jasonmohan.com/images/change_path_fp82.jpg"><img class="s3-img" style="border: 0pt none;" src="http://jasonmohan_web.s3.amazonaws.com/jasonmohan.com/images/change_path_fp82.jpg" border="0" alt="change_path_fp82.jpg" width="461" height="318" /></a></p>
<p>5. Now that&#8217;s bascially all you have to do. Now run the install.bat program and you&#8217;ll see a screen like below. Type in the ip address of the computer you want to install VNC onto, and then watch it&#8217;s magic. Remember you must be logged in as a domain admin or have such privileges to the client computer to install. Feel free to change my name and put yours.</p>
<p><a rel="lightbox" href="http://jasonmohan_web.s3.amazonaws.com/jasonmohan.com/images/install_screen.jpg"><img class="s3-img" style="border: 0pt none;" src="http://jasonmohan_web.s3.amazonaws.com/jasonmohan.com/images/install_screen.jpg" border="0" alt="install_screen.jpg" width="401" height="203" /></a></p>
<p>Much credit goes to DarkAge. If you want to dig in more and set more options check out there <a href="http://www.darkage.co.uk/downloads/">website</a>.</p>
<p><a class="s3-link" href="http://jasonmohan_web.s3.amazonaws.com/jasonmohan.com/images/new_password.jpg"> </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmohan.com/software/push-vnc-install-to-client-machines/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
