<?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/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Adminpak for Windows Vista</title>
	<atom:link href="http://4sysops.com/archives/adminpak-for-windows-vista/feed/" rel="self" type="application/rss+xml" />
	<link>http://4sysops.com/archives/adminpak-for-windows-vista/</link>
	<description>For Windows Administrators</description>
	<lastBuildDate>Fri, 06 Nov 2009 09:37:59 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Juan</title>
		<link>http://4sysops.com/archives/adminpak-for-windows-vista/comment-page-1/#comment-106728</link>
		<dc:creator>Juan</dc:creator>
		<pubDate>Tue, 23 Sep 2008 19:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://4sysops.com/archives/adminpak-for-windows-vista/#comment-106728</guid>
		<description>Copy and Paste the following script on a .cmd file like indicated and run it.

REM BEGIN
@echo off

REM RegisterAdminPak.cmd
REM (c) 2006 Microsoft Corporation.  All rights reserved.

set filelist=adprop.dll azroles.dll azroleui.dll ccfg95.dll
set filelist=%filelist% certadm.dll certmmc.dll certpdef.dll certtmpl.dll
set filelist=%filelist% certxds.dll cladmwiz.dll clcfgsrv.dll clnetrex.dll
set filelist=%filelist% cluadmex.dll cluadmmc.dll cmproxy.dll cmroute.dll
set filelist=%filelist% cmutoa.dll cnet16.dll debugex.dll dfscore.dll
set filelist=%filelist% dfsgui.dll dhcpsnap.dll dnsmgr.dll domadmin.dll
set filelist=%filelist% dsadmin.dll dsuiwiz.dll imadmui.dll lrwizdll.dll
set filelist=%filelist% mprsnap.dll msclus.dll mstsmhst.dll mstsmmc.dll
set filelist=%filelist% nntpadm.dll nntpapi.dll nntpsnap.dll ntdsbsrv.dll
set filelist=%filelist% ntfrsapi.dll rasuser.dll rigpsnap.dll rsadmin.dll
set filelist=%filelist% rscommon.dll rsconn.dll rsengps.dll rsjob.dll
set filelist=%filelist% rsservps.dll rsshell.dll rssubps.dll rtrfiltr.dll
set filelist=%filelist% schmmgmt.dll tapisnap.dll tsuserex.dll vsstskex.dll
set filelist=%filelist% w95inf16.dll w95inf32.dll winsevnt.dll winsmon.dll
set filelist=%filelist% winsrpc.dll winssnap.dll ws03res.dll

for %%i in (%filelist%) do (
	echo Registering %%i ...
	regsvr32 /s %%i 
)

echo.
Echo Command Completed
pause

REM END</description>
		<content:encoded><![CDATA[<p>Copy and Paste the following script on a .cmd file like indicated and run it.</p>
<p>REM BEGIN<br />
@echo off</p>
<p>REM RegisterAdminPak.cmd<br />
REM (c) 2006 Microsoft Corporation.  All rights reserved.</p>
<p>set filelist=adprop.dll azroles.dll azroleui.dll ccfg95.dll<br />
set filelist=%filelist% certadm.dll certmmc.dll certpdef.dll certtmpl.dll<br />
set filelist=%filelist% certxds.dll cladmwiz.dll clcfgsrv.dll clnetrex.dll<br />
set filelist=%filelist% cluadmex.dll cluadmmc.dll cmproxy.dll cmroute.dll<br />
set filelist=%filelist% cmutoa.dll cnet16.dll debugex.dll dfscore.dll<br />
set filelist=%filelist% dfsgui.dll dhcpsnap.dll dnsmgr.dll domadmin.dll<br />
set filelist=%filelist% dsadmin.dll dsuiwiz.dll imadmui.dll lrwizdll.dll<br />
set filelist=%filelist% mprsnap.dll msclus.dll mstsmhst.dll mstsmmc.dll<br />
set filelist=%filelist% nntpadm.dll nntpapi.dll nntpsnap.dll ntdsbsrv.dll<br />
set filelist=%filelist% ntfrsapi.dll rasuser.dll rigpsnap.dll rsadmin.dll<br />
set filelist=%filelist% rscommon.dll rsconn.dll rsengps.dll rsjob.dll<br />
set filelist=%filelist% rsservps.dll rsshell.dll rssubps.dll rtrfiltr.dll<br />
set filelist=%filelist% schmmgmt.dll tapisnap.dll tsuserex.dll vsstskex.dll<br />
set filelist=%filelist% w95inf16.dll w95inf32.dll winsevnt.dll winsmon.dll<br />
set filelist=%filelist% winsrpc.dll winssnap.dll ws03res.dll</p>
<p>for %%i in (%filelist%) do (<br />
	echo Registering %%i &#8230;<br />
	regsvr32 /s %%i<br />
)</p>
<p>echo.<br />
Echo Command Completed<br />
pause</p>
<p>REM END</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mr.Yo</title>
		<link>http://4sysops.com/archives/adminpak-for-windows-vista/comment-page-1/#comment-21354</link>
		<dc:creator>Mr.Yo</dc:creator>
		<pubDate>Mon, 13 Aug 2007 19:16:39 +0000</pubDate>
		<guid isPermaLink="false">http://4sysops.com/archives/adminpak-for-windows-vista/#comment-21354</guid>
		<description>Fixed!  &quot;You experience installation errors and compatibility problems when you install Windows Server 2003 management tools on a Windows Vista-based computer.&quot;

http://support.microsoft.com/?scid=kb;en-us;930056&amp;x=13&amp;y=13

Basically, you create a script, which registers a bunch of DLL files.</description>
		<content:encoded><![CDATA[<p>Fixed!  &#8220;You experience installation errors and compatibility problems when you install Windows Server 2003 management tools on a Windows Vista-based computer.&#8221;</p>
<p><a href="http://support.microsoft.com/?scid=kb;en-us;930056&amp;x=13&amp;y=13" rel="nofollow">http://support.microsoft.com/?scid=kb;en-us;930056&amp;x=13&amp;y=13</a></p>
<p>Basically, you create a script, which registers a bunch of DLL files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://4sysops.com/archives/adminpak-for-windows-vista/comment-page-1/#comment-12067</link>
		<dc:creator>david</dc:creator>
		<pubDate>Fri, 02 Mar 2007 23:31:19 +0000</pubDate>
		<guid isPermaLink="false">http://4sysops.com/archives/adminpak-for-windows-vista/#comment-12067</guid>
		<description>no go for me. My vista RDP broke - keeps complaining can&#039;t load mstscax.dll, even though there appears nothing wrong with it, and worked before.

So tried the MMC solution. Everything installs OK, but trying to connect gives &quot;Navigation to the webpage was cancelled&quot; - WTF?</description>
		<content:encoded><![CDATA[<p>no go for me. My vista RDP broke &#8211; keeps complaining can&#8217;t load mstscax.dll, even though there appears nothing wrong with it, and worked before.</p>
<p>So tried the MMC solution. Everything installs OK, but trying to connect gives &#8220;Navigation to the webpage was cancelled&#8221; &#8211; WTF?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tonyb</title>
		<link>http://4sysops.com/archives/adminpak-for-windows-vista/comment-page-1/#comment-11207</link>
		<dc:creator>tonyb</dc:creator>
		<pubDate>Fri, 09 Feb 2007 23:30:12 +0000</pubDate>
		<guid isPermaLink="false">http://4sysops.com/archives/adminpak-for-windows-vista/#comment-11207</guid>
		<description>can get it to install, but I get the error, &quot;MMC could not create the snap-in&quot; when I try to run any items from the adminpak.
Any ideas?
Thanks,
Matt 


This is due to the version of vista .. x86 is the windows 2003 server sp1 and the x64 is the R2 pack.

problem is DHCP does not work .. lets you in but you cannot view the  scopes.</description>
		<content:encoded><![CDATA[<p>can get it to install, but I get the error, &#8220;MMC could not create the snap-in&#8221; when I try to run any items from the adminpak.<br />
Any ideas?<br />
Thanks,<br />
Matt </p>
<p>This is due to the version of vista .. x86 is the windows 2003 server sp1 and the x64 is the R2 pack.</p>
<p>problem is DHCP does not work .. lets you in but you cannot view the  scopes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scottie Lipa</title>
		<link>http://4sysops.com/archives/adminpak-for-windows-vista/comment-page-1/#comment-1552</link>
		<dc:creator>Scottie Lipa</dc:creator>
		<pubDate>Wed, 27 Sep 2006 18:39:03 +0000</pubDate>
		<guid isPermaLink="false">http://4sysops.com/archives/adminpak-for-windows-vista/#comment-1552</guid>
		<description>Check this link out, it helped me.

http://forums.microsoft.com/technet/ShowPost.aspx?postid=768533&amp;siteid=17</description>
		<content:encoded><![CDATA[<p>Check this link out, it helped me.</p>
<p><a href="http://forums.microsoft.com/technet/ShowPost.aspx?postid=768533&amp;siteid=17" rel="nofollow">http://forums.microsoft.com/technet/ShowPost.aspx?postid=768533&amp;siteid=17</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SumoBear</title>
		<link>http://4sysops.com/archives/adminpak-for-windows-vista/comment-page-1/#comment-1130</link>
		<dc:creator>SumoBear</dc:creator>
		<pubDate>Wed, 30 Aug 2006 14:32:55 +0000</pubDate>
		<guid isPermaLink="false">http://4sysops.com/archives/adminpak-for-windows-vista/#comment-1130</guid>
		<description>I installed the R2 Adminpak on Vista Pre-RC1 Build 5536 with no issues no questions today. Excellent!</description>
		<content:encoded><![CDATA[<p>I installed the R2 Adminpak on Vista Pre-RC1 Build 5536 with no issues no questions today. Excellent!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Chan</title>
		<link>http://4sysops.com/archives/adminpak-for-windows-vista/comment-page-1/#comment-756</link>
		<dc:creator>David Chan</dc:creator>
		<pubDate>Thu, 03 Aug 2006 17:08:34 +0000</pubDate>
		<guid isPermaLink="false">http://4sysops.com/archives/adminpak-for-windows-vista/#comment-756</guid>
		<description>I got the same error when using Active Diretory snap-in&#039;s  like AD Users and Computers etc.
Any idea how to fix this?</description>
		<content:encoded><![CDATA[<p>I got the same error when using Active Diretory snap-in&#8217;s  like AD Users and Computers etc.<br />
Any idea how to fix this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://4sysops.com/archives/adminpak-for-windows-vista/comment-page-1/#comment-648</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 18 Jul 2006 15:58:10 +0000</pubDate>
		<guid isPermaLink="false">http://4sysops.com/archives/adminpak-for-windows-vista/#comment-648</guid>
		<description>I can get it to install, but I get the error, &quot;MMC could not create the snap-in&quot; when I try to run any items from the adminpak.
Any ideas?
Thanks,
Matt</description>
		<content:encoded><![CDATA[<p>I can get it to install, but I get the error, &quot;MMC could not create the snap-in&quot; when I try to run any items from the adminpak.<br />
Any ideas?<br />
Thanks,<br />
Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AlbanyWiFi.com &#187; Blog Archive &#187; Adminpak for Windows Vista</title>
		<link>http://4sysops.com/archives/adminpak-for-windows-vista/comment-page-1/#comment-645</link>
		<dc:creator>AlbanyWiFi.com &#187; Blog Archive &#187; Adminpak for Windows Vista</dc:creator>
		<pubDate>Mon, 17 Jul 2006 14:15:11 +0000</pubDate>
		<guid isPermaLink="false">http://4sysops.com/archives/adminpak-for-windows-vista/#comment-645</guid>
		<description>[...] 4sysops.com/archives/adminpak-for-windows-vista/ [...]</description>
		<content:encoded><![CDATA[<p>[...] 4sysops.com/archives/adminpak-for-windows-vista/ [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
