

<?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>Inanis.net &#187; commands</title>
	<atom:link href="http://www.inanis.net/blog/index.php/tag/commands/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.inanis.net/blog</link>
	<description>Welcome to the home of the original Inanis Glass WordPress Theme. Also: Daily ramblings of a computer technician: geek toys, games, politics and more.</description>
	<lastBuildDate>Thu, 29 Jul 2010 22:03:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Decompress all files on an NTFS Volume</title>
		<link>http://www.inanis.net/blog/index.php/2007/06/08/decompress-all-files-on-an-ntfs-volume/</link>
		<comments>http://www.inanis.net/blog/index.php/2007/06/08/decompress-all-files-on-an-ntfs-volume/#comments</comments>
		<pubDate>Fri, 08 Jun 2007 09:12:00 +0000</pubDate>
		<dc:creator>inanis</dc:creator>
				<category><![CDATA[Computer Fixes]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://192.168.10.253/blog/index.php/2007/06/08/decompress-all-files-on-an-ntfs-volume/</guid>
		<description><![CDATA[To Decompress all files on an NTFS Volume
compact /u /s:X:\ /i /f /a /q &#62; C:\compression.log
where X: is the drive to decompress.
]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p>To Decompress all files on an NTFS Volume</p>
<p>compact /u /s:X:\ /i /f /a /q &gt; C:\compression.log</p>
<p>where X: is the drive to decompress.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.inanis.net/blog/index.php/2007/06/08/decompress-all-files-on-an-ntfs-volume/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unable to start RPC Service</title>
		<link>http://www.inanis.net/blog/index.php/2007/05/22/unable-to-start-rpc-service/</link>
		<comments>http://www.inanis.net/blog/index.php/2007/05/22/unable-to-start-rpc-service/#comments</comments>
		<pubDate>Tue, 22 May 2007 08:56:00 +0000</pubDate>
		<dc:creator>inanis</dc:creator>
				<category><![CDATA[Computer Fixes]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://192.168.10.253/blog/index.php/2007/05/22/unable-to-start-rpc-service/</guid>
		<description><![CDATA[If you get Could not Start the Remote Procedure Call (RPC) Service. Error 2: cannot find the file specified, it&#8217;s probably because you are missing svchost.exe from the C:\windows\system32 directory. Running sfc /scannow or copying the file from a working machine should do the trick.
]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p>If you get <i>Could not Start the Remote Procedure Call (RPC) Service. Error 2: cannot find the file specified</i>, it&#8217;s probably because you are missing svchost.exe from the C:\windows\system32 directory. Running sfc /scannow or copying the file from a working machine should do the trick.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.inanis.net/blog/index.php/2007/05/22/unable-to-start-rpc-service/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>For your security, some settings are controlled by Group Policy</title>
		<link>http://www.inanis.net/blog/index.php/2007/05/17/for-your-security-some-settings-are-controlled-by-group-policy/</link>
		<comments>http://www.inanis.net/blog/index.php/2007/05/17/for-your-security-some-settings-are-controlled-by-group-policy/#comments</comments>
		<pubDate>Thu, 17 May 2007 13:14:00 +0000</pubDate>
		<dc:creator>inanis</dc:creator>
				<category><![CDATA[Computer Fixes]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://192.168.10.253/blog/index.php/2007/05/17/for-your-security-some-settings-are-controlled-by-group-policy/</guid>
		<description><![CDATA[Nifty trick found today while trying to diagnose a Windows firewall issue, getting error  &#8220;For your security, some settings are controlled by Group Policy&#8221;

Click Start, Run and type Regedit.exe
Navigate to the following location:


HKEY_LOCAL_MACHINE \ SOFTWARE \Policies \ Microsoft \ WindowsFirewall


Backup the key and then delete the WindowsFirewall branch.
Close Regedit.exe and restart Windows.

Thanks to this [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p>Nifty trick found today while trying to diagnose a Windows firewall issue, getting error  &#8220;For your security, some settings are controlled by Group Policy&#8221;</p>
<ol>
<li>Click Start, Run and type <strong>Regedit.exe</strong></li>
<li>Navigate to the following location:</li>
</ol>
<blockquote>
<blockquote><p>HKEY_LOCAL_MACHINE \ SOFTWARE \Policies \ Microsoft \ WindowsFirewall</p></blockquote>
</blockquote>
<ol>
<li>Backup the key and then delete the <em><strong>WindowsFirewall</strong></em> branch.</li>
<li>Close Regedit.exe and restart Windows.</li>
</ol>
<p>Thanks to <a href="http://windowsxp.mvps.org/resetfwpol.htm">this site</a>.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.inanis.net/blog/index.php/2007/05/17/for-your-security-some-settings-are-controlled-by-group-policy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WinXP &#8211; Grant full control on all items on the HDD</title>
		<link>http://www.inanis.net/blog/index.php/2007/05/01/winxp-grant-full-control-on-all-items-on-the-hdd/</link>
		<comments>http://www.inanis.net/blog/index.php/2007/05/01/winxp-grant-full-control-on-all-items-on-the-hdd/#comments</comments>
		<pubDate>Tue, 01 May 2007 06:26:00 +0000</pubDate>
		<dc:creator>inanis</dc:creator>
				<category><![CDATA[Computer Fixes]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://192.168.10.253/blog/index.php/2007/05/01/winxp-grant-full-control-on-all-items-on-the-hdd/</guid>
		<description><![CDATA[Picked up a cool trick, using CACLS, you can forcefully set full control to the everyone account on everything on the HDD. This is great if you are an Administrator, but you still cant get into some files, or the &#8220;Take Ownership/Replace permissions on child objects&#8221; trick doesn&#8217;t work properly, or you are having some [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p>Picked up a cool trick, using CACLS, you can forcefully set full control to the everyone account on everything on the HDD. This is great if you are an Administrator, but you still cant get into some files, or the &#8220;Take Ownership/Replace permissions on child objects&#8221; trick doesn&#8217;t work properly, or you are having some sort of generic &#8220;access denied&#8221;, &#8220;permission denied&#8221;, &#8220;unable to open&#8221; or &#8220;interface is unknown&#8221; issues.</p>
<p>cacls C:\ /g everyone:F /c /t</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.inanis.net/blog/index.php/2007/05/01/winxp-grant-full-control-on-all-items-on-the-hdd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sony Rootkit, sucks too.</title>
		<link>http://www.inanis.net/blog/index.php/2007/04/30/sony-rootkit-sucks-too/</link>
		<comments>http://www.inanis.net/blog/index.php/2007/04/30/sony-rootkit-sucks-too/#comments</comments>
		<pubDate>Mon, 30 Apr 2007 08:59:00 +0000</pubDate>
		<dc:creator>inanis</dc:creator>
				<category><![CDATA[Computer Fixes]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://192.168.10.253/blog/index.php/2007/04/30/sony-rootkit-sucks-too/</guid>
		<description><![CDATA[So, for the first time in my career today, I had to remove the Sony DRM Rootkit. It hides any files, folders, or registry keys starting in $sys$. Nasty. Here is how you remove it.  Quick Fix:

Run cmd /k sc delete $sys$aries
Reboot
Delete anything starting in $sys$

All clean.
]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p>So, for the first time in my career today, I had to remove the Sony DRM Rootkit. It hides any files, folders, or registry keys starting in $sys$. Nasty. <a href="http://www.worship.co.za/BlackAndWhiteInc/xcp.htm">Here</a> is how you remove it.  <strong>Quick Fix:</strong></p>
<ol>
<li>Run cmd /k sc delete $sys$aries</li>
<li>Reboot</li>
<li>Delete anything starting in $sys$</li>
</ol>
<p>All clean.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.inanis.net/blog/index.php/2007/04/30/sony-rootkit-sucks-too/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backdoor.Rustock.B Sucks!</title>
		<link>http://www.inanis.net/blog/index.php/2007/04/27/backdoorrustockb-sucks/</link>
		<comments>http://www.inanis.net/blog/index.php/2007/04/27/backdoorrustockb-sucks/#comments</comments>
		<pubDate>Fri, 27 Apr 2007 11:35:00 +0000</pubDate>
		<dc:creator>inanis</dc:creator>
				<category><![CDATA[Computer Fixes]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://192.168.10.253/blog/index.php/2007/04/27/backdoorrustockb-sucks/</guid>
		<description><![CDATA[So, I was bailing out two of my technicians, because a computer they both worked on came back for Blue Screen Of Death and Firefox crashing issues. (To their credit, the suggestions I gave them based on the information they gave me didn&#8217;t help them fix it.  P) After some digging, and a very [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p>So, I was bailing out two of my technicians, because a computer they both worked on came back for Blue Screen Of Death and Firefox crashing issues. (To their credit, the suggestions I gave them based on the information they gave me didn&#8217;t help them fix it. <img src='http://www.inanis.net/blog/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> P) After some digging, and a very lucky crash while trying to convert the filesystem from FAT32 to NTFS, I found out it was a rootkit infection! So, if your Windows 2K/XP/2003 machine is giving a STOP 0&#215;0000008e on boot,.reboot, or during lots of filesystem access -or- STOP 0&#215;00000044 while surfing the net, especially in Firefox, -or- you get a STOP error message with the module lzx32.sys, you <strike>probably</strike> have a Backdoor.Rustock.B infection.  <strong>Quick Fix</strong>: Boot your machine to a Recovery Console using your Windows Install CD, type DISABLE pe386 (this disables the rootkit), eject CD, Boot into normal mode, and run <a href="http://www.uploads.ejvindh.net/rustbfix.exe">rustbfix.exe</a>.  Thanks to <a href="http://www.symantec.com/security_response/writeup.jsp?docid=2006-070513-1305-99&amp;tabid=3">Symantec</a> and the guy who made the <a href="http://www.ejvindh.net/">rootkit</a> killer.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.inanis.net/blog/index.php/2007/04/27/backdoorrustockb-sucks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable Windows Data Execution Prevention</title>
		<link>http://www.inanis.net/blog/index.php/2007/04/27/disable-windows-data-execution-prevention/</link>
		<comments>http://www.inanis.net/blog/index.php/2007/04/27/disable-windows-data-execution-prevention/#comments</comments>
		<pubDate>Fri, 27 Apr 2007 06:30:00 +0000</pubDate>
		<dc:creator>inanis</dc:creator>
				<category><![CDATA[Computer Fixes]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://192.168.10.253/blog/index.php/2007/04/27/disable-windows-data-execution-prevention/</guid>
		<description><![CDATA[Found a cool article here and here that talks about hacking the boot.ini file in XP/Srv2003 to completely shut off Data Execution Prevention. Useful if the machine is infected with some sort of baddie and the friggin shell won&#8217;t load because Explorer has had code injected and it keeps crashing and you want to pull [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p>Found a cool article <a href="http://www.zensoftware.co.uk/kb/article.aspx?id=10002">here</a> and <a href="http://support.microsoft.com/kb/875352">here</a> that talks about hacking the boot.ini file in XP/Srv2003 to completely shut off Data Execution Prevention. Useful if the machine is infected with some sort of baddie and the friggin shell won&#8217;t load because Explorer has had code injected and it keeps crashing and you want to pull your flippin hair out&#8230;  <span><strong><u>Disable Data Execution Prevention (DEP) completely</u></strong> </span></p>
<ol>
<li>Click Start, and then click Control Panel.</li>
<li>Under Pick a category, click Performance and Maintenance.</li>
<li>Under or Pick a Control Panel icon, click System.</li>
<li>Click the Advanced tab, and in the Startup and Recovery area, click Settings.</li>
<li>In the SystemStartup area, click Edit.</li>
<li>In Notepad, click Edit and then click Find.</li>
<li>In the Find what field, type /noexecute and then click Find Next.</li>
<li>In the Find dialog box click Cancel.</li>
<li>Replace the policy_level (for example, &quot;OptIn&quot; default) with &quot;AlwaysOff&quot; (without the quotes).	<strong>WARNING</strong>: Be sure to enter the text carefully. Your boot.ini file switch should now read:  /noexecute=AlwaysOff</li>
<li>In Notepad, click File and then click Save.</li>
<li>Click OK to close Startup and Recovery.</li>
<li>Click OK to close System Properties and then restart your computer.</li>
</ol>
<p>This setting does not provide any DEP coverage for any part of the system, regardless of hardware DEP support.  <strong><u>Verifying DEP is Disabled</u></strong></p>
<ol>
<li>Click Start, and then click Control Panel.</li>
<li>Under Pick a category, click Performance and Maintenance.</li>
<li>Under or Pick a Control Panel icon, click System.</li>
<li>Click the Advanced tab.</li>
<li>In the Performance area, click Settings and then click Data Execution Prevention.</li>
<li>Verify that the DEP settings are unavailable and then click OK to close Performance Settings.</li>
<li>Click OK to close System Properties then close Performance and Maintenance.</li>
</ol>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.inanis.net/blog/index.php/2007/04/27/disable-windows-data-execution-prevention/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
