<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
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/"
> <channel><title>Comments on: Enabling hyperlinks for remote connections in Windows</title> <atom:link href="http://retrohack.com/enabling-hyperlinks-for-remote-connections-in-windows/feed/" rel="self" type="application/rss+xml" /><link>http://retrohack.com/enabling-hyperlinks-for-remote-connections-in-windows/</link> <description>lest the tubes become overfull</description> <lastBuildDate>Wed, 08 Feb 2012 15:03:00 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=</generator> <item><title>By: Chris</title><link>http://retrohack.com/enabling-hyperlinks-for-remote-connections-in-windows/comment-page-1/#comment-2836</link> <dc:creator>Chris</dc:creator> <pubDate>Fri, 03 Feb 2012 22:11:11 +0000</pubDate> <guid
isPermaLink="false">http://retrohack.com/2009/11/enabling-hyperlinks-for-remote-connections-in-windows/#comment-2836</guid> <description>The password is encrypted. The .vnc is editable via a text editor but the first was created via the vnc program.</description> <content:encoded><![CDATA[<p>The password is encrypted. The .vnc is editable via a text editor but the first was created via the vnc program.</p> ]]></content:encoded> </item> <item><title>By: Ed Fisher</title><link>http://retrohack.com/enabling-hyperlinks-for-remote-connections-in-windows/comment-page-1/#comment-2835</link> <dc:creator>Ed Fisher</dc:creator> <pubDate>Fri, 03 Feb 2012 20:27:05 +0000</pubDate> <guid
isPermaLink="false">http://retrohack.com/2009/11/enabling-hyperlinks-for-remote-connections-in-windows/#comment-2835</guid> <description>Are you crafting that file by hand, or using the VNC client to create/save it? I believe Password=XXXXXXX is going to store that XXXXXX as an encrypted password (making me feel better about doing that) but I am not clear on whether you are editing a text file and adding the cleartext password, or creating the file with VNC so it salts/saves the PW encrypted.</description> <content:encoded><![CDATA[<p>Are you crafting that file by hand, or using the VNC client to create/save it? I believe Password=XXXXXXX is going to store that XXXXXX as an encrypted password (making me feel better about doing that) but I am not clear on whether you are editing a text file and adding the cleartext password, or creating the file with VNC so it salts/saves the PW encrypted.</p> ]]></content:encoded> </item> <item><title>By: Chris</title><link>http://retrohack.com/enabling-hyperlinks-for-remote-connections-in-windows/comment-page-1/#comment-2834</link> <dc:creator>Chris</dc:creator> <pubDate>Fri, 03 Feb 2012 20:20:49 +0000</pubDate> <guid
isPermaLink="false">http://retrohack.com/2009/11/enabling-hyperlinks-for-remote-connections-in-windows/#comment-2834</guid> <description>Its RealVNC and the viewer is associated with the .vnc extension for these files:&lt;code&gt;
[Connection]
Host=HOSTNAMEHERE
Password=PASSWORDHERE
[Options]
UseLocalCursor=1
UseDesktopResize=1
FullScreen=0
FullColour=0
LowColourLevel=1
PreferredEncoding=ZRLE
AutoSelect=1
Shared=0
SendPtrEvents=1
SendKeyEvents=1
SendCutText=1
AcceptCutText=1
DisableWinKeys=1
Emulate3=0
PointerEventInterval=0
Monitor=\\.\DISPLAY1
MenuKey=
AutoReconnect=1
&lt;/code&gt;That&#039;s the contents of the vnc file. It is really just the password part that truly care about. I remotely connect to hundreds of client computers and having to type in the password for each would be a nightmare. End goal is a php webpage which a clickable div that launches the correct *.vnc file that is stored on my local pc.</description> <content:encoded><![CDATA[<p>Its RealVNC and the viewer is associated with the .vnc extension for these files:</p><p><code><br
/> [Connection]<br
/> Host=HOSTNAMEHERE<br
/> Password=PASSWORDHERE<br
/> [Options]<br
/> UseLocalCursor=1<br
/> UseDesktopResize=1<br
/> FullScreen=0<br
/> FullColour=0<br
/> LowColourLevel=1<br
/> PreferredEncoding=ZRLE<br
/> AutoSelect=1<br
/> Shared=0<br
/> SendPtrEvents=1<br
/> SendKeyEvents=1<br
/> SendCutText=1<br
/> AcceptCutText=1<br
/> DisableWinKeys=1<br
/> Emulate3=0<br
/> PointerEventInterval=0<br
/> Monitor=\\.\DISPLAY1<br
/> MenuKey=<br
/> AutoReconnect=1<br
/> </code></p><p>That&#8217;s the contents of the vnc file. It is really just the password part that truly care about. I remotely connect to hundreds of client computers and having to type in the password for each would be a nightmare. End goal is a php webpage which a clickable div that launches the correct *.vnc file that is stored on my local pc.</p> ]]></content:encoded> </item> <item><title>By: Ed Fisher</title><link>http://retrohack.com/enabling-hyperlinks-for-remote-connections-in-windows/comment-page-1/#comment-2832</link> <dc:creator>Ed Fisher</dc:creator> <pubDate>Fri, 03 Feb 2012 20:02:53 +0000</pubDate> <guid
isPermaLink="false">http://retrohack.com/2009/11/enabling-hyperlinks-for-remote-connections-in-windows/#comment-2832</guid> <description>What VNC client are you using, and are you sure you want to embed credentials in a file? For your local workstation, appropriately secured, I imagine that will be okay, but I wrote this with a web site map in mind (even though it started as a humble demo) so I never spent any time embedding creds...want each user to enter their own. If I use your client version, I will kick it around a bit and see what I can come up with. If I don&#039;t, some other visitor might and can chime in.
Paste the contents of your file (without real username, password, or externally reachable host of course) so I can see what you&#039;re working with.
Ed</description> <content:encoded><![CDATA[<p>What VNC client are you using, and are you sure you want to embed credentials in a file? For your local workstation, appropriately secured, I imagine that will be okay, but I wrote this with a web site map in mind (even though it started as a humble demo) so I never spent any time embedding creds&#8230;want each user to enter their own. If I use your client version, I will kick it around a bit and see what I can come up with. If I don&#8217;t, some other visitor might and can chime in.<br
/> Paste the contents of your file (without real username, password, or externally reachable host of course) so I can see what you&#8217;re working with.<br
/> Ed</p> ]]></content:encoded> </item> <item><title>By: Chris</title><link>http://retrohack.com/enabling-hyperlinks-for-remote-connections-in-windows/comment-page-1/#comment-2830</link> <dc:creator>Chris</dc:creator> <pubDate>Fri, 03 Feb 2012 17:34:47 +0000</pubDate> <guid
isPermaLink="false">http://retrohack.com/2009/11/enabling-hyperlinks-for-remote-connections-in-windows/#comment-2830</guid> <description>Trying to get a hyperlink to launch a premade .vnc file, your site is so far the closest thing I have come across in my attempts to be abl eto do this. Love that it works but having to key in my password each time is a draw back. Hence my wanting to launch the .vnc file I have locally instead. Any ideas how this could be done?</description> <content:encoded><![CDATA[<p>Trying to get a hyperlink to launch a premade .vnc file, your site is so far the closest thing I have come across in my attempts to be abl eto do this. Love that it works but having to key in my password each time is a draw back. Hence my wanting to launch the .vnc file I have locally instead. Any ideas how this could be done?</p> ]]></content:encoded> </item> <item><title>By: Using the Kace K1000 VNC Button With Chrome And Firefox &#124; Projects Blog</title><link>http://retrohack.com/enabling-hyperlinks-for-remote-connections-in-windows/comment-page-1/#comment-2784</link> <dc:creator>Using the Kace K1000 VNC Button With Chrome And Firefox &#124; Projects Blog</dc:creator> <pubDate>Mon, 23 Jan 2012 21:01:27 +0000</pubDate> <guid
isPermaLink="false">http://retrohack.com/2009/11/enabling-hyperlinks-for-remote-connections-in-windows/#comment-2784</guid> <description>[...] all the scripts Enabling Hyperlinks for Remote Connections in Windows Using jQuery in userscripts     Networking, Programmingchrome, firefox, kace, userscript, vnc   [...]</description> <content:encoded><![CDATA[<p>[...] all the scripts Enabling Hyperlinks for Remote Connections in Windows Using jQuery in userscripts     Networking, Programmingchrome, firefox, kace, userscript, vnc   [...]</p> ]]></content:encoded> </item> <item><title>By: Anonymous</title><link>http://retrohack.com/enabling-hyperlinks-for-remote-connections-in-windows/comment-page-1/#comment-2780</link> <dc:creator>Anonymous</dc:creator> <pubDate>Sun, 22 Jan 2012 09:47:51 +0000</pubDate> <guid
isPermaLink="false">http://retrohack.com/2009/11/enabling-hyperlinks-for-remote-connections-in-windows/#comment-2780</guid> <description>Yepp.It was a problem in my machine. I tested the same configuration on another  machine &amp; it worked fine.Sorry for bothering you about this, I am very happy with your programs that solved a lot of time for me !!(&amp; sorry for a late reply)...Gurra</description> <content:encoded><![CDATA[<p>Yepp.</p><p>It was a problem in my machine. I tested the same configuration on another  machine &#038; it worked fine.</p><p>Sorry for bothering you about this, I am very happy with your programs that solved a lot of time for me !!</p><p>(&#038; sorry for a late reply)&#8230;</p><p>Gurra</p> ]]></content:encoded> </item> <item><title>By: Ed Fisher</title><link>http://retrohack.com/enabling-hyperlinks-for-remote-connections-in-windows/comment-page-1/#comment-2741</link> <dc:creator>Ed Fisher</dc:creator> <pubDate>Tue, 10 Jan 2012 11:50:36 +0000</pubDate> <guid
isPermaLink="false">http://retrohack.com/2009/11/enabling-hyperlinks-for-remote-connections-in-windows/#comment-2741</guid> <description>With respect Gurra, it sounds like a problem with &lt;em&gt;your&lt;/em&gt; machine&#039;s security, not Win7. On my machine I am using my domain account, which is a member of the local administrators group, and it works just fine. I do not need to log on as administrator, or even launch the process as an admin (no split token issue.)
As long as it is working for you, I&#039;m glad, but you shouldn&#039;t have to log on as the Administrator for this to work unless there is something more restrictive than default on your PC that we don&#039;t know about.
Hope that helps,
Ed</description> <content:encoded><![CDATA[<p>With respect Gurra, it sounds like a problem with <em>your</em> machine&#8217;s security, not Win7. On my machine I am using my domain account, which is a member of the local administrators group, and it works just fine. I do not need to log on as administrator, or even launch the process as an admin (no split token issue.)<br
/> As long as it is working for you, I&#8217;m glad, but you shouldn&#8217;t have to log on as the Administrator for this to work unless there is something more restrictive than default on your PC that we don&#8217;t know about.<br
/> Hope that helps,<br
/> Ed</p> ]]></content:encoded> </item> <item><title>By: Gurra</title><link>http://retrohack.com/enabling-hyperlinks-for-remote-connections-in-windows/comment-page-1/#comment-2740</link> <dc:creator>Gurra</dc:creator> <pubDate>Tue, 10 Jan 2012 09:55:36 +0000</pubDate> <guid
isPermaLink="false">http://retrohack.com/2009/11/enabling-hyperlinks-for-remote-connections-in-windows/#comment-2740</guid> <description>Re. Win7  ssh/rdp problem.Seems to be a security problem after all.
I tested mstsc &amp; ssh on command line and that worked fine.In win7 i am user gurra and i am a member of group administrators. This results in the rdp-errors   i mentioned earlier, but logging in as USER administrator makes the rdp/ssh links work fine.
Seems to be a difference in read/write rights between a user that is a member of the administrator group and the USER administrator.
Anyway everything works fine now. Thanks again for excellent programs !!</description> <content:encoded><![CDATA[<p>Re. Win7  ssh/rdp problem.</p><p>Seems to be a security problem after all.<br
/> I tested mstsc &amp; ssh on command line and that worked fine.</p><p>In win7 i am user gurra and i am a member of group administrators. This results in the rdp-errors   i mentioned earlier, but logging in as USER administrator makes the rdp/ssh links work fine.<br
/> Seems to be a difference in read/write rights between a user that is a member of the administrator group and the USER administrator.<br
/> Anyway everything works fine now. Thanks again for excellent programs !!</p> ]]></content:encoded> </item> <item><title>By: Ed Fisher</title><link>http://retrohack.com/enabling-hyperlinks-for-remote-connections-in-windows/comment-page-1/#comment-2737</link> <dc:creator>Ed Fisher</dc:creator> <pubDate>Mon, 09 Jan 2012 18:49:46 +0000</pubDate> <guid
isPermaLink="false">http://retrohack.com/2009/11/enabling-hyperlinks-for-remote-connections-in-windows/#comment-2737</guid> <description>Works fine for me in Windows 7 Ultimate SP1...no binary difference in Ultimate and Pro as far as mstsc is concerned.
You might have something wrong in your default.rdg file. Try this
Start, run, mstsc /v:&lt;em&gt;someserverofyours&lt;/em&gt;[enter]
If you get the same error, it&#039;s in your default connection file, not in the js or regkey.
Run mstsc without a target, and then check all your default settings.
HTH
Ed</description> <content:encoded><![CDATA[<p>Works fine for me in Windows 7 Ultimate SP1&#8230;no binary difference in Ultimate and Pro as far as mstsc is concerned.<br
/> You might have something wrong in your default.rdg file. Try this<br
/> Start, run, mstsc /v:<em>someserverofyours</em>[enter]<br
/> If you get the same error, it&#8217;s in your default connection file, not in the js or regkey.<br
/> Run mstsc without a target, and then check all your default settings.<br
/> HTH<br
/> Ed</p> ]]></content:encoded> </item> <item><title>By: gurra</title><link>http://retrohack.com/enabling-hyperlinks-for-remote-connections-in-windows/comment-page-1/#comment-2731</link> <dc:creator>gurra</dc:creator> <pubDate>Mon, 09 Jan 2012 07:08:57 +0000</pubDate> <guid
isPermaLink="false">http://retrohack.com/2009/11/enabling-hyperlinks-for-remote-connections-in-windows/#comment-2731</guid> <description>Yeah, great.... Works fine now !!
Excellent program !!!Now I&#039;m testing it on Win 7 Pro 64-bit  SP1, but it complains about my link saying something like (trying to translate the message into English):
Error in connection file (rdp://10.1.5.3)(i&#039;m not 100% sure about the  error message translation, but it complains about the rdp://10.1.5.3 which works just fine in Win XP, using exactly the same scripts)...
(mstsc.exr IS in c:\windows\system32 and works fine from the command line)Is this a problem caused  by  some security issues in Win 7 ??</description> <content:encoded><![CDATA[<p>Yeah, great&#8230;. Works fine now !!<br
/> Excellent program !!!</p><p>Now I&#8217;m testing it on Win 7 Pro 64-bit  SP1, but it complains about my link saying something like (trying to translate the message into English):<br
/> Error in connection file (rdp://10.1.5.3)</p><p>(i&#8217;m not 100% sure about the  error message translation, but it complains about the rdp://10.1.5.3 which works just fine in Win XP, using exactly the same scripts)&#8230;<br
/> (mstsc.exr IS in c:\windows\system32 and works fine from the command line)</p><p>Is this a problem caused  by  some security issues in Win 7 ??</p> ]]></content:encoded> </item> <item><title>By: Ed Fisher</title><link>http://retrohack.com/enabling-hyperlinks-for-remote-connections-in-windows/comment-page-1/#comment-2727</link> <dc:creator>Ed Fisher</dc:creator> <pubDate>Sun, 08 Jan 2012 20:33:52 +0000</pubDate> <guid
isPermaLink="false">http://retrohack.com/2009/11/enabling-hyperlinks-for-remote-connections-in-windows/#comment-2727</guid> <description>Gurra,
Looks like a font change on my theme turned double quotes into a pair of single quotes. I updated the post, try a copy/paste again and let me know.
Sorry for the boggle,
Ed</description> <content:encoded><![CDATA[<p>Gurra,<br
/> Looks like a font change on my theme turned double quotes into a pair of single quotes. I updated the post, try a copy/paste again and let me know.<br
/> Sorry for the boggle,<br
/> Ed</p> ]]></content:encoded> </item> <item><title>By: Gurra</title><link>http://retrohack.com/enabling-hyperlinks-for-remote-connections-in-windows/comment-page-1/#comment-2726</link> <dc:creator>Gurra</dc:creator> <pubDate>Sun, 08 Jan 2012 19:28:48 +0000</pubDate> <guid
isPermaLink="false">http://retrohack.com/2009/11/enabling-hyperlinks-for-remote-connections-in-windows/#comment-2726</guid> <description>Hi.
This is a great solution and works fine with rdp, but the ssh solution produces a Windows error :Line 5 char 45 :
Unterminated string constantwhen running it on our Win XP Prof.
I&#039;ve cut&amp;pasted and also tried manual creation of the js file but the error remains.
Ive also updated my java from java.com but the error message won&#039;t go away.... Any ideas ??</description> <content:encoded><![CDATA[<p>Hi.<br
/> This is a great solution and works fine with rdp, but the ssh solution produces a Windows error :</p><p>Line 5 char 45 :<br
/> Unterminated string constant</p><p>when running it on our Win XP Prof.<br
/> I&#8217;ve cut&amp;pasted and also tried manual creation of the js file but the error remains.<br
/> Ive also updated my java from java.com but the error message won&#8217;t go away&#8230;. Any ideas ??</p> ]]></content:encoded> </item> <item><title>By: Ed Fisher</title><link>http://retrohack.com/enabling-hyperlinks-for-remote-connections-in-windows/comment-page-1/#comment-2684</link> <dc:creator>Ed Fisher</dc:creator> <pubDate>Thu, 29 Dec 2011 15:40:41 +0000</pubDate> <guid
isPermaLink="false">http://retrohack.com/2009/11/enabling-hyperlinks-for-remote-connections-in-windows/#comment-2684</guid> <description>Have you associated .js files with another application? Try this. Right-click on a .js file in Windows Explorer, choose &quot;Open with&quot; and then choose &quot;Choose default program&quot;, and make sure the default program is &quot;Microsoft Windows Based Script Host&quot;.
If that doesn&#039;t work, try this from an admin cmd prompt.
regsvr32 %systemroot%\system32\jscript.dll [enter]
HTH
Ed</description> <content:encoded><![CDATA[<p>Have you associated .js files with another application? Try this. Right-click on a .js file in Windows Explorer, choose &#8220;Open with&#8221; and then choose &#8220;Choose default program&#8221;, and make sure the default program is &#8220;Microsoft Windows Based Script Host&#8221;.<br
/> If that doesn&#8217;t work, try this from an admin cmd prompt.<br
/> regsvr32 %systemroot%\system32\jscript.dll [enter]<br
/> HTH<br
/> Ed</p> ]]></content:encoded> </item> <item><title>By: Raki</title><link>http://retrohack.com/enabling-hyperlinks-for-remote-connections-in-windows/comment-page-1/#comment-2683</link> <dc:creator>Raki</dc:creator> <pubDate>Thu, 29 Dec 2011 11:11:22 +0000</pubDate> <guid
isPermaLink="false">http://retrohack.com/2009/11/enabling-hyperlinks-for-remote-connections-in-windows/#comment-2683</guid> <description>Hiam trying to add the rdp one and when i type in rdp://fqdn, it shows this following error&quot;---------------------------
Windows Script Host
---------------------------
There is no script engine for file extension &quot;.js&quot;.---------------------------
OK
Am i doing something wrong please let me knowThanks
Raki</description> <content:encoded><![CDATA[<p>Hi</p><p>am trying to add the rdp one and when i type in rdp://fqdn, it shows this following error</p><p>&#8220;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br
/> Windows Script Host<br
/> &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br
/> There is no script engine for file extension &#8220;.js&#8221;.</p><p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br
/> OK<br
/> Am i doing something wrong please let me know</p><p>Thanks<br
/> Raki</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Served from: retrohack.com @ 2012-02-09 10:15:22 by W3 Total Cache -->
