- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Use the [ExcludeIndividualRegistryKeys] header and add your reg key below.
E.g.:
[ExcludeIndividualRegistryKeys]
HKCU\Software\Microsoft\Windows\CurrentVersion\RunThis 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\OneDriveRef.: 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.