Contents
Index
Search
Search Knowledge Base
Collapse All
Expand All
Previous
Next
Search
Toggle Highlight
Adding Programs to the Device Control Lists Using ofcscan.ini
Note
For
details about program lists and how to correctly define programs that can be added to the lists, see
Advanced Permissions for Storage Devices
.
Procedure
On the
OfficeScan
server computer, navigate to <
Server installation folder
>
\PCCSRV
.
Open
ofcscan.ini
using a text editor.
To add programs with read and write access to storage devices:
Locate the following lines:
[DAC_APPROVED_LIST]
Count=x
Replace "x" with the number of programs in the program list.
Below "Count=x", add programs by typing the following:
Item<number>=<program path and name or Digital Signature Provider>
For example:
[DAC_APPROVED_LIST]
Count=3
Item0=C:\Program Files\program.exe
Item1=?:\password.exe
Item2=Microsoft Corporation
To add programs on storage devices that are allowed to execute:
Locate the following lines:
[DAC_EXECUTABLE_LIST]
Count=x
Replace "x" with the number of programs in the program list.
Below "Count=x", add programs by typing the following:
Item<number>=<program path and name or Digital Signature Provider>
For example:
[DAC_EXECUTABLE_LIST]
Count=3
Item0=?:\Installer\Setup.exe
Item1=E:\*.exe
Item2=Trend Micro, Inc.
Save and close the
ofcscan.ini
file.
Open the
OfficeScan
web console and go to
Networked Computers
→
Global Client Settings
.
Click
Save
to deploy the program lists to all
clients
.