<?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>Pyrocam.com &#187; command prompt</title>
	<atom:link href="http://pyrocam.com/tag/command-prompt/feed/" rel="self" type="application/rss+xml" />
	<link>http://pyrocam.com</link>
	<description>I&#039;m like Vitamins for Computers</description>
	<lastBuildDate>Wed, 09 May 2012 07:29:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Re-Register all DLL&#8217;s to fix &#8220;No such interface supported&#8221; error in windows 7 after installing IE7 Standalone</title>
		<link>http://pyrocam.com/re-register-all-dlls-to-fix-no-such-interface-supported-error-in-windows-7-after-installing-ie7-standalone/</link>
		<comments>http://pyrocam.com/re-register-all-dlls-to-fix-no-such-interface-supported-error-in-windows-7-after-installing-ie7-standalone/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 16:27:23 +0000</pubDate>
		<dc:creator>pyrocam</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[command prompt]]></category>
		<category><![CDATA[command promt]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[dll files]]></category>
		<category><![CDATA[regdll]]></category>
		<category><![CDATA[regsvr32]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[windows installation]]></category>

		<guid isPermaLink="false">http://pyrocam.com/?page_id=48</guid>
		<description><![CDATA[Re-Register all DLL&#8217;s to fix &#8220;No such interface supported&#8221; error in windows 7 after installing IE7 Standalone Disclaimer: All care No Responsibility. you follow the instructions provided at your own risk. I take no responsibility any damage you may cause. Please read the article in full before starting To test some website stuff I tried [...]]]></description>
			<content:encoded><![CDATA[<p>Re-Register all DLL&#8217;s to fix &#8220;No such interface supported&#8221; error in windows 7 after installing IE7 Standalone</p>
<p><em>Disclaimer: All care No Responsibility. you follow the instructions provided at your own risk. I take no responsibility any damage you may cause. Please read the article in full before starting </em></p>
<p>To test some website stuff I tried to install IE7 on my windows 7 machine. now I cant run explorer for browsing files or accessing control panel and the like. I found an old guide for re-registering all your dll&#8217;s that I thought was quite nifty so I thought I woukld re-share it with you. (up-dated from windows 98)</p>
<p>The original instructions basically get you to dump all DLL files into notepad, then do a find and replace to regsvr32 them all. if you do it from c:\ like it suggests, you might get more than you need. including dll files from the recycle bin.</p>
<p>this fixed my problem. and I think its worth trying this way before doing it for every file on your computer.</p>
<p>I am going to assume your windows installation is on C:\ and in C:\ windows</p>
<p>1. open command promt as an administrator (You may need to find it in accessories, right click it and run as administrator if you are having issues with security rights)</p>
<p>2. type</p>
<p><strong>CD C:\WINDOWS </strong></p>
<p>(and <strong>C:</strong>\ if you werent on that drive by default)</p>
<p>3. type <strong>Dir *.dll /s /b &gt; c:\regdll.bat</strong></p>
<p>This will search for all dll files within c:\windows (including <strong>/s</strong>ubdirectories) and output them (in <strong>/b</strong>are format) into a text file on the c:\ called regdll.bat<br />
you cant run it just yet because its just a list of files, we need to change it so that its actually got a command. open the file in your prefered text editor (notepad) and do a replace on<strong> c:\</strong> , replacing it with <strong>Regsvr32.exe /s c:\</strong></p>
<p>This is what your file should look like.</p>
<p><img src="http://www.pyrocam.com/files/images/regsvr32_find_and_replace.jpg" alt="regsvr32_find_and_replace.jpg" width="614" height="251" /></p>
<p>Now. before trying to run the file. I highly recommend you scrolldown until you find $patchcache$ and WinSXS folders and deleting all the references to the files within those directories in the file. (dont delete them off your computer) Leaving them in will excruciatingly increase the time to do this and very likely stuff lots up. Also <strong><a href="http://pyrocam.com/re-register-all-dlls-to-fix-no-such-interface-supported-error-in-windows-7-after-installing-ie7-standalone/comment-page-2/#comment-40144" rel="nofollow">John Crenshaw</a> </strong>mentions<strong>: </strong>You probably also want to delete any lines for the temp folder, if any, since registering a DLL that may not exist later is probably not an awesome idea.</p>
<p><img src="http://www.pyrocam.com/files/images/delsomefiles.jpg" alt="delsomefiles.jpg" width="682" height="231" /></p>
<p>Once this is done. Save the file and run it. If you still have your command prompt as administrator open, just type <strong>c:\regdll.bat</strong></p>
<p>This will register all dll files in c:\windows and subdirectories. This will take some time, (Potentially, also register files that would not normally be registered by default, (like files in $patchcache$ and other windows directories if you did not remove them). It worked for me and I dont need to do a reinstall <img src='http://pyrocam.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>You will get errors. just click ok.</p>
]]></content:encoded>
			<wfw:commentRss>http://pyrocam.com/re-register-all-dlls-to-fix-no-such-interface-supported-error-in-windows-7-after-installing-ie7-standalone/feed/</wfw:commentRss>
		<slash:comments>59</slash:comments>
		</item>
		<item>
		<title>How to get Active Directory Users and Computers with Exchange Management Tools working in Windows 7</title>
		<link>http://pyrocam.com/esm-windows-7/</link>
		<comments>http://pyrocam.com/esm-windows-7/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 16:16:30 +0000</pubDate>
		<dc:creator>pyrocam</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[active directory]]></category>
		<category><![CDATA[admin rights]]></category>
		<category><![CDATA[administration tools]]></category>
		<category><![CDATA[batch file]]></category>
		<category><![CDATA[command prompt]]></category>
		<category><![CDATA[directory users]]></category>
		<category><![CDATA[Exchange Management]]></category>
		<category><![CDATA[msi]]></category>
		<category><![CDATA[promt]]></category>
		<category><![CDATA[regsvr32]]></category>
		<category><![CDATA[remote server]]></category>
		<category><![CDATA[server admin]]></category>
		<category><![CDATA[server administration]]></category>
		<category><![CDATA[w7]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[windows features]]></category>

		<guid isPermaLink="false">http://pyrocam.com/?page_id=14</guid>
		<description><![CDATA[Contents1. Install the w7 AdminPak (RSAT)2.Install IIS and Remote Server Admin Tools (Active Directory Users and Computers)4. Copy some files to your windows system32 folder.5. Register the files5. Vista ESM5B. no really!6. Run Active Directory64bit Users READ THIS!ChangelogPreReq: Stop Active Directory on your computer. Note: 64bit users: there may be a solution! check the bottom [...]]]></description>
			<content:encoded><![CDATA[<div class="mwm-aal-container"><div class='mwm-aal-title'>Contents</div><ol><li><a href="#1.+Install+the+w7+AdminPak+%28RSAT%29">1. Install the w7 AdminPak (RSAT)</a></li><li><a href="#2.Install+IIS+and+Remote+Server+Admin+Tools+%28Active+Directory+Users+and+Computers%29">2.Install IIS and Remote Server Admin Tools (Active Directory Users and Computers)</a></li><li><a href="#4.+Copy+some+files+to+your+windows+system32+folder.">4. Copy some files to your windows system32 folder.</a></li><li><a href="#5.+Register+the+files">5. Register the files</a></li><li><a href="#5.+Vista+ESM">5. Vista ESM</a></li><li><a href="#5B.+no+really%21">5B. no really!</a></li><li><a href="#6.+Run+Active+Directory">6. Run Active Directory</a></li><li><a href="#64bit+Users+READ+THIS%21">64bit Users READ THIS!</a></li><li><a href="#Changelog">Changelog</a></li></ol></div><address>PreReq: Stop Active Directory on your computer.<br />
Note: 64bit users: there may be a solution! check the bottom of the page FIRST</address>
<a name="1.+Install+the+w7+AdminPak+%28RSAT%29"></a><h3>1. Install the w7 AdminPak (RSAT)</h3>
<p>Remote Server Administration Tools for Windows 7 Release Candidate (RC)</p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=7d2f6ad7-656b-4313-a005-4e344e43997d#filelist">http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=7d2f6ad7-656b-4313-a005-4e344e43997d#filelist</a></p>
<a name="2.Install+IIS+and+Remote+Server+Admin+Tools+%28Active+Directory+Users+and+Computers%29"></a><h3>2.Install IIS and Remote Server Admin Tools (Active Directory Users and Computers)</h3>
<p>Use the &#8220;Turn Windows features on or off&#8221; feature to add IIS Stuff and the RSAT Stuff</p>
<p><img src="http://www.pyrocam.com/filez/go/rsat1.jpg" alt="" width="636" height="476" align="left" /></p>
<a name="4.+Copy+some+files+to+your+windows+system32+folder."></a><h3>4. Copy some files to your windows system32 folder.</h3>
<p>I used the files from my XP installation with these bat files, you will have to get them yourself<em><br />
(REMEMBER: you need to run the cmd promt as administrator, use the one in accessories, right click it) </em></p>
<p><a href="http://www.pyrocam.com/files/programs/copyfiles.txt">Text file of files that need to be copied</a></p>
<p><a href="http://www.pyrocam.com/files/programs/copyfiles.bat">Bat file to copy from old install</a> (assuming D:\windows\system32\)</p>
<p>If you dont have these files available, <a href="http://www.pyrocam.com/filez/go/exchfiles.zip">you might find them here</a></p>
<a name="5.+Register+the+files"></a><h3>5. Register the files</h3>
<p><em>(same deal with cmd promt as administrator) </em></p>
<p>eg:</p>
<blockquote><p><span style="font-size: xx-small;"><span style="color: green;">regsvr32 /s adprop.dll<br />
regsvr32 /s ws03res.dll</span></span></p></blockquote>
<p><span style="font-size: xx-small;"><span style="color: green;">(THIS IS JUST AN EXAMPLE THERE IS MANY MORE FILES THAN THIS! USE THE FILE BELOW)<br />
</span></span></p>
<p><a href="http://www.pyrocam.com/files/programs/regfiles.bat">Download Batch file here</a></p>
<a name="5.+Vista+ESM"></a><h3>5. Vista ESM</h3>
<p>Download from here</p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?familyid=3403d74e-8942-421b-8738-b3664559e46f&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?familyid=3403d74e-8942-421b-8738-b3664559e46f&amp;displaylang=en </a></p>
<p>Run it to extract the MSI, this will put another ESMVISTA.msi file in a subdir of your choosing, running the below command straight on this file does not work.<br />
start a command prompt with admin rights, start-&gt;all programs-&gt; accessories-&gt; RIGHT CLICK on Command prompt  and click run as administrator<br />
goto the folder with the extracted MSI file, and run it with the /q switch to get rid of the &#8216;not for vista&#8217; error (so ESMVISTA.MSI /Q)</p>
<blockquote><p>eg: c:\users\you\downloads\esm\vista\esmvista.msi /q</p></blockquote>
<p>Wait at least 10 minutes while it does its thing.</p>
<p>It is is a silent install, you wont see anything, but I have had cases of it breaking because people started AD too soon.</p>
<a name="5B.+no+really%21"></a><h3>5B. no really!</h3>
<p>Actually wait at least 10 minutes, it WILL NOT WORK if you start AD too soon, and you have to start again. If you have a very slow computer, leave it longer.</p>
<a name="6.+Run+Active+Directory"></a><h3>6. Run Active Directory</h3>
<p>Run Active Directory users and computers from your start menu.</p>
<p>If you would like to contact me, please email <a href="mailto:admin@pyrocam.com">admin@pyrocam.com</a></p>
<p>&nbsp;</p>
<a name="64bit+Users+READ+THIS%21"></a><h1>64bit Users READ THIS!</h1>
<blockquote><p>this comment from bacanter01 on windows7forums may help</p>
<p>I noticed that mmc runs in x64 mode even if you run mmc from the system32 folder. If you start mmc with the /32 switch then you can add ADUC and see the exchange tabs. It didn&#8217;t work until I installed SP1 but all you need to do is install RSAT &gt; install the ESM tools for Vista with the /q switch (watch for MSIEXEC to stop in the task manager before you try to run it) &gt; Install SP1 &gt; Run mmc with the /32 switch. I haven&#8217;t tried installing ESM after the SP1 install but it work everytime if you install it afterwards.</p></blockquote>
<p>&nbsp;</p>
<a name="Changelog"></a><h2>Changelog</h2>
<p>1.0 put up</p>
<p>1.1 Grammar etc, added mirror for files</p>
<p>1.3 updated with new links to RSAT</p>
<p>1.4 tested again on new W7 install, worked <img src='http://pyrocam.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>1.5 removed long lists of files, replaced with bat files</p>
<p>1.6  30/11/2010: tidied up one of the commands that missed some slashes, added a comment about the example file registrations being only an example, added another step to remind people to leave the silent install a bit longer.</p>
<p>1.7 3/9/2011: added comment that may help 64bit users</p>
<p>1.8 10/09/11 : added some more steps to the extraction of the MSI stuff</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://pyrocam.com/esm-windows-7/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

