J_Levine
Contributor
Contributor

Exclude a registry entry from FlexEngine

We are trying to specifically exclude a targeted registry key from syncing with the user's FlexEngine profile. We do not want this specific entry in the registry to persist after logoff or even be written to the FlexEngine profile to begin with. Is there a way that we can achieve this? I am having trouble finding the syntax and placement for this.

Reply
0 Kudos
Mickeybyte
Hot Shot
Hot Shot

@J_Levine 

Use the [ExcludeIndividualRegistryKeys] header and add your reg key below.

E.g.:

[ExcludeIndividualRegistryKeys]
HKCU\Software\Microsoft\Windows\CurrentVersion\Run

This will exclude that key and any values from being stored in the profile. 

If you want exclude a specific value from that key you can use: 

[ExcludeIndividualRegistryValues]
HKCU\Software\Microsoft\Windows\CurrentVersion\Run\OneDrive

Ref.: Section Headers (vmware.com)


Regards,
Mickeybyte (ITPro blog)

If you found this comment useful or an answer to your question, please mark as 'Solved' and/or click the 'Kudos' button, please ask follow-up questions if you have any.
Reply
0 Kudos