Disassembler0 / Win10-Initial-Setup-Script

PowerShell script for automation of routine tasks done after fresh installations of Windows 10 / Server 2016 / Server 2019
MIT License
4.7k stars 1.07k forks source link

How can I re-enable virtual desktops? #172

Closed rajlego closed 6 years ago

rajlego commented 6 years ago

Win + Tab and Ctrl + Win Left/Right don't work and I can't use virtual desktops now. What flags would let me change back this functionality?

Disassembler0 commented 6 years ago

Same cause as in #170.

Run powershell as admin and execute following command

Set-Service "CDPUserSvc" -StartupType Automatic

Then reboot and it will work again.