i install oupost 2.5.370.370 silent with winxp sp2. After installation computer reboot's and when begin registration outpost with AutoIt script: ; AutoIt Version: 3.0.102 ; Language: English ; Platform: Win9x / NT / XP ; Author: SiMoNsAyS aka Bio]-[aZaRD ; Script Function: Registrar Agnitum Outpost Pro Firewall 2.5 Sleep(90000) Opt("TrayIconDebug", 1) Opt("WinTitleMatchMode", 2) BlockInput(1) Run("Notepad.exe") WinWaitActive(" - ","") Send("{LALT}{DOWN}{DOWN}{ENTER}") Send("%SYSTEMDRIVE%\Serial.txt{ENTER}") WinWaitActive("Serial.txt","",5) Send("^a") Send("^c") Send("{LALT}{UP}{UP}{ENTER}") Run("outpost.exe /register") WinWaitActive("Outpost Firewall Pro Registration") WinActivate("Outpost Firewall Pro Registration") Send("D") WinWaitActive("Enter code") WinActivate("Enter code") Send("^v") Send("{ENTER}") WinWaitActive("Outpost Firewall Pro") WinActivate("Outpost Firewall Pro") Send("{ENTER}") DirRemove (@HomeDrive&"\Install", 1) FileDelete (@HomeDrive&"\Serial.txt") EXIT but after copying serial from serial.txt and closing serial.txt nothing to happened, explorer not running - no icons and taskbar, but in task manager process outpost is present. This script locate in program files in outpost folder with other outpost files.