if you want to conecting your note book with a wireless conection some times you need to deactivate your fire wall... this is a few tips for deactivated firewall on windows vista

1. Start | Run | Services.msc (alternatively: Control Panel | Administrative Tools | Services Management)
2. Find the entry “Windows Firewall” | Right-Click it -> Properties
3. Press “Stop”
4. Change “Startup type” to “Disabled”
5. Press OK and exit.

  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