FSLogix Redirections Using Wildcards

Andy S 26 Reputation points
2023-04-06T23:43:34.5066667+00:00

Does FSL recognize wildcards? Trying to catch when a new Chrome profile is created (we've seen some users have "Profile 1", some have "Profile 4", etc) What we currently have to catch profile names if they aren't under Default:

	<Exclude Copy="0">AppData\Local\Google\Chrome\User Data\Profile 1\Cache</Exclude>
	<Exclude Copy="0">AppData\Local\Google\Chrome\User Data\Profile 1\Code Cache\js</Exclude>
	<Exclude Copy="0">AppData\Local\Google\Chrome\User Data\Profile 1\DawnCache\js</Exclude>
	<Exclude Copy="0">AppData\Local\Google\Chrome\User Data\Profile 1\GPUCache</Exclude>
  	<Exclude Copy="0">AppData\Local\Google\Chrome\User Data\Profile 1\JumpListIcons</Exclude>
   	<Exclude Copy="0">AppData\Local\Google\Chrome\User Data\Profile 1\JumpListIconsRecentClosed</Exclude>
   	<Exclude Copy="0">AppData\Local\Google\Chrome\User Data\Profile 1\JumpListIconsOld</Exclude>
	<Exclude Copy="0">AppData\Local\Google\Chrome\User Data\Profile 1\Service Worker\CacheStorage</Exclude>
	<Exclude Copy="0">AppData\Local\Google\Chrome\User Data\Profile 1\Service Worker\ScriptCache</Exclude>

Would this be possible and supported by FSL?

	<Exclude Copy="0">AppData\Local\Google\Chrome\User Data\Profile*\Cache</Exclude>
	<Exclude Copy="0">AppData\Local\Google\Chrome\User Data\Profile*\Code Cache\js</Exclude>
	<Exclude Copy="0">AppData\Local\Google\Chrome\User Data\Profile*\DawnCache\js</Exclude>
	<Exclude Copy="0">AppData\Local\Google\Chrome\User Data\Profile*\GPUCache</Exclude>
  	<Exclude Copy="0">AppData\Local\Google\Chrome\User Data\Profile*\JumpListIcons</Exclude>
   	<Exclude Copy="0">AppData\Local\Google\Chrome\User Data\Profile*\JumpListIconsRecentClosed</Exclude>
   	<Exclude Copy="0">AppData\Local\Google\Chrome\User Data\Profile*\JumpListIconsOld</Exclude>
	<Exclude Copy="0">AppData\Local\Google\Chrome\User Data\Profile*\Service Worker\CacheStorage</Exclude>
	<Exclude Copy="0">AppData\Local\Google\Chrome\User Data\Profile*\Service Worker\ScriptCache</Exclude>

FSLogix
FSLogix
A set of solutions that enhance, enable, and simplify non-persistent Windows computing environments and may also be used to create more portable computing sessions when using physical devices.
488 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.