Forum Discussion
Christiaan_Brinkhoff
Microsoft
Jul 31, 2020(Azure) Virtual Desktop Optimization Tool now available
Optimizing images has always been an important component of preparing images as part of a traditional Remote Desktop Services (RDS) infrastructure or virtual desktop infrastructure (VDI)....
FreekBloemhof
Aug 01, 2020Brass Contributor
Nice work! Was testing the script for a while already and implmenting it to production at the moment.
I did several customizations for my needs:
- Used
$((Get-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion" -Name ReleaseId).ReleaseId) to get the acurate Windows version
- Removed the *.log deletion at line 223 (we need logs!)
- Removed the reboot warning/config at the end of the script (want to run unattended)
- Adjusted AppXPackages.json, don't want all AppX packages get removed
- Adjusted Autologgers.json, removed the RadioMgr part (gave an error)
Please consider to built in something for customization like in the Citrix Optimizer.
After removal of the AppX packages, users with an existing profile got a lot of orphaned shortcuts in their startmenu, is there a solution for this?