Graphics
Intel® graphics drivers and software, compatibility, troubleshooting, performance, and optimization
20597 Discussions

GfxCPLBatchFiles

TGerk1
Beginner
4,053 Views

Good morning,

 

is it possible to suppress and/or disable the creation of batch files under the directory \Intel\GfxCPLBatchFiles\?

 

We use Software Restriction Policies and the execution of the underlying batch file runs on errors. Since the batch file can be processed by users, it helps not to create an exception for SRP. Additionally, the name of the batch file is different from workstation to workstation.

 

Drivers are up to date.

0 Kudos
5 Replies
Max44
Beginner
3,912 Views

I would use the ATTRIB command, for example:

attrib -r c:\folder\*.* /s

attrib

 is the command

-r

 is the flag for removing read-only attributes

c:\folder\*.*

 is the folder you are running it on, plus wildcards for all files

/s

 is the flag for doing all sub directories and files

 

Note: This only works with windows 7.

0 Kudos
Wanner_G_Intel
Moderator
3,912 Views

Hello TGerk1,

 

Thank you for submitting your question on this Intel® Community.

 

To better assist you, we would like to have more information about your system configuration.

 

Please provide us with a DxDiag* report.

  1. Go to Start > Run or Windows Key + R.
  2. On the Run prompt, type "dxdiag" then click OK.
  3. On the DirectX Diagnostic Tool window, click on Save All Information.
  4. Browse to a folder, type in a filename then click Save.

 

Wanner G.

Intel Customer Support Technician

0 Kudos
Wanner_G_Intel
Moderator
3,912 Views

Hello TGerk1,

 

In addition, we would like to know if you are able to whitelist the folder/batch.

 

Wanner G.

Intel Customer Support Technician

0 Kudos
Wanner_G_Intel
Moderator
3,912 Views

Hello TGerk1,

 

If you need further assistance, please let us know. We will be glad to assist you.

 

Wanner G.

Intel Customer Support Technician

A Contingent Worker at Intel

0 Kudos
Wanner_G_Intel
Moderator
3,912 Views

Hello TGerk1,

 

We have not heard back from you, so we will close this inquiry. If you need further assistance, please post a new question.

 

Wanner G.

Intel Customer Support Technician

A Contingent Worker at Intel

0 Kudos
Reply