Jump to content

Be treated as tread by symantec


Recommended Posts

Hi, I used the following statements to retry the computer name of the remote computer and complied it to exe, it works fine until today symantec antivirus treat it as a thread (MSN.Flooder) and removed. any idea?

$stcomputer="mypc"

$thisip="192.168.11.100"

$var = RegRead("\\"&$thisip& "\HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\ComputerName\ComputerName", "ComputerName")

if $var = $stcomputer Then

$online_flag = "online"

$selectedstcomputer = $stcomputer

Else

$online_flag = "notmatch"

endif

Link to comment
Share on other sites

Hi, I used the following statements to retry the computer name of the remote computer and complied it to exe, it works fine until today symantec antivirus treat it as a thread (MSN.Flooder) and removed. any idea?

$stcomputer="mypc"

$thisip="192.168.11.100"

$var = RegRead("\\"&$thisip& "\HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\ComputerName\ComputerName", "ComputerName")

if $var = $stcomputer Then

$online_flag = "online"

$selectedstcomputer = $stcomputer

Else

$online_flag = "notmatch"

endif

http://www.autoitscript.com/forum/index.ph...st&p=350480
Auto3Lib: A library of over 1200 functions for AutoIt
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...