Skip to content

Commit 8a9d527

Browse files
committed
Removed All optimiations by default
1 parent 9bd7fee commit 8a9d527

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Windows_VDOT.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Param (
3333

3434
[ValidateSet('All','WindowsMediaPlayer','AppxPackages','ScheduledTasks','DefaultUserSettings','Autologgers','Services','NetworkOptimizations','LGPO','DiskCleanup')]
3535
[String[]]
36-
$Optimizations = "All",
36+
$Optimizations ,
3737

3838
[Parameter()]
3939
[ValidateSet('All', 'Edge', 'RemoveLegacyIE')]
@@ -48,11 +48,11 @@ Param (
4848
#Requires -PSEdition Desktop
4949

5050
<#
51-
- TITLE: Microsoft Windows 10 Virtual Desktop Optimization Script
51+
- TITLE: Microsoft Windows Virtual Desktop Optimization Script
5252
- AUTHORED BY: Robert M. Smith and Tim Muessig (Microsoft)
5353
- AUTHORED DATE: 11/19/2019
5454
- CONTRIBUTORS: Travis Roberts (2020), Jason Parker (2020)
55-
- LAST UPDATED: 5/4/2022
55+
- LAST UPDATED: 7/7/2022
5656
- PURPOSE: To automatically apply settings referenced in the following white papers:
5757
https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/rds_vdi-recommendations-1909
5858

0 commit comments

Comments
 (0)