I'm trying to remove (permanently) a number of .zip settings archives (Windows Settings) using Profile Cleanup - but the cleanup tool doesn't actually delete the .zip archives (and doesn't seem very useful for a non-persistent environment)
Example, at log off, UEM exports the settings as part of the normal log off process (the same settings I actually want to delete and not retain)
2020-01-20 12:38:57.431 [DEBUG] ExportRegistry: Exporting tree 'HKCU\Software\Microsoft\Windows\CurrentVersion\CloudStore'
2020-01-20 12:38:57.453 [DEBUG] ExportRegistry: Exporting value 'HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\EnableAutoTray'
2020-01-20 12:38:57.453 [DEBUG] ExportRegistry::ExportValue: Value 'EnableAutoTray' of key 'HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer' does not exist
2020-01-20 12:38:57.453 [DEBUG] ExportRegistry: Exporting value 'HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\SlowContextMenuEntries'
And then Profile Cleanup removes them from the machine - which is pointless if you're on a non-persistent VDI because you don't need the settings to be removed.
2020-01-20 12:38:59.827 [DEBUG] Profile cleanup: Removing registry tree 'HKCU\Software\Microsoft\Windows\CurrentVersion\CloudStore'
2020-01-20 12:38:59.855 [DEBUG] Profile cleanup: Removing registry value 'HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\EnableAutoTray'
2020-01-20 12:38:59.855 [WARN ] Profile cleanup: Registry value 'HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\EnableAutoTray' not found
What I actually want is the Windows 10 Start Menu.zip to be deleted from from the \archives dir so the settings are completely gone.
Is it me or is this a pretty dumb feature that doesn't do what is advertised...
Any suggestions?