<?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>Avance Zone &#187; Dos</title>
	<atom:link href="http://blogs.avancezone.com/category/technical/operating-system/dos/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.avancezone.com</link>
	<description>Technical Experts Zone Blogs</description>
	<lastBuildDate>Thu, 15 Sep 2011 15:54:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Remove Autorun.inf and IQOSRTK.BAT virus like files from most of drives.</title>
		<link>http://blogs.avancezone.com/technical/operating-system/dos/remove-autorun-inf-and-iqosrtk-bat-virus-like-files-from-most-of-drives/</link>
		<comments>http://blogs.avancezone.com/technical/operating-system/dos/remove-autorun-inf-and-iqosrtk-bat-virus-like-files-from-most-of-drives/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 10:35:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dos]]></category>

		<guid isPermaLink="false">http://blogs.avancezone.com/?p=173</guid>
		<description><![CDATA[Remove Autorun.inf and IQOSRTK.BAT virus files from most of drives. Below script used to delete the virus like files from your system. Please Try at your own risk. Save the below as &#8220;Clean autorun virus.bat&#8221;  Download here : Clean autorun virus c: attrib -r -h -s autorun.inf del autorun.inf d: attrib -r -h -s autorun.inf del [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste">Remove Autorun.inf and IQOSRTK.BAT virus files from most of drives.</div>
<div id="_mcePaste">Below script used to delete the virus like files from your system. <span style="color: #993300;">Please Try at your own risk</span>.</div>
<p>Save the below as &#8220;Clean autorun virus.bat&#8221;  Download here : <a href="http://blogs.avancezone.com/wp-content/uploads/2011/03/Clean-autorun-virus.zip">Clean autorun virus</a></p>

<div class="wp_syntax"><div class="code"><pre class="dos" style="font-family:monospace;">c:
attrib -r -h -s autorun.inf
<span style="color: #b1b100; font-weight: bold;">del</span> autorun.inf
d:
attrib -r -h -s autorun.inf
<span style="color: #b1b100; font-weight: bold;">del</span> autorun.inf
e:
attrib -r -h -s autorun.inf
<span style="color: #b1b100; font-weight: bold;">del</span> autorun.inf
f:
attrib -r -h -s autorun.inf
<span style="color: #b1b100; font-weight: bold;">del</span> autorun.inf
g:
attrib -r -h -s autorun.inf
<span style="color: #b1b100; font-weight: bold;">del</span> autorun.inf
h:
attrib -r -h -s autorun.inf
<span style="color: #b1b100; font-weight: bold;">del</span> autorun.inf
c:
attrib -r -h -s iqosrtk.bat
<span style="color: #b1b100; font-weight: bold;">del</span> iqosrtk.bat
d:
attrib -r -h -s iqosrtk.bat
<span style="color: #b1b100; font-weight: bold;">del</span> iqosrtk.bat
e:
attrib -r -h -s iqosrtk.bat
<span style="color: #b1b100; font-weight: bold;">del</span> iqosrtk.bat
f:
attrib -r -h -s iqosrtk.bat
<span style="color: #b1b100; font-weight: bold;">del</span> iqosrtk.bat
g:
attrib -r -h -s iqosrtk.bat
<span style="color: #b1b100; font-weight: bold;">del</span> iqosrtk.bat
h:
attrib -r -h -s iqosrtk.bat
<span style="color: #b1b100; font-weight: bold;">del</span> iqosrtk.bat</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://blogs.avancezone.com/technical/operating-system/dos/remove-autorun-inf-and-iqosrtk-bat-virus-like-files-from-most-of-drives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kill tasks dos command line &#8211; Windows</title>
		<link>http://blogs.avancezone.com/technical/operating-system/dos/tasks-from-the-command-line/</link>
		<comments>http://blogs.avancezone.com/technical/operating-system/dos/tasks-from-the-command-line/#comments</comments>
		<pubDate>Fri, 19 Sep 2008 16:51:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dos]]></category>

		<guid isPermaLink="false">http://blogs.avancezone.com/?p=63</guid>
		<description><![CDATA[Kill tasks dos command line &#8211; Windows Type &#8220;cmd&#8221; in Run To reach cpommand prompt in windows To view all tasks or process                          tasklist To kill a task or process                                taskkill /pid Type       tasklist/?            To list all command and attributes .]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><strong>Kill tasks dos command line &#8211; Windows</strong></p>
<p style="text-align: left;">Type &#8220;cmd&#8221; in Run To reach cpommand prompt in windows</p>
<p style="text-align: left;">To view all tasks or process                          tasklist</p>
<p style="text-align: left;">To kill a task or process                                taskkill /pid</p>
<p style="text-align: left;">Type       tasklist/?            To list all command and attributes .</p>
<p style="text-align: left;">
]]></content:encoded>
			<wfw:commentRss>http://blogs.avancezone.com/technical/operating-system/dos/tasks-from-the-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

