- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Go to Start > Run or Windows Key + R.
- On the Run prompt, type "dxdiag" then click OK.
- On the DirectX Diagnostic Tool window, click on Save All Information.
- Browse to a folder, type in a filename then click Save.
Wanner G.
Intel Customer Support Technician
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello TGerk1,
In addition, we would like to know if you are able to whitelist the folder/batch.
Wanner G.
Intel Customer Support Technician
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page