1. Disabled System Restore
  2. Boot Windows into Safe Mode
  3. Open Windows Registry Editor In safe mode

    Press Start > Run > type Regedit and then press enter

  4. Go to the following registry settings :

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Shell

  5. Change
    explorer.exe, xmss.exe with exporer.exe
    xmss-exe-regedit.png
  6. 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
  7. 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
save as "name.bat"

Note :
"D" = your another drive beside localdisk or "C" drive

then double click "name.bat"
  1. Clean All Windows Temporary Files
  2. Restart Windows

0 comments