<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: How to remove Funny UST Scandal avi.Exe Virus</title>
	<atom:link href="http://www.troublefixers.com/how-to-remove-funny-ust-scandal-aviexe-virus/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.troublefixers.com/how-to-remove-funny-ust-scandal-aviexe-virus/</link>
	<description>All about fixing computer troubles</description>
	<pubDate>Fri, 21 Nov 2008 19:16:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>By: Iwan BP</title>
		<link>http://www.troublefixers.com/how-to-remove-funny-ust-scandal-aviexe-virus/#comment-1588</link>
		<dc:creator>Iwan BP</dc:creator>
		<pubDate>Tue, 14 Oct 2008 11:43:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.troublefixers.com/how-to-remove-funny-ust-scandal-aviexe-virus/#comment-1588</guid>
		<description>I have my personal experience on this virus. I will help in answering the question from:
Asif, April 3rd, 2008 and sharjeel, April 26th, 2008    

Before following my procedure, please run the virus remover with method 1 described by rohit, first! It will remove some of the virus component (though not all, because after thorough search in my hard drive, i still find some of them there). But the virus remover did a good job in enabling us to use the command prompt. Therefore, you need to remove manually for the rest. To use this method, you need to have some basic knowledge in how to use command prompt because you need to move from folder to folder and understand some of DOS commands. 

Answering Asif question: 
I had the same problem with asif as I can't delete the virus which is:Funny UST Scandal.avi.exe. The problem is because the virus has space between it. And in command prompt/DOS prompt, you can't delete filename with space bwetween it. I will explain how to delete it, but before that, you could check whether some of the virus components are still in ur harddrive:

In my example, i am refering to check on C: prompt and on C:\windows prompt because i find the virus components still there for me. You might need to check it in other suspected folder and sub folders yourself. Anyway, you can type the command to show hidden files which is Dir/ah/p at each command prompt as shown below:
C:\&#62;Dir/ah/p
and
C:\Windows&#62;Dir/ah/p

/ah = it will show all hidden files in the folder
/p = pause the scrolling screen so you can find it slowly

For people who don't know what DIR for, it instruct the PC to list down all the files in the current folder to your screen. But it only display non hidden files, as the virus files are hidden, you need /ah command. And some folders will contain alot of files, therefore you need to use /p command to pause at each scroll. Anyway, back to our problem:

You might find that autorun.inf, smss.exe or Funny USt Scandal.avi.exe is still shown in some of ur folder

Therefore, please follow this command in C:\&#62; prompt:
C:\&#62;Attrib -h -s -r funny*.exe /s
C:\&#62;Del /p funny*.exe /s

/s = it will run the command in all folder and subfolder for the virus
/p = it will ask confirmation when you delete the file. It will prevent you to delete other files if you make some mistake in typing by asking confirmation before deleting.

Note: It will take few mins and longer if you have slower computer when using /s command. Because it search in all folder and subfolder of the specified drive (in this case, C drive). Just be patient and do other things until they finished doing their work. 

By using funny*.exe, it means it will delete all executables files (exe) with the words funny in front of it such as funny.exe, funny UST Scandal.avi.exe, funny UST.exe, funnyscandal.exe, and so on.

And please do the same thing for autorun.inf. From C:\&#62; prompt:
C:\&#62;Attrib -h -s -r autorun.inf /s
C:\&#62;Del /p autorun.inf /s

For smss.exe, you have to be careful. Because smss.exe located in C:\Windows&#62;System32 is a valid windows file. So, I would not recommend using the /s command for smss.exe. Just go to C:\&#62; and C:\Windows&#62; folder and use Dir/ah/p on those 2 folders to see whether the file is displayed or not.

Don't forget to repeat all of the above for killer.exe. Most of the time it already deleted by the virus remover. But sometimes you can reintroduce it again when you insert flashdisk/thumbdrive/pendrive or whatever you called the removable drive that still contain the virus.

Answering sharjeel:
I tried to remove the virus manually after I use the virus remover program mentioned in method 1 by rohit.

1. I think if you already use the virus remover, dont kill lsass.exe, as that one left in ur taskmanager is the valid one required by windows.

2. You have to use the command: Dir/ah from command prompt to find them. If you try to look for them from windows by looking at folder or subfolder, you wont find them always because some of them is hidden. 

3. Look for my explanation aboce (explanation for asif)

I know asif or sharjeel might already solve their problem, but I am posting this to help other people still having the problem with this annoying virus.

One more thing, if you want to remove the virus from your flashdisk/thumbdrive/pendrive/other drive, then you need to remove it manually from command prompt. The virus remover only clear virus in your C drive/primary harddisk. When you plug in ur flashdisk/thumbdrive/pendrive/other drive, if the autorun command is active, you might re-contaminate your computer. So, first run the virus remover, second remove the virus manually again from your harddisk from command prompt, then go into the directory of your flashdisk/thumbdrive/pendrive/other drive (Might be D:, E:, F:, G:, etc) from command prompt and remove it manually.

Again basic DOS prompt is necessary for removing this virus manually. Hope my explanation will be helpful.</description>
		<content:encoded><![CDATA[<p>I have my personal experience on this virus. I will help in answering the question from:<br />
Asif, April 3rd, 2008 and sharjeel, April 26th, 2008    </p>
<p>Before following my procedure, please run the virus remover with method 1 described by rohit, first! It will remove some of the virus component (though not all, because after thorough search in my hard drive, i still find some of them there). But the virus remover did a good job in enabling us to use the command prompt. Therefore, you need to remove manually for the rest. To use this method, you need to have some basic knowledge in how to use command prompt because you need to move from folder to folder and understand some of DOS commands. </p>
<p>Answering Asif question:<br />
I had the same problem with asif as I can&#8217;t delete the virus which is:Funny UST Scandal.avi.exe. The problem is because the virus has space between it. And in command prompt/DOS prompt, you can&#8217;t delete filename with space bwetween it. I will explain how to delete it, but before that, you could check whether some of the virus components are still in ur harddrive:</p>
<p>In my example, i am refering to check on C: prompt and on C:\windows prompt because i find the virus components still there for me. You might need to check it in other suspected folder and sub folders yourself. Anyway, you can type the command to show hidden files which is Dir/ah/p at each command prompt as shown below:<br />
C:\&gt;Dir/ah/p<br />
and<br />
C:\Windows&gt;Dir/ah/p</p>
<p>/ah = it will show all hidden files in the folder<br />
/p = pause the scrolling screen so you can find it slowly</p>
<p>For people who don&#8217;t know what DIR for, it instruct the PC to list down all the files in the current folder to your screen. But it only display non hidden files, as the virus files are hidden, you need /ah command. And some folders will contain alot of files, therefore you need to use /p command to pause at each scroll. Anyway, back to our problem:</p>
<p>You might find that autorun.inf, smss.exe or Funny USt Scandal.avi.exe is still shown in some of ur folder</p>
<p>Therefore, please follow this command in C:\&gt; prompt:<br />
C:\&gt;Attrib -h -s -r funny*.exe /s<br />
C:\&gt;Del /p funny*.exe /s</p>
<p>/s = it will run the command in all folder and subfolder for the virus<br />
/p = it will ask confirmation when you delete the file. It will prevent you to delete other files if you make some mistake in typing by asking confirmation before deleting.</p>
<p>Note: It will take few mins and longer if you have slower computer when using /s command. Because it search in all folder and subfolder of the specified drive (in this case, C drive). Just be patient and do other things until they finished doing their work. </p>
<p>By using funny*.exe, it means it will delete all executables files (exe) with the words funny in front of it such as funny.exe, funny UST Scandal.avi.exe, funny UST.exe, funnyscandal.exe, and so on.</p>
<p>And please do the same thing for autorun.inf. From C:\&gt; prompt:<br />
C:\&gt;Attrib -h -s -r autorun.inf /s<br />
C:\&gt;Del /p autorun.inf /s</p>
<p>For smss.exe, you have to be careful. Because smss.exe located in C:\Windows&gt;System32 is a valid windows file. So, I would not recommend using the /s command for smss.exe. Just go to C:\&gt; and C:\Windows&gt; folder and use Dir/ah/p on those 2 folders to see whether the file is displayed or not.</p>
<p>Don&#8217;t forget to repeat all of the above for killer.exe. Most of the time it already deleted by the virus remover. But sometimes you can reintroduce it again when you insert flashdisk/thumbdrive/pendrive or whatever you called the removable drive that still contain the virus.</p>
<p>Answering sharjeel:<br />
I tried to remove the virus manually after I use the virus remover program mentioned in method 1 by rohit.</p>
<p>1. I think if you already use the virus remover, dont kill lsass.exe, as that one left in ur taskmanager is the valid one required by windows.</p>
<p>2. You have to use the command: Dir/ah from command prompt to find them. If you try to look for them from windows by looking at folder or subfolder, you wont find them always because some of them is hidden. </p>
<p>3. Look for my explanation aboce (explanation for asif)</p>
<p>I know asif or sharjeel might already solve their problem, but I am posting this to help other people still having the problem with this annoying virus.</p>
<p>One more thing, if you want to remove the virus from your flashdisk/thumbdrive/pendrive/other drive, then you need to remove it manually from command prompt. The virus remover only clear virus in your C drive/primary harddisk. When you plug in ur flashdisk/thumbdrive/pendrive/other drive, if the autorun command is active, you might re-contaminate your computer. So, first run the virus remover, second remove the virus manually again from your harddisk from command prompt, then go into the directory of your flashdisk/thumbdrive/pendrive/other drive (Might be D:, E:, F:, G:, etc) from command prompt and remove it manually.</p>
<p>Again basic DOS prompt is necessary for removing this virus manually. Hope my explanation will be helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ali</title>
		<link>http://www.troublefixers.com/how-to-remove-funny-ust-scandal-aviexe-virus/#comment-1252</link>
		<dc:creator>ali</dc:creator>
		<pubDate>Fri, 15 Aug 2008 12:50:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.troublefixers.com/how-to-remove-funny-ust-scandal-aviexe-virus/#comment-1252</guid>
		<description>thnx a lot dude 
i hav been pist off by this virus
thank you</description>
		<content:encoded><![CDATA[<p>thnx a lot dude<br />
i hav been pist off by this virus<br />
thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sahana</title>
		<link>http://www.troublefixers.com/how-to-remove-funny-ust-scandal-aviexe-virus/#comment-1066</link>
		<dc:creator>sahana</dc:creator>
		<pubDate>Sat, 12 Jul 2008 02:55:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.troublefixers.com/how-to-remove-funny-ust-scandal-aviexe-virus/#comment-1066</guid>
		<description>hii rohit !!!!!!!!!!111



though i used the method given above it is killing the virus for temporary plz help me out in killing permentally</description>
		<content:encoded><![CDATA[<p>hii rohit !!!!!!!!!!111</p>
<p>though i used the method given above it is killing the virus for temporary plz help me out in killing permentally</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yosep</title>
		<link>http://www.troublefixers.com/how-to-remove-funny-ust-scandal-aviexe-virus/#comment-1009</link>
		<dc:creator>Yosep</dc:creator>
		<pubDate>Fri, 04 Jul 2008 04:43:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.troublefixers.com/how-to-remove-funny-ust-scandal-aviexe-virus/#comment-1009</guid>
		<description>Thanks.. good explanation to remove this troublesome scandal.exe!</description>
		<content:encoded><![CDATA[<p>Thanks.. good explanation to remove this troublesome scandal.exe!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: whodoes</title>
		<link>http://www.troublefixers.com/how-to-remove-funny-ust-scandal-aviexe-virus/#comment-982</link>
		<dc:creator>whodoes</dc:creator>
		<pubDate>Fri, 27 Jun 2008 04:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.troublefixers.com/how-to-remove-funny-ust-scandal-aviexe-virus/#comment-982</guid>
		<description>anybody used method #1 ?  did it work ?</description>
		<content:encoded><![CDATA[<p>anybody used method #1 ?  did it work ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: namish</title>
		<link>http://www.troublefixers.com/how-to-remove-funny-ust-scandal-aviexe-virus/#comment-899</link>
		<dc:creator>namish</dc:creator>
		<pubDate>Mon, 09 Jun 2008 17:44:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.troublefixers.com/how-to-remove-funny-ust-scandal-aviexe-virus/#comment-899</guid>
		<description>thanks</description>
		<content:encoded><![CDATA[<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daytripper</title>
		<link>http://www.troublefixers.com/how-to-remove-funny-ust-scandal-aviexe-virus/#comment-898</link>
		<dc:creator>daytripper</dc:creator>
		<pubDate>Mon, 09 Jun 2008 16:02:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.troublefixers.com/how-to-remove-funny-ust-scandal-aviexe-virus/#comment-898</guid>
		<description>Thanks man! this was very helpful in removing the UST virus on my sis' laptop!

Thanks thanks!</description>
		<content:encoded><![CDATA[<p>Thanks man! this was very helpful in removing the UST virus on my sis&#8217; laptop!</p>
<p>Thanks thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sharjeel</title>
		<link>http://www.troublefixers.com/how-to-remove-funny-ust-scandal-aviexe-virus/#comment-662</link>
		<dc:creator>sharjeel</dc:creator>
		<pubDate>Sat, 26 Apr 2008 16:04:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.troublefixers.com/how-to-remove-funny-ust-scandal-aviexe-virus/#comment-662</guid>
		<description>Dear Rohit

First of all I would like to acclaim your knowledge about computer softwares and your generosity.

But I encountered following problems when I tried to remove Funny UST Scandal.avi from my Computer.
 
1 when I killed Iass.exe,Smss.exe process with the help of process explorer,a message appeared that my computer will be shutdown within 2 mins and it happened so.

2 secondly when I tried to delete Smss.exe and Killer it shows a message that File not Found

3 Methoud 1 shows a message that No virus Is Running

But Iam sure that My computer is Infected by Scandal.avi because It appears in some of my drive

Iam sure that you can solve this problem without any hesitation.Please Help me I would be thankful to you</description>
		<content:encoded><![CDATA[<p>Dear Rohit</p>
<p>First of all I would like to acclaim your knowledge about computer softwares and your generosity.</p>
<p>But I encountered following problems when I tried to remove Funny UST Scandal.avi from my Computer.</p>
<p>1 when I killed Iass.exe,Smss.exe process with the help of process explorer,a message appeared that my computer will be shutdown within 2 mins and it happened so.</p>
<p>2 secondly when I tried to delete Smss.exe and Killer it shows a message that File not Found</p>
<p>3 Methoud 1 shows a message that No virus Is Running</p>
<p>But Iam sure that My computer is Infected by Scandal.avi because It appears in some of my drive</p>
<p>Iam sure that you can solve this problem without any hesitation.Please Help me I would be thankful to you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moin</title>
		<link>http://www.troublefixers.com/how-to-remove-funny-ust-scandal-aviexe-virus/#comment-570</link>
		<dc:creator>moin</dc:creator>
		<pubDate>Wed, 09 Apr 2008 21:21:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.troublefixers.com/how-to-remove-funny-ust-scandal-aviexe-virus/#comment-570</guid>
		<description>awesome.....its gr8...it completely removed the virus ie funny ust scandal....thaks a lot</description>
		<content:encoded><![CDATA[<p>awesome&#8230;..its gr8&#8230;it completely removed the virus ie funny ust scandal&#8230;.thaks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Salim</title>
		<link>http://www.troublefixers.com/how-to-remove-funny-ust-scandal-aviexe-virus/#comment-528</link>
		<dc:creator>Salim</dc:creator>
		<pubDate>Fri, 04 Apr 2008 09:53:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.troublefixers.com/how-to-remove-funny-ust-scandal-aviexe-virus/#comment-528</guid>
		<description>Hi Rohit,

I'm running Windows 2003 Enterprise server and I'm infected by the DOTEX.32 virus which is detected but cannot be cleaned. Help!

Salim</description>
		<content:encoded><![CDATA[<p>Hi Rohit,</p>
<p>I&#8217;m running Windows 2003 Enterprise server and I&#8217;m infected by the DOTEX.32 virus which is detected but cannot be cleaned. Help!</p>
<p>Salim</p>
]]></content:encoded>
	</item>
</channel>
</rss>
