Jump to content

Jacek

Members
  • Posts

    4
  • Joined

  • Last visited

Profile Information

  • Location
    Poland

Jacek's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. I'm still using about 12 NT4 workstations in my company. Autoit is the only one (AFAIK) which works on this system. If it is possible to support this system for about 1 year (eg. to the end of 2008), I will be very happy. If not, I will stay with current version and won't update.
  2. Just add: Opt("TrayIconDebug", 1) And (when an error occur) look over tray icon to find the line number with error. BTW, why aren't you using Run("C:\WINDOWS\NET.EXE ...") or Run("C:\WINDOWS\COMMAND\XCOPY32.EXE ...")? Using Comspec is not good solution in my opinion...
  3. This looks like a virus entries. Why? csrss.exe is a windows process, but is located in Windows directory (never in program files dir). In normal (clean) Windows system, the only one entry for Userinit is: C:\WINDOWS\system32\userinit.exe, I recomend to scan for viruses from another clean system (it could be a livecd or bartpe CD).
  4. When you use default autoit3 installation program, it won't work. You must install SciTE from http://www.autoitscript.com/autoit3/scite/downloads.shtml and then download reshacker.exe Full instruction you can find here: http://www.autoitscript.com/autoit3/scite/...nstallation.htm (1, 3 and 4 points). It works for me.
×
×
  • Create New...