<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Vista: Net Send is Gone; Use msg console Instead.</title>
	<link>http://blog.netnerds.net/2007/05/vista-net-send-is-gone-use-msg-console-instead/</link>
	<description>ls /usr/lolcat</description>
	<pubDate>Wed, 07 Jan 2009 12:43:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: some guy</title>
		<link>http://blog.netnerds.net/2007/05/vista-net-send-is-gone-use-msg-console-instead/#comment-10490</link>
		<dc:creator>some guy</dc:creator>
		<pubDate>Mon, 08 Dec 2008 06:41:48 +0000</pubDate>
		<guid>http://blog.netnerds.net/2007/05/vista-net-send-is-gone-use-msg-console-instead/#comment-10490</guid>
		<description>Has anyone been able to MSG a message to a remote machine?  The only luck I have is locally, anything else is Error 5, which is strange since I'm logged in with an account that has administrative rights across all the computers I'm messaging in our domain.</description>
		<content:encoded><![CDATA[<p>Has anyone been able to MSG a message to a remote machine?  The only luck I have is locally, anything else is Error 5, which is strange since I'm logged in with an account that has administrative rights across all the computers I'm messaging in our domain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Renegade</title>
		<link>http://blog.netnerds.net/2007/05/vista-net-send-is-gone-use-msg-console-instead/#comment-10487</link>
		<dc:creator>Renegade</dc:creator>
		<pubDate>Sun, 07 Dec 2008 08:56:58 +0000</pubDate>
		<guid>http://blog.netnerds.net/2007/05/vista-net-send-is-gone-use-msg-console-instead/#comment-10487</guid>
		<description>Took me awhile to figure get this working on my network. After researching what ever I could and reading this thread, plus experimenting, I found that what worked was this:

msg /server:PCname USERname

or

msg /server:PCname *

Notice that you need to use both the name of the system you want to connect to and the user who is logged in. Although the wildcard (*) works just as well in place of the username.

But you do need to make the registry edit provided by CONSOLES on August 14th, 2008 for this to work.</description>
		<content:encoded><![CDATA[<p>Took me awhile to figure get this working on my network. After researching what ever I could and reading this thread, plus experimenting, I found that what worked was this:</p>
<p>msg /server:PCname USERname</p>
<p>or</p>
<p>msg /server:PCname *</p>
<p>Notice that you need to use both the name of the system you want to connect to and the user who is logged in. Although the wildcard (*) works just as well in place of the username.</p>
<p>But you do need to make the registry edit provided by CONSOLES on August 14th, 2008 for this to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rasqual</title>
		<link>http://blog.netnerds.net/2007/05/vista-net-send-is-gone-use-msg-console-instead/#comment-10485</link>
		<dc:creator>rasqual</dc:creator>
		<pubDate>Thu, 04 Dec 2008 08:22:54 +0000</pubDate>
		<guid>http://blog.netnerds.net/2007/05/vista-net-send-is-gone-use-msg-console-instead/#comment-10485</guid>
		<description>Heh.

My colleague and I have ostensibly identical Vista Enterprise machines. When I try to MSG him, I get an error that doesn't even Google:

"Error 1825 getting session names"

When he tries to MSG me, he gets the error 5 described by commenters here.

We can both MSG to other, non-Vista machines.

Bizarre.</description>
		<content:encoded><![CDATA[<p>Heh.</p>
<p>My colleague and I have ostensibly identical Vista Enterprise machines. When I try to MSG him, I get an error that doesn't even Google:</p>
<p>"Error 1825 getting session names"</p>
<p>When he tries to MSG me, he gets the error 5 described by commenters here.</p>
<p>We can both MSG to other, non-Vista machines.</p>
<p>Bizarre.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: message capability between peer-to-peer - Vista Forums</title>
		<link>http://blog.netnerds.net/2007/05/vista-net-send-is-gone-use-msg-console-instead/#comment-10356</link>
		<dc:creator>message capability between peer-to-peer - Vista Forums</dc:creator>
		<pubDate>Sat, 30 Aug 2008 23:16:33 +0000</pubDate>
		<guid>http://blog.netnerds.net/2007/05/vista-net-send-is-gone-use-msg-console-instead/#comment-10356</guid>
		<description>[...] command   There is more information about this command here:Msg: Management Services and here:</description>
		<content:encoded><![CDATA[<p>[...] command   There is more information about this command here:Msg: Management Services and here:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Consoles</title>
		<link>http://blog.netnerds.net/2007/05/vista-net-send-is-gone-use-msg-console-instead/#comment-10320</link>
		<dc:creator>Consoles</dc:creator>
		<pubDate>Thu, 14 Aug 2008 11:00:05 +0000</pubDate>
		<guid>http://blog.netnerds.net/2007/05/vista-net-send-is-gone-use-msg-console-instead/#comment-10320</guid>
		<description>I found the solution to Access is Denied errors when using the above commands.
That's caused by WinXP SP2.
you need to add this registry entry:
HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server
Name : AllowRemoteRPC
Type : REG_DWORD
Value : 1

Restart and then try sending and it should work.
Worked for me on 3 out of 3 PC's so far.</description>
		<content:encoded><![CDATA[<p>I found the solution to Access is Denied errors when using the above commands.<br />
That's caused by WinXP SP2.<br />
you need to add this registry entry:<br />
HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server<br />
Name : AllowRemoteRPC<br />
Type : REG_DWORD<br />
Value : 1</p>
<p>Restart and then try sending and it should work.<br />
Worked for me on 3 out of 3 PC's so far.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tun</title>
		<link>http://blog.netnerds.net/2007/05/vista-net-send-is-gone-use-msg-console-instead/#comment-10300</link>
		<dc:creator>Tun</dc:creator>
		<pubDate>Thu, 31 Jul 2008 09:44:21 +0000</pubDate>
		<guid>http://blog.netnerds.net/2007/05/vista-net-send-is-gone-use-msg-console-instead/#comment-10300</guid>
		<description>Hi 

Honestly, I don't know how to connect my mate machine.  I used like that msg 192.168.2.31  and then type messsage.

My one is 192.168.2.40

How can we connect each other pls</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>Honestly, I don't know how to connect my mate machine.  I used like that msg 192.168.2.31  and then type messsage.</p>
<p>My one is 192.168.2.40</p>
<p>How can we connect each other pls</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://blog.netnerds.net/2007/05/vista-net-send-is-gone-use-msg-console-instead/#comment-10278</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Mon, 14 Jul 2008 04:19:08 +0000</pubDate>
		<guid>http://blog.netnerds.net/2007/05/vista-net-send-is-gone-use-msg-console-instead/#comment-10278</guid>
		<description>I don't think windows vista HOME edition includes msg. General Tip: Don't buy the cheapest version of things!! Best of luck.</description>
		<content:encoded><![CDATA[<p>I don't think windows vista HOME edition includes msg. General Tip: Don't buy the cheapest version of things!! Best of luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neal</title>
		<link>http://blog.netnerds.net/2007/05/vista-net-send-is-gone-use-msg-console-instead/#comment-10249</link>
		<dc:creator>Neal</dc:creator>
		<pubDate>Sun, 22 Jun 2008 03:40:34 +0000</pubDate>
		<guid>http://blog.netnerds.net/2007/05/vista-net-send-is-gone-use-msg-console-instead/#comment-10249</guid>
		<description>Using msg with terminal server and thin clients.  Read Controlling Connection Access on Microsoft Technet. January 21, 2005</description>
		<content:encoded><![CDATA[<p>Using msg with terminal server and thin clients.  Read Controlling Connection Access on Microsoft Technet. January 21, 2005</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lawrence</title>
		<link>http://blog.netnerds.net/2007/05/vista-net-send-is-gone-use-msg-console-instead/#comment-10238</link>
		<dc:creator>Lawrence</dc:creator>
		<pubDate>Sun, 15 Jun 2008 17:19:02 +0000</pubDate>
		<guid>http://blog.netnerds.net/2007/05/vista-net-send-is-gone-use-msg-console-instead/#comment-10238</guid>
		<description>[quote]When I use MSG, I get told "MSG is not recognized as an internal or external command, operable program, or batch file." Why isn't it working? And why can't I find anyone with the same problem?

I am using Vista.
[/quote]

same here</description>
		<content:encoded><![CDATA[<p>[quote]When I use MSG, I get told "MSG is not recognized as an internal or external command, operable program, or batch file." Why isn't it working? And why can't I find anyone with the same problem?</p>
<p>I am using Vista.<br />
[/quote]</p>
<p>same here</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomaz</title>
		<link>http://blog.netnerds.net/2007/05/vista-net-send-is-gone-use-msg-console-instead/#comment-10232</link>
		<dc:creator>Thomaz</dc:creator>
		<pubDate>Wed, 11 Jun 2008 15:50:30 +0000</pubDate>
		<guid>http://blog.netnerds.net/2007/05/vista-net-send-is-gone-use-msg-console-instead/#comment-10232</guid>
		<description>D:\Users\dgp&#62;msg /server:beta Administrador "Please contact help desk immediatel
y!"

VISTA ULTIMATE + MICROSOFT WINDOWS 2003 ENTERPRISE OK</description>
		<content:encoded><![CDATA[<p>D:\Users\dgp&gt;msg /server:beta Administrador "Please contact help desk immediatel<br />
y!"</p>
<p>VISTA ULTIMATE + MICROSOFT WINDOWS 2003 ENTERPRISE OK</p>
]]></content:encoded>
	</item>
</channel>
</rss>
