diff --git a/Scripts/CustomImageTemplateScripts/FSLogix.ps1 b/Scripts/CustomImageTemplateScripts/FSLogix.ps1 index 631fff24..baf3550e 100644 --- a/Scripts/CustomImageTemplateScripts/FSLogix.ps1 +++ b/Scripts/CustomImageTemplateScripts/FSLogix.ps1 @@ -102,9 +102,9 @@ Set-ItemProperty ` -Value "1" New-ItemProperty ` -Path HKLM:\Software\FSLogix\Profiles ` - -Name "CCDLocations" ` - -Value "type=smb,connectionString=$ProfilePath" ` - -PropertyType MultiString ` + -Name "VHDLocations" ` + -Value "$ProfilePath" ` + -PropertyType String ` -Force Set-ItemProperty ` -Path HKLM:\Software\FSLogix\Profiles ` @@ -153,4 +153,4 @@ if ((Test-Path -Path $LocalWVDpath -ErrorAction SilentlyContinue)) { ############# # END # -############# \ No newline at end of file +#############