<?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>PRESOON.COM &#187; Windows</title>
	<atom:link href="http://presoon.com/blog/category/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://presoon.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 01 Jun 2011 09:19:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>SOLVE msa.exe problem in Task Manger Windows</title>
		<link>http://presoon.com/blog/2009/10/23/solve-msa-exe-problem-in-task-manger-windows/</link>
		<comments>http://presoon.com/blog/2009/10/23/solve-msa-exe-problem-in-task-manger-windows/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 04:29:14 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[msa.exe]]></category>
		<category><![CDATA[task manger malicious]]></category>
		<category><![CDATA[trojan]]></category>
		<category><![CDATA[virus]]></category>

		<guid isPermaLink="false">http://presoon.com/blog/?p=139</guid>
		<description><![CDATA[Hi guys. You might have come across the issue with the process msa.exe in your task manager.  Yep it is malicious process. Lets look how to remove it. Open Task Manager. Find exactly &#8220;msa.exe&#8221; from the &#8220;processes&#8221; tab Start &#8211;&#62; Search Then select &#8220;All files and folders&#8221; Make a search called &#8220;msa.exe&#8221; (all harddrives) When [...]]]></description>
			<content:encoded><![CDATA[<p>Hi guys. You might have come across the issue with the process msa.exe in your task manager.  Yep it is malicious process.</p>
<p>Lets look how to remove it.</p>
<p>Open Task Manager. Find exactly &#8220;msa.exe&#8221; from the &#8220;processes&#8221; tab<br />
Start &#8211;&gt; Search<br />
Then select &#8220;All files and folders&#8221;<br />
Make a search called &#8220;msa.exe&#8221; (all harddrives) When found, stop the search.</p>
<p>Now kill the process in the task manager named msa.exe(keep mouse on it and right click kill process tree)<br />
Now in the search window, delete the msa.exe found using Shift + delete so that it won&#8217;t go to your recycle bin.</p>
<p>Now do this</p>
<p>Start &gt; Run &gt; Type regedit.exe</p>
<p>Navigate to</p>
<pre>
<code>HKEY_CURRENT_USER\Software\AntiVirus
HKEY_CURRENT_USER\Software\MSA
HKEY_CLASSES_ROOT\.key
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
 “Antivirus”
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
“Antivirus”</code>
</pre>
<p>Remove MS Antivirus Registry Values from all of the above locations.</p>
<p>Reboot your system&#8230; thats all.</p>
]]></content:encoded>
			<wfw:commentRss>http://presoon.com/blog/2009/10/23/solve-msa-exe-problem-in-task-manger-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SOLVE b.exe problem in Task Manger Windows</title>
		<link>http://presoon.com/blog/2009/10/23/solve-b-exe-problem-in-task-manger-windows/</link>
		<comments>http://presoon.com/blog/2009/10/23/solve-b-exe-problem-in-task-manger-windows/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 04:21:38 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[b.exe]]></category>
		<category><![CDATA[malicious virus b.exe]]></category>
		<category><![CDATA[task manager]]></category>

		<guid isPermaLink="false">http://presoon.com/blog/?p=132</guid>
		<description><![CDATA[Hi guys. You might have come across the issue with the process b.exe in your task manager.  Yep it is malicious process. Lets look how to remove it. go to task manager kill the the process tree for b.exe The soon edit the registry by Start &#62; Run &#62; Type regedit.exe Navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run “b”   [...]]]></description>
			<content:encoded><![CDATA[<p>Hi guys. You might have come across the issue with the process b.exe in your task manager.  Yep it is malicious process.</p>
<p>Lets look how to remove it.</p>
<p>go to task manager kill the the process tree for b.exe</p>
<p>The soon edit the registry by</p>
<p>Start &gt; Run &gt; Type regedit.exe</p>
<p>Navigate to</p>
<pre><code>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
  “b”   Delete it
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
  “b”  Delete it

From both of the registry delete the entry for b.</code></pre>
<p>Now remove the file b.exe</p>
<p>Usually it will be in the temp folder</p>
<p>c:\Documents and settings\&lt;logged in user name&gt;\Local Settings\tmp</p>
<p>Start &gt; Run &gt; type cmd</p>
<p>In the prompt type</p>
<p>c:\Documents and settings\&lt;logged in user name&gt;\Local Settings\Temp</p>
<p>(replace logged in user with your name)</p>
<p>now check whether the file is there</p>
<pre><code>dir b.exe (it should show the file).
attrib b.exe
(this will show the attribute that is set. Usually it will be a caps "A")
If it is "A" remove the attribute using
attrib -A b.exe

Remove the file
del b.exe</code></pre>
<p>Now to be on the safeside, have a system reboot.</p>
]]></content:encoded>
			<wfw:commentRss>http://presoon.com/blog/2009/10/23/solve-b-exe-problem-in-task-manger-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to open ports in windows server.</title>
		<link>http://presoon.com/blog/2008/05/27/how-to-open-ports-in-windows-server/</link>
		<comments>http://presoon.com/blog/2008/05/27/how-to-open-ports-in-windows-server/#comments</comments>
		<pubDate>Tue, 27 May 2008 11:36:54 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[firewall]]></category>

		<guid isPermaLink="false">http://presoon.com/blog/?p=56</guid>
		<description><![CDATA[Just perform the following operations. Start > Control Panel > Windows Firewall > move to Exceptions tab > Add port/ Thats all Isn&#8217;t it so easy?]]></description>
			<content:encoded><![CDATA[<p>Just perform the following operations.</p>
<p>Start > Control Panel > Windows Firewall > move to Exceptions tab > Add port/</p>
<p>Thats all </p>
<p>Isn&#8217;t it so easy? <img src='http://presoon.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://presoon.com/blog/2008/05/27/how-to-open-ports-in-windows-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change Windows password.</title>
		<link>http://presoon.com/blog/2008/04/29/how-to-change-windows-password/</link>
		<comments>http://presoon.com/blog/2008/04/29/how-to-change-windows-password/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 05:46:26 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[administrator]]></category>
		<category><![CDATA[password]]></category>

		<guid isPermaLink="false">http://presoon.com/blog/?p=42</guid>
		<description><![CDATA[An easier way to change your Administrator password is given below. Open the command prompt. Start > run > type cmd Then in the window give the command below. (To change administrator password) net user Administrator * It will ask for the new password If you need to change the password of another user net [...]]]></description>
			<content:encoded><![CDATA[<p>An easier way to change your Administrator password is given below.<br />
Open the command prompt.</p>
<p><em>Start > run > type cmd</em></p>
<p>Then in the window give the command below. (To change administrator password)</p>
<p><em>net user Administrator *</em></p>
<p>It will ask for the new password<br />
If you need to change the password of another user</p>
<p><em>net user username *</em></p>
<p>Dont forget to put the start at the end.<br />
It will ask for the new password.</p>
<p> <img src='http://presoon.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://presoon.com/blog/2008/04/29/how-to-change-windows-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

