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.08k forks source link

Task View No Longer works #174

Closed tryptc closed 5 years ago

tryptc commented 5 years ago

Windows Task View no longer works.

I have re-enabled a few of the visuals that come with windows. When I try to use the Task View button, or press "Windows" + "Tab", explorer.exe crashes and restarts in an instant. Interestingly, I also see the volume slider pop up during this explorer restart

I have tried to delete the following entries from the registry, hoping that they would help:

"HKLM:\SOFTWARE\Policies\Microsoft\Windows\System" -Name "EnableActivityFeed"

"HKLM:\SOFTWARE\Policies\Microsoft\Windows\System" -Name "PublishUserActivities"

"HKLM:\SOFTWARE\Policies\Microsoft\Windows\System" -Name "UploadUserActivities"

I love the script!

Disassembler0 commented 5 years ago

Duplicate of #172.

Please run

Set-Service "CDPUserSvc" -StartupType Automatic

and reboot.