- Disabled System Restore
- Boot Windows into Safe Mode
-
Open Windows Registry Editor In safe mode
Press Start > Run > type Regedit and then press enter
-
Go to the following registry settings :
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Shell
- Change
explorer.exe, xmss.exe with exporer.exe
- Remove all the following files
- C\autorun.inf
- C\xmss.exe
- C\Funny UST Scandal.avi.exe
- X:\autorun.inf
- X:\xmss.exe
- X:\Funny UST Scandal.avi.exe
- %Windir%\autorun.inf
- %Windir%\xmss.exe
- %Windir%\Funny UST Scandal.avi.exe
- Or you can make a batch file in notepad to remove it for example :
- Open notepad and then type this code :
- @echo off
- echo xmss Removing
- :back
- cd "%windir%"
- del xmss.exe /f /s /a:h
- cd "%windir%\system"
- del xmss.exe /f /s /a:h
- cd "%windir%\system32\"
- del xmss.exe /f /s /a:h
- cd "\"
- del xmss.exe /f /s /a:h
- cd "%systemdrive%"
- cd "D:"
- del D:\xmss.exe /f /s /a:h
- del D:\autorun.inf /f /s /a:h
- del D:\Funny UST Scandal.avi.exe /f /s /a:h
- gotoback
Note :
"D" = your another drive beside localdisk or "C" drive
then double click "name.bat"
- Clean All Windows Temporary Files
- Restart Windows
Posting Komentar