Skip to content

Commit

Permalink
Update Set-VirtualDesktopOptimizations.ps1
Browse files Browse the repository at this point in the history
Replace LGPO with LocalPolicy in Windows_VDOT-ps1 parameters
  • Loading branch information
ThojoUno authored Nov 5, 2024
1 parent 2c96338 commit 95791f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workload/scripts/Set-VirtualDesktopOptimizations.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ try

Write-Host 'Virtual Desktop Optimization Tool (VDOT): Completed Prerequisites'
Write-Host 'Virtual Desktop Optimization Tool (VDOT): Begin Tool Execution'
.\Windows_VDOT.ps1 -Optimizations 'AppxPackages','Autologgers','DefaultUserSettings','LGPO','NetworkOptimizations','ScheduledTasks','Services','WindowsMediaPlayer' -AdvancedOptimizations 'Edge','RemoveLegacyIE' -AcceptEULA -Verbose
.\Windows_VDOT.ps1 -Optimizations 'AppxPackages','Autologgers','DefaultUserSettings','LocalPolicy','NetworkOptimizations','ScheduledTasks','Services','WindowsMediaPlayer' -AdvancedOptimizations 'Edge','RemoveLegacyIE','RemoveOneDrive' -AcceptEULA -Verbose
Write-Host 'Virtual Desktop Optimization Tool (VDOT): Completed Tool Execution'
}
catch
Expand Down

0 comments on commit 95791f4

Please sign in to comment.