<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.4" -->
<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/"
	>

<channel>
	<title>WindowsInternals.com - Windows Internals and Useful Windows Tips and Tricks</title>
	<link>http://www.windowsinternals.com</link>
	<description>Inside the Windows Operating System</description>
	<pubDate>Mon, 24 May 2010 15:11:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>
	<language>en</language>
			<item>
		<title>Windows Internals Books</title>
		<link>http://www.windowsinternals.com/windows-internals-books/</link>
		<comments>http://www.windowsinternals.com/windows-internals-books/#comments</comments>
		<pubDate>Mon, 24 May 2010 15:05:58 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
		
	<category>Articles</category>
		<guid isPermaLink="false">http://www.windowsinternals.com/windows-internals-books/</guid>
		<description><![CDATA[If you&#8217;re into Windows technology you&#8217;ve most likely heard of Mark Russinovich. If you work with Windows, you&#8217;ve probably used the SysInternals tools written by Mark. If you&#8217;re looking for reading material on the Windows internal technologies, look no further than the following titles.


Mark Russinovich has also written lots of in depth articles found at [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re into Windows technology you&#8217;ve most likely heard of Mark Russinovich. If you work with Windows, you&#8217;ve probably used the SysInternals tools written by Mark. If you&#8217;re looking for reading material on the Windows internal technologies, look no further than the following titles.</p>
<p><iframe src="http://rcm.amazon.com/e/cm?lt1=_top&#038;bc1=EEEDF3&#038;IS2=1&#038;npa=1&#038;bg1=EEEDF3&#038;fc1=000000&#038;lc1=0000FF&#038;t=cbamazon-20&#038;o=1&#038;p=8&#038;l=as1&#038;m=amazon&#038;f=ifr&#038;asins=0735625301" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe></p>
<p><iframe src="http://rcm.amazon.com/e/cm?lt1=_top&#038;bc1=EEEDF3&#038;IS2=1&#038;npa=1&#038;bg1=EEEDF3&#038;fc1=000000&#038;lc1=0000FF&#038;t=cbamazon-20&#038;o=1&#038;p=8&#038;l=as1&#038;m=amazon&#038;f=ifr&#038;asins=0735619174" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe></p>
<p>Mark Russinovich has also written lots of in depth articles found at Microsoft.com and other tech websites, I highly recommend reading his work.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.windowsinternals.com/windows-internals-books/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Windows Internals Shortcuts Cheat Sheet</title>
		<link>http://www.windowsinternals.com/windows-internals-shortcuts-cheat-sheet/</link>
		<comments>http://www.windowsinternals.com/windows-internals-shortcuts-cheat-sheet/#comments</comments>
		<pubDate>Thu, 04 Jan 2007 07:13:47 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
		
	<category>Articles</category>
		<guid isPermaLink="false">http://www.windowsinternals.com/windows-internals-shortcuts-cheat-sheet/</guid>
		<description><![CDATA[A few friendly visitors pointed out how handy knowing the name of the various MMC or Control Panel applications is. I couldn’t agree more, so I have created a downloadable PDF cheat sheet containing what is listed on this site. No need to memorize them now, just stick it on your wall or keep it [...]]]></description>
			<content:encoded><![CDATA[<p>A few friendly visitors pointed out how handy knowing the name of the various MMC or Control Panel applications is. I couldn’t agree more, so I have created a downloadable PDF cheat sheet containing what is listed on this site. No need to memorize them now, just stick it on your wall or keep it in a handy location.<br />
<img id="image14" src="http://www.windowsinternals.com/wp-content/wp-uploads/2007/01/cheatsheet.gif" alt="Windows Internals Shortcuts Cheat Sheet" /><br />
<a href="http://www.windowsinternals.com/downloads/Windows_Internals_Shortcuts_Cheat_Sheet.pdf">Download the Windows Internals Shortcuts Cheat Sheet.pdf now.</a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.windowsinternals.com/windows-internals-shortcuts-cheat-sheet/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>The tasklist and taskkill Commands</title>
		<link>http://www.windowsinternals.com/the-tasklist-and-taskkill-commands/</link>
		<comments>http://www.windowsinternals.com/the-tasklist-and-taskkill-commands/#comments</comments>
		<pubDate>Thu, 04 Jan 2007 06:34:31 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
		
	<category>Articles</category>
		<guid isPermaLink="false">http://www.windowsinternals.com/the-tasklist-and-taskkill-commands/</guid>
		<description><![CDATA[If you’re used to the Unix command PS, then you might be interested to know that recent versions of Windows has a little known command called tasklist. It’s very similar to the Unix command that displays the list of running processes with an associated process ID (known as a PID). There is a relative of [...]]]></description>
			<content:encoded><![CDATA[<p>If you’re used to the Unix command PS, then you might be interested to know that recent versions of Windows has a little known command called tasklist. It’s very similar to the Unix command that displays the list of running processes with an associated process ID (known as a PID). There is a relative of tasklist called taskkill, that can be used to kill a process from the command line.</p>
<p>Why is this useful? For starters, you get a much more detailed view of what is currently running on your system. The details are above and beyond what you can see using &#8220;Task Manager&#8221;, for example. These commands can also be easily scripted, which is useful for automation.</p>
<p>Here is some sample output displayed when the tasklist command is run:<br />
<code><br />
C:\>tasklist<br />
svchost.exe                 3188 Console                 0      4,180 K<br />
OUTLOOK.EXE                  968 Console                 0     14,468 K<br />
WINWORD.EXE                 3344 Console                 0     47,132 K<br />
firefox.exe                  212 Console                 0     83,272 K<br />
cmd.exe                     1712 Console                 0      2,760 K<br />
tasklist.exe                3900 Console                 0      5,756 K</code></p>
<p>To kill the firefox.exe task, all you have to do is enter:</p>
<p><code>C:\>taskkill /PID 212<br />
SUCCESS: The process with PID 212 has been terminated.</code></p>
<p>There are many more options, simply type in taskkill /? for more information.</p>
<p><em>Note: If you&#8217;re looking for a GUI replacement for Task Manager, look no further than Mark Russinovic&#8217;s Process Explorer.</em>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.windowsinternals.com/the-tasklist-and-taskkill-commands/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>The systeminfo Command</title>
		<link>http://www.windowsinternals.com/the-systeminfo-command/</link>
		<comments>http://www.windowsinternals.com/the-systeminfo-command/#comments</comments>
		<pubDate>Sun, 17 Dec 2006 11:13:01 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
		
	<category>Articles</category>
		<guid isPermaLink="false">http://www.windowsinternals.com/the-systeminfo-command/</guid>
		<description><![CDATA[Windows XP has a useful command for quick access to a lot of system information at the command line. It&#8217;s called &#8220;systeminfo&#8221; and it&#8217;s a very useful, little known command. I encourage any Windows user to become familiar with this command since it offers a wealth of summary information all in one place.
Give it a [...]]]></description>
			<content:encoded><![CDATA[<p>Windows XP has a useful command for quick access to a lot of system information at the command line. It&#8217;s called &#8220;systeminfo&#8221; and it&#8217;s a very useful, little known command. I encourage any Windows user to become familiar with this command since it offers a wealth of summary information all in one place.</p>
<p>Give it a try, at the command prompt type:</p>
<p><code>systeminfo</code></p>
<p>If you&#8217;d like to save the output as a file, say for auditing purposes:</p>
<p><code>systeminfo > systeminfo.txt</code></p>
<p>This is particularly useful for scripting purposes, however this command does take a while to execute so keep that in mind.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.windowsinternals.com/the-systeminfo-command/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Mapping Drive Letters to Local Folders with subst</title>
		<link>http://www.windowsinternals.com/mapping-drive-letters-to-local-folders-with-subst/</link>
		<comments>http://www.windowsinternals.com/mapping-drive-letters-to-local-folders-with-subst/#comments</comments>
		<pubDate>Sun, 12 Nov 2006 05:37:14 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
		
	<category>Articles</category>
		<guid isPermaLink="false">http://www.windowsinternals.com/mapping-drive-letters-to-local-folders-with-subst/</guid>
		<description><![CDATA[This is a nice time saver when working with various versions of Windows from the command line. If you have a folder that you access regularly and it lives deep within a hierarchy, you can assign it a drive letter. Sure you could use a shortcut in the GUI, but this tip shines when you&#8217;re [...]]]></description>
			<content:encoded><![CDATA[<p>This is a nice time saver when working with various versions of Windows from the command line. If you have a folder that you access regularly and it lives deep within a hierarchy, you can assign it a drive letter. Sure you could use a shortcut in the GUI, but this tip shines when you&#8217;re using the command line.</p>
<p>Just enter the <em>subst</em> command at the command prompt, replacing the drive letter and folder with your own values.</p>
<p><code>subst x: C:\AppServ\custom\app\data\logs</code></p>
<p>I can now CD into X: for quick access. Make sure that you choose a drive letter that will not conflict with other drives. If you&#8217;d like it to persist across reboots, create a batch file and drop it in your Startup folder.</p>
<p>If you&#8217;re mapping network shares, look into the <em>net use </em>command. I&#8217;ve heard reports of bugs using subst however it has worked for me reliably on several systems.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.windowsinternals.com/mapping-drive-letters-to-local-folders-with-subst/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Fixing a Missing or Corrupt Control Panel (.cpl) or Management Console (.mmc) Item</title>
		<link>http://www.windowsinternals.com/fixing-a-missing-or-corrupt-control-panel-cpl-or-management-console-mmc-item/</link>
		<comments>http://www.windowsinternals.com/fixing-a-missing-or-corrupt-control-panel-cpl-or-management-console-mmc-item/#comments</comments>
		<pubDate>Wed, 08 Nov 2006 00:02:05 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
		
	<category>Articles</category>
		<guid isPermaLink="false">http://www.windowsinternals.com/fixing-a-missing-or-corrupt-control-panel-cpl-or-management-console-mmc-item/</guid>
		<description><![CDATA[Occasionally a Control Panel (a .cpl file) or Management Console (a .mmc file) item may become corrupt due to malware (malicious software such as a virus of spyware) infecting a system. To replace or restore the file, you can simply copy it from your installation media.
Note: There may be a copy of the missing file [...]]]></description>
			<content:encoded><![CDATA[<p>Occasionally a Control Panel (a .cpl file) or Management Console (a .mmc file) item may become corrupt due to malware (malicious software such as a virus of spyware) infecting a system. To replace or restore the file, you can simply copy it from your installation media.</p>
<p>Note: There may be a copy of the missing file in the dllcache, but we will assume there isn&#8217;t. </p>
<p>UPDATE: Due to several requests, I&#8217;m working on some instructions explaining this process in more detail.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.windowsinternals.com/fixing-a-missing-or-corrupt-control-panel-cpl-or-management-console-mmc-item/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Fixing Network Problems by Reinstalling the Windows XP Network Stack</title>
		<link>http://www.windowsinternals.com/fixing-network-problems-by-reinstalling-the-windows-xp-network-stack/</link>
		<comments>http://www.windowsinternals.com/fixing-network-problems-by-reinstalling-the-windows-xp-network-stack/#comments</comments>
		<pubDate>Mon, 23 Oct 2006 09:46:31 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
		
	<category>Articles</category>
		<guid isPermaLink="false">http://www.windowsinternals.com/fixing-network-problems-by-reinstalling-the-windows-xp-network-stack/</guid>
		<description><![CDATA[Hopefully, you’re using tools such as Process Explorer, Regmon and Filemon to troubleshoot your Windows problems, however every now and then you find the need to reinstall the network stack. This is especially true when you have “helper” applications that try and be helpful but end up breaking network access.
The command to do this is [...]]]></description>
			<content:encoded><![CDATA[<p>Hopefully, you’re using tools such as Process Explorer, Regmon and Filemon to troubleshoot your Windows problems, however every now and then you find the need to reinstall the network stack. This is especially true when you have “helper” applications that try and be helpful but end up breaking network access.</p>
<p>The command to do this is (where <em>resetipstack.trace.log</em> is the name of a log file):</p>
<p><code>netsh int ip reset resetipstack.trace.log</code>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.windowsinternals.com/fixing-network-problems-by-reinstalling-the-windows-xp-network-stack/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Fixing a Missing or Corrupt Windows Bootloader with fixmbr</title>
		<link>http://www.windowsinternals.com/fixing-a-missing-or-corrupt-windows-bootloader-with-fixmbr/</link>
		<comments>http://www.windowsinternals.com/fixing-a-missing-or-corrupt-windows-bootloader-with-fixmbr/#comments</comments>
		<pubDate>Thu, 19 Oct 2006 10:04:27 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
		
	<category>Articles</category>
		<guid isPermaLink="false">http://www.windowsinternals.com/8/</guid>
		<description><![CDATA[If the Windows XP Bootloader gets erased or corrupted, you can repair it without a complete reinstall. Below describes how to do this.
Disclaimer: Attempt this at your own risk, I assume no responsibility for any data lost. You have been warned.

Boot from the Windows XP CDROM in to the “Recovery” prompt. If you have not [...]]]></description>
			<content:encoded><![CDATA[<p>If the Windows XP Bootloader gets erased or corrupted, you can repair it without a complete reinstall. Below describes how to do this.</p>
<blockquote><p><strong>Disclaimer: Attempt this at your own risk, I assume no responsibility for any data lost. You have been warned.</strong>
</p></blockquote>
<p>Boot from the Windows XP CDROM in to the “Recovery” prompt. If you have not set an Administrator password, leave it blank. The Windows XP documentation (Help and Support) has a section on the Recovery Console if you’d like to learn more. Also, it&#8217;s always worth running a command without any switches to see what the other options are, there is usually a help switch.</p>
<p>Then run:</p>
<p><code>bootcfg /rebuild<br />
fixboot<br />
fixmbr</code></p>
]]></content:encoded>
			<wfw:commentRSS>http://www.windowsinternals.com/fixing-a-missing-or-corrupt-windows-bootloader-with-fixmbr/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Management Console Shortcuts</title>
		<link>http://www.windowsinternals.com/management-console-shortcuts/</link>
		<comments>http://www.windowsinternals.com/management-console-shortcuts/#comments</comments>
		<pubDate>Sat, 14 Oct 2006 08:36:03 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
		
	<category>Articles</category>
		<guid isPermaLink="false">http://www.windowsinternals.com/management-console-shortcuts/</guid>
		<description><![CDATA[In theme with listing the Control Panel applet .cpl files, here are the Management Console .msc files (or MMC Snap-Ins). If you&#8217;re frequently working with Windows systems, these shortcuts can be quite handy. As with the Control Panel applets, they can be launched form the command line or from the run dialog.
Computer Management :: compmgmt.msc
Disk [...]]]></description>
			<content:encoded><![CDATA[<p>In theme with listing the Control Panel applet .cpl files, here are the Management Console .msc files (or MMC Snap-Ins). If you&#8217;re frequently working with Windows systems, these shortcuts can be quite handy. As with the Control Panel applets, they can be launched form the command line or from the run dialog.</p>
<blockquote><p>Computer Management :: compmgmt.msc<br />
Disk Management :: diskmgmt.msc<br />
Device Manager :: devmgmt.msc<br />
Disk Defrag :: dfrg.msc<br />
Event Viewer :: eventvwr.msc<br />
Shared Folders :: fsmgmt.msc<br />
Group Policies :: gpedit.msc<br />
Local Users and Groups :: lusrmgr.msc<br />
Performance Monitor :: perfmon.msc<br />
Resultant Set of Policies :: rsop.msc<br />
Local Security Settings :: secpol.msc<br />
Services :: services.msc<br />
Component Services :: comexp.msc</p></blockquote>
]]></content:encoded>
			<wfw:commentRSS>http://www.windowsinternals.com/management-console-shortcuts/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Manually Registering and Unregistering DLL&#8217;s</title>
		<link>http://www.windowsinternals.com/manually-registering-and-unregistering-dlls/</link>
		<comments>http://www.windowsinternals.com/manually-registering-and-unregistering-dlls/#comments</comments>
		<pubDate>Mon, 09 Oct 2006 08:26:10 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
		
	<category>Articles</category>
		<guid isPermaLink="false">http://www.windowsinternals.com/manually-registering-and-unregistering-dlls/</guid>
		<description><![CDATA[When playing around with Windows, it&#8217;s handy to be able to quickly load and unload DLL&#8217;s. Here are the commands needed to do just that. These commands are run from the command prompt, however there is nothing stopping you from creating a shortcut that does the same thing.
Unregister a DLL:
REGSVR32 /U "C:\Program Files\Microsoft SQL Server\80\Tools\Binn\SQLDMO.dll"
Register [...]]]></description>
			<content:encoded><![CDATA[<p>When playing around with Windows, it&#8217;s handy to be able to quickly load and unload DLL&#8217;s. Here are the commands needed to do just that. These commands are run from the command prompt, however there is nothing stopping you from creating a shortcut that does the same thing.</p>
<p>Unregister a DLL:</p>
<p><code>REGSVR32 /U "C:\Program Files\Microsoft SQL Server\80\Tools\Binn\SQLDMO.dll"</code></p>
<p>Register a DLL:</p>
<p><code>REGSVR32 "C:\Program Files\Microsoft SQL Server\80\Tools\Binn\SQLDMO.dll"</code></p>
]]></content:encoded>
			<wfw:commentRSS>http://www.windowsinternals.com/manually-registering-and-unregistering-dlls/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>

