<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How to create an "Offer Remote Assistance" shortcut</title><link>http://msmvps.com/blogs/javier/archive/2004/11/13/19044.aspx</link><description>One of the features I like most about Windows XP (and SBS 2003) is Remote Assistance. In particular, I love being able to offer unsolicited remote assistance to my users (i.e. without them initiating the RA session, this way the user only has to click</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>

 &amp;raquo; RA: Pass Workstation and Username Parameters to Offer Remote Assistance</title><link>http://msmvps.com/blogs/javier/archive/2004/11/13/19044.aspx#419068</link><pubDate>Wed, 13 Dec 2006 20:52:20 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:419068</guid><dc:creator>

 » RA: Pass Workstation and Username Parameters to Offer Remote Assistance</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://blog.netnerds.net/2006/12/ra-pass-workstation-and-username-parameters-to-offer-remote-assistance/"&gt;http://blog.netnerds.net/2006/12/ra-pass-workstation-and-username-parameters-to-offer-remote-assistance/&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://msmvps.com/aggbug.aspx?PostID=419068" width="1" height="1"&gt;</description></item><item><title>re: How to create an "Offer Remote Assistance" shortcut</title><link>http://msmvps.com/blogs/javier/archive/2004/11/13/19044.aspx#76542</link><pubDate>Wed, 23 Nov 2005 23:14:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:76542</guid><dc:creator>Javier</dc:creator><description>i have the ports switched on some of my machines for remote desktop...how can i get around this and a router firewall to set up remote assistance for remote clients&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=76542" width="1" height="1"&gt;</description></item><item><title>re: How to create an "Offer Remote Assistance" shortcut</title><link>http://msmvps.com/blogs/javier/archive/2004/11/13/19044.aspx#65160</link><pubDate>Sun, 04 Sep 2005 02:09:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:65160</guid><dc:creator>Javier</dc:creator><description>Another way of creating this shortcut is just right click on your desktop and go to &amp;quot;New&amp;quot; --&amp;gt; &amp;quot;Shortcut&amp;quot;.  Enter &amp;quot;hcp://CN=Microsoft%20Corporation,L=Redmond,S=Washington,C=US/Remote%20Assistance/Escalation/Unsolicited/Unsolicitedrcui.htm&amp;quot; (without qoutes &amp;quot;&amp;quot;) into the location of the item box and hit next.  Insert a name and finish it.  If needed go to \WINDOWS\system32 and choose rcimlby.exe if you want the typical remote assistance icon.  Just thought i'd add another way to do this.&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=65160" width="1" height="1"&gt;</description></item><item><title>re:How to create an </title><link>http://msmvps.com/blogs/javier/archive/2004/11/13/19044.aspx#61050</link><pubDate>Wed, 03 Aug 2005 00:57:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:61050</guid><dc:creator>TrackBack</dc:creator><description>How to create an &lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=61050" width="1" height="1"&gt;</description></item><item><title>re:How to create an </title><link>http://msmvps.com/blogs/javier/archive/2004/11/13/19044.aspx#58675</link><pubDate>Fri, 22 Jul 2005 05:27:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:58675</guid><dc:creator>TrackBack</dc:creator><description>How to create an &lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=58675" width="1" height="1"&gt;</description></item><item><title>re: How to create an "Offer Remote Assistance" shortcut</title><link>http://msmvps.com/blogs/javier/archive/2004/11/13/19044.aspx#54742</link><pubDate>Thu, 23 Jun 2005 17:13:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:54742</guid><dc:creator>Javier</dc:creator><description>This walked the menu but did not open the Remote Assistance. And how do I run this on someone's remote pc? LOL!&lt;br&gt;Cool, but useless...&lt;br&gt;---------------------&lt;br&gt;'DECLARING VARIABLES &lt;br&gt;Dim objShell &lt;br&gt;Dim WshShell &lt;br&gt;Dim vString &lt;br&gt;&lt;br&gt;'INITIALIZE VARIABLE VALUES &lt;br&gt;set objShell = CreateObject(&amp;quot;WScript.Shell&amp;quot;) &lt;br&gt;set WshShell = WScript.CreateObject(&amp;quot;WScript.Shell&amp;quot;) &lt;br&gt;vString = &amp;quot;COMPUTERNAMEHERE&amp;quot; &lt;br&gt;&lt;br&gt;'SENDS KEYSTROKES TO START PERSONNEL PROGRAM &lt;br&gt;objShell.SendKeys &amp;quot;^{ESC}&amp;quot; &lt;br&gt;WScript.Sleep 1000 &lt;br&gt;objShell.SendKeys &amp;quot;{UP}&amp;quot; &lt;br&gt;WScript.Sleep 500 &lt;br&gt;objShell.SendKeys &amp;quot;{UP}&amp;quot; &lt;br&gt;WScript.Sleep 500 &lt;br&gt;objShell.SendKeys &amp;quot;{UP}&amp;quot; &lt;br&gt;WScript.Sleep 500 &lt;br&gt;objShell.SendKeys &amp;quot;{UP}&amp;quot; &lt;br&gt;WScript.Sleep 500 &lt;br&gt;objShell.SendKeys &amp;quot;{UP}&amp;quot; &lt;br&gt;WScript.Sleep 500 &lt;br&gt;objShell.SendKeys &amp;quot;{UP}&amp;quot; &lt;br&gt;WScript.Sleep 500 &lt;br&gt;objShell.SendKeys &amp;quot;{UP}&amp;quot; &lt;br&gt;WScript.Sleep 500 &lt;br&gt;objShell.SendKeys &amp;quot;{UP}&amp;quot; &lt;br&gt;WScript.Sleep 500 &lt;br&gt;objShell.SendKeys &amp;quot;{UP}&amp;quot; &lt;br&gt;WScript.Sleep 500 &lt;br&gt;objShell.SendKeys &amp;quot;{UP}&amp;quot; &lt;br&gt;WScript.Sleep 500 &lt;br&gt;objShell.SendKeys &amp;quot;{UP}&amp;quot; &lt;br&gt;WScript.Sleep 500 &lt;br&gt;objShell.SendKeys &amp;quot;{UP}&amp;quot; &lt;br&gt;WScript.Sleep 500 &lt;br&gt;objShell.SendKeys &amp;quot;{UP}&amp;quot; &lt;br&gt;WScript.Sleep 500 &lt;br&gt;objShell.SendKeys &amp;quot;{ENTER}&amp;quot; &lt;br&gt;WScript.Sleep 10000 &lt;br&gt;&lt;br&gt;objShell.SendKeys vString 'SEND THE VARIABLE VALUE, INCLUDING DATE &lt;br&gt;WScript.Sleep 500 &lt;br&gt;&lt;br&gt;&lt;br&gt;WScript.Quit &lt;br&gt;---------------------&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=54742" width="1" height="1"&gt;</description></item><item><title>re: How to create an "Offer Remote Assistance" shortcut</title><link>http://msmvps.com/blogs/javier/archive/2004/11/13/19044.aspx#51262</link><pubDate>Thu, 09 Jun 2005 00:39:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:51262</guid><dc:creator>Javier</dc:creator><description>In addition to the above, you have a shortcut in the Start-Menu that opens the 'Offer Remote Assistance' screen--should be 11th position upward from the Start button itself. You can adjust the delay time in the above script so it works faster too. The following website has some information about automating the remote computer's connection too--so the user doesn't have to accept a request:&lt;br&gt;&lt;br&gt;&lt;a target="_new" href="http://www.anetforums.com/posts.aspx?ThreadIndex=3115"&gt;http://www.anetforums.com/posts.aspx?ThreadIndex=3115&lt;/a&gt;&lt;br&gt;&lt;br&gt;Good luck,&lt;br&gt;&lt;br&gt;Todd Shillam&lt;br&gt;tshillam@comcast.net&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=51262" width="1" height="1"&gt;</description></item><item><title>re: How to create an "Offer Remote Assistance" shortcut</title><link>http://msmvps.com/blogs/javier/archive/2004/11/13/19044.aspx#51261</link><pubDate>Thu, 09 Jun 2005 00:35:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:51261</guid><dc:creator>Javier</dc:creator><description>I have figured out how to fully automate remote assistance with a few workarounds, including a simple script that auto-populates the computer name field and clicks the 'Connect' button as well.&lt;br&gt;&lt;br&gt;You can use Visual Basic Scripting to accomplish the work. Here's an example:&lt;br&gt;&lt;br&gt;'DECLARING VARIABLES&lt;br&gt;Dim objShell &lt;br&gt;Dim WshShell&lt;br&gt;Dim vString&lt;br&gt;&lt;br&gt;'INITIALIZE VARIABLE VALUES&lt;br&gt;set objShell = CreateObject(&amp;quot;WScript.Shell&amp;quot;) &lt;br&gt;set WshShell = WScript.CreateObject(&amp;quot;WScript.Shell&amp;quot;)&lt;br&gt;vString = &amp;quot;COMPUTERNAMEHERE&amp;quot;&lt;br&gt;&lt;br&gt;'SENDS KEYSTROKES TO START PERSONNEL PROGRAM&lt;br&gt;objShell.SendKeys &amp;quot;^{ESC}&amp;quot;&lt;br&gt;WScript.Sleep 1000&lt;br&gt;objShell.SendKeys &amp;quot;{UP}&amp;quot;&lt;br&gt;WScript.Sleep 500&lt;br&gt;objShell.SendKeys &amp;quot;{UP}&amp;quot;&lt;br&gt;WScript.Sleep 500&lt;br&gt;objShell.SendKeys &amp;quot;{UP}&amp;quot;&lt;br&gt;WScript.Sleep 500&lt;br&gt;objShell.SendKeys &amp;quot;{UP}&amp;quot;&lt;br&gt;WScript.Sleep 500&lt;br&gt;objShell.SendKeys &amp;quot;{UP}&amp;quot;&lt;br&gt;WScript.Sleep 500&lt;br&gt;objShell.SendKeys &amp;quot;{UP}&amp;quot;&lt;br&gt;WScript.Sleep 500&lt;br&gt;objShell.SendKeys &amp;quot;{UP}&amp;quot;&lt;br&gt;WScript.Sleep 500&lt;br&gt;objShell.SendKeys &amp;quot;{UP}&amp;quot;&lt;br&gt;WScript.Sleep 500&lt;br&gt;objShell.SendKeys &amp;quot;{UP}&amp;quot;&lt;br&gt;WScript.Sleep 500&lt;br&gt;objShell.SendKeys &amp;quot;{UP}&amp;quot;&lt;br&gt;WScript.Sleep 500&lt;br&gt;objShell.SendKeys &amp;quot;{UP}&amp;quot;&lt;br&gt;WScript.Sleep 500&lt;br&gt;objShell.SendKeys &amp;quot;{UP}&amp;quot;&lt;br&gt;WScript.Sleep 500&lt;br&gt;objShell.SendKeys &amp;quot;{UP}&amp;quot;&lt;br&gt;WScript.Sleep 500&lt;br&gt;objShell.SendKeys &amp;quot;{ENTER}&amp;quot;&lt;br&gt;WScript.Sleep 10000&lt;br&gt;&lt;br&gt;objShell.SendKeys vString 'SEND THE VARIABLE VALUE, INCLUDING DATE&lt;br&gt;WScript.Sleep 500&lt;br&gt;&lt;br&gt;&lt;br&gt;WScript.Quit &lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=51261" width="1" height="1"&gt;</description></item><item><title>re: How to create an "Offer Remote Assistance" shortcut</title><link>http://msmvps.com/blogs/javier/archive/2004/11/13/19044.aspx#51232</link><pubDate>Wed, 08 Jun 2005 19:36:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:51232</guid><dc:creator>Javier</dc:creator><description>That's the &amp;quot;Request Remote assistance&amp;quot; thingy... I was talking about offering it without someone requesting it (which is really useful to help people out).&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=51232" width="1" height="1"&gt;</description></item><item><title>re: How to create an "Offer Remote Assistance" shortcut</title><link>http://msmvps.com/blogs/javier/archive/2004/11/13/19044.aspx#51230</link><pubDate>Wed, 08 Jun 2005 19:28:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:51230</guid><dc:creator>Javier</dc:creator><description>That Request Remote assistance shortcut should be %SYSTEMROOT%\system32\rcimlby.exe -LaunchRA&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=51230" width="1" height="1"&gt;</description></item><item><title>re: How to create an "Offer Remote Assistance" shortcut</title><link>http://msmvps.com/blogs/javier/archive/2004/11/13/19044.aspx#49856</link><pubDate>Tue, 31 May 2005 03:23:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:49856</guid><dc:creator>Javier</dc:creator><description>Any way to pass target PC name or IP as a parameter within the shortcut?&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=49856" width="1" height="1"&gt;</description></item><item><title>re:How to create an </title><link>http://msmvps.com/blogs/javier/archive/2004/11/13/19044.aspx#47820</link><pubDate>Thu, 19 May 2005 02:47:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:47820</guid><dc:creator>TrackBack</dc:creator><description>^_~,pretty good!csharpsseeoo&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=47820" width="1" height="1"&gt;</description></item><item><title>Request Assistance Shortcut...</title><link>http://msmvps.com/blogs/javier/archive/2004/11/13/19044.aspx#45934</link><pubDate>Fri, 06 May 2005 21:10:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:45934</guid><dc:creator>Javier</dc:creator><description>rcimbly.exe -launchra&lt;br&gt;&lt;br&gt;it only brings up the screen without having to go through the help menu.&lt;br&gt;&lt;br&gt;it would be nice to have something that would just prompt for an email address to request help.&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=45934" width="1" height="1"&gt;</description></item><item><title>re:How to create an </title><link>http://msmvps.com/blogs/javier/archive/2004/11/13/19044.aspx#42701</link><pubDate>Fri, 15 Apr 2005 22:14:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:42701</guid><dc:creator>TrackBack</dc:creator><description>^_^,Pretty Good!&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=42701" width="1" height="1"&gt;</description></item><item><title>re: How to create an "Offer Remote Assistance" shortcut</title><link>http://msmvps.com/blogs/javier/archive/2004/11/13/19044.aspx#38515</link><pubDate>Mon, 14 Mar 2005 16:23:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:38515</guid><dc:creator>Javier</dc:creator><description>I am interested in placing a shortcut on users' desktops so they can request remote assistance automatically without having to go through a bunch of technical questions.  My users are generally foolish and this would truly be the only way to truly implement this.  The shortcut you have provided above brings up the remote assistance for helping a user on a local area network.  I would like it to open up some form of remote assitance that can work outside the LAN so that I can assist offsite workers.  Please let me know if anyone could help me.  Thanks.&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=38515" width="1" height="1"&gt;</description></item><item><title>re: How to create an "Offer Remote Assistance" shortcut</title><link>http://msmvps.com/blogs/javier/archive/2004/11/13/19044.aspx#34929</link><pubDate>Fri, 04 Feb 2005 18:29:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:34929</guid><dc:creator>Javier</dc:creator><description>The next logical step would be to make it autopopulate the computer name or tcp/ip address.  Specifically,&lt;br&gt;I was thinking that when you go into Network Places and see all the computer names.  You could right click&lt;br&gt;on the name and it would offer the option of remote assistance.  This is turn would automatically start remote&lt;br&gt;assistance on the remote machine.  This option is available in Windows Messenger when  you want to offer assistance&lt;br&gt;to a buddy over the internet.  Has anyone tried doing this for Network places?&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=34929" width="1" height="1"&gt;</description></item><item><title>re: How to create an "Offer Remote Assistance" shortcut</title><link>http://msmvps.com/blogs/javier/archive/2004/11/13/19044.aspx#23790</link><pubDate>Tue, 14 Dec 2004 00:02:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:23790</guid><dc:creator>Javier</dc:creator><description>Actually, both of them work. Explorer is really &amp;quot;Windows Explorer&amp;quot; while IExplore is &amp;quot;Internet Explorer&amp;quot; since both are the same thing (thanks to MS infinite wisdom) then both work.&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=23790" width="1" height="1"&gt;</description></item><item><title>re: How to create an "Offer Remote Assistance" shortcut</title><link>http://msmvps.com/blogs/javier/archive/2004/11/13/19044.aspx#23787</link><pubDate>Mon, 13 Dec 2004 23:35:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:23787</guid><dc:creator>Javier</dc:creator><description>I Think there is a typo above.  Explorer.exe should be Iexplore. For example:&lt;br&gt;&lt;br&gt;&amp;quot;%ProgramFiles%\Internet Explorer\iexplore&amp;quot; hcp://CN=Microsoft%20Corporation,L=Redmond,S=Washington,C=US/Remote%20Assistance/Escalation/Unsolicited/Unsolicitedrcui.htm&lt;br&gt;&lt;br&gt;In fact, just past the hcp in your IE browser:&lt;br&gt;&lt;br&gt;hcp://CN=Microsoft%20Corporation,L=Redmond,S=Washington,C=US/Remote%20Assistance/Escalation/Unsolicited/Unsolicitedrcui.htm&lt;br&gt;&lt;br&gt;Remember, you need port 3389/tcp open at your firewall. For reference, see&lt;br&gt;&lt;a target="_new" href="http://support.microsoft.com/kb/301527"&gt;http://support.microsoft.com/kb/301527&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=23787" width="1" height="1"&gt;</description></item><item><title>re: How to create an "Offer Remote Assistance" shortcut</title><link>http://msmvps.com/blogs/javier/archive/2004/11/13/19044.aspx#21636</link><pubDate>Tue, 30 Nov 2004 20:47:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:21636</guid><dc:creator>Javier</dc:creator><description>VERY useful, I always think it would be nice to use this tool as I have done so in the past to help users. But, I can never find the application while I'm on the phone with a user because it is so hidden.&lt;br&gt;Thx for the help&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=21636" width="1" height="1"&gt;</description></item></channel></rss>