PDA

View Full Version : NOD32 v3 & Windows SteadyState


Beta7
June 3rd, 2008, 05:18 PM
Here's my issue. I have two computers in a public access environment. We are locking them down with a very nice program called Windows SteadyState (http://www.microsoft.com/windows/products/winfamily/sharedaccess/default.mspx). This program accomplishes what we need because it reverts to a stored image on reboot. It has an exceptions area when you are setting it up to allow updates from Windows Update and a few other A/V products. Currently NOD32 is not included in the list of scripts they have for 3rd party programs. What I'm looking for is somebody to help me with a VB script I can put in the SteadyState directory to allow NOD32 to update at the 2am time everything else does. I can give an example of one of the scripts they have for another A/V product if that would be helpful. I will monitor this thread, if you need more information on anything to help me, let me know.

Bubba
June 3rd, 2008, 05:43 PM
{QUOTE-> I can give an example of one of the scripts they have for another A/V product if that would be helpful <-QUOTE}Change the script example to a text file and upload it as an attachment to a post or if it's a short script, simply copy\paste the contents to a post and someone could see what it might take.

Bubba
____________________________________
Edit:

I would also suggest a Google search for steadystate av script (http://www.google.com/search?hl=en&q=SteadyState+av+script). There were some pretty good forum threads out there for assistance.

for instance....http://forums.microsoft.com/WindowsToolsandUtilities/ShowPost.aspx?PostID=1811683&SiteID=69

Beta7
June 3rd, 2008, 05:51 PM
{QUOTE-> ' ~~~
' ~~~ Force variables to be declared
' ~~~
Option Explicit

' ~~~
' ~~~ Turn on error handling
' ~~~
On Error Resume Next

' ~~~
' ~~~ Declare global variables
' ~~~
Dim sTrendMicroPath, oShell, strComputer, oWMIService, ColProcesses

' ~~~ Create objects
Set oShell = CreateObject("WScript.Shell")

' ~~~ Set application path
sTrendMicroPath = oshell.RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\PC-cillinNTCorp\CurrentVersion\Application Path")

'~~~ Download Virus Signature
call oShell.Run(""""& sTrendMicroPath & "\ClnUpdNow.exe""", 0, True) <-QUOTE}

This is the script for TrendMicro

Beta7
June 4th, 2008, 01:37 PM
{QUOTE->
I would also suggest a Google search for steadystate av script (http://www.google.com/search?hl=en&q=SteadyState+av+script). There were some pretty good forum threads out there for assistance.

for instance....http://forums.microsoft.com/WindowsToolsandUtilities/ShowPost.aspx?PostID=1811683&SiteID=69 <-QUOTE}

I have done extensive looking. Yes I have read that forum post but it does not detail what I'm looking for in NOD32.

Beta7
June 5th, 2008, 01:37 PM
Anybody have any suggestions for this issue?