File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ New-ItemProperty -Path "HKLM:\SOFTWARE\Policies\FSLogix\ODFC" -Name "IncludeOutl
82
82
New-ItemProperty - Path " HKLM:\SOFTWARE\Policies\FSLogix\ODFC" - Name " IncludeOutlookPersonalization" - Value 1 - force
83
83
New-ItemProperty - Path " HKLM:\SOFTWARE\Policies\FSLogix\ODFC" - Name " IsDynamic" - Value 1 - force
84
84
New-ItemProperty - Path " HKLM:\SOFTWARE\Policies\FSLogix\ODFC" - Name " PreventLoginWithFailure" - Value 1 - force
85
+ New-ItemProperty - Path " HKLM:\SOFTWARE\Policies\FSLogix\ODFC" - Name " IncludeTeams" - Value 1 - force
85
86
New-ItemProperty - Path " HKLM:\SOFTWARE\Policies\FSLogix\ODFC" - Name " VolumeType" - Value " VHDX" - force
86
87
87
88
New-ItemProperty - Path " HKLM:\SYSTEM\CurrentControlSet\Services\frxccds\Parameters" - Name " ProxyDirectory" - Value " D:\FSLogix\Proxy" - force
@@ -175,4 +176,4 @@ if( ($tailscaleAuthkey -ne $null) -and ($tailscaleAuthkey -ne "" )) {
175
176
176
177
Write-Host " Restarting..."
177
178
# Restart to finish the installation
178
- shutdown - r - t 0
179
+ shutdown - r - t 0
You can’t perform that action at this time.
0 commit comments