Shell Folder Names
Table 6-3
%windows%
%system%
%startup%
%startmenu%
%programs%
%commonprogramfiles%
%programfiles%
%profile%
%localappdata%
%appdata%
%commonappdata%
%commonprograms%
%cookie%
Action Namespace
CheckForUpdate
JScript:
Action.CheckForUpdate();
VBScript:
Action.CheckForUpdate()
ClearFixedShieldState, SetShieldStateByName, Trace, Sleep
NOTE: When setting the ShieldState (firewall) by name, the name specified MUST EXACTLY
match the firewall specified in the policy. Three firewall settings are always available regardless of
the policy ("All Closed", "All Adaptive", and "All Open").
JScript:
Action.SetShieldStateByName("Closed",true);
Action.Trace("Start 20 second sleep");
Action.Sleep(20000);
var ret = Action.ClearFixedShieldState();
if(ret == true)
Action.Trace("ret = true");
else
Action.Trace("ret = false");
VBScript:
C:\Windows
%windows%\System32
%programs%\Startup
%profile%\Start Menu
%startmenu%\Programs
%programfiles%\Common
C:\Program Files
C:\Documents and Settings\username
%profile%\Local Settings\Application Data
%profile%\Application Data
C:\Documents and Settings\All Users\Application Data
C:\Documents and Settings\All Users\Start Menu\Programs
%profile%\Cookies
Creating and Distributing Security Policies 143
Need help?
Do you have a question about the ZENWORKS ENDPOINT SECURITY MANAGEMENT 3.5 - ADMINISTRATION and is the answer not in the manual?