Open djspatule opened 1 month ago
There was a issue before, #2862 .Chris has it too on new live stream at 07.10.2024
This command worked for me: reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Dsh" /v AllowNewsAndInterests /t REG_DWORD /d 0 /f
Mine is a different line:
Line |
2917 | Set-ItemProperty -Path $Path -Name TaskbarDa -Value $value
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Attempted to perform an unauthorized operation.
Don't know how to show verbose errors, and the powershell is running as admin:
Have same issue on 2 machines:
Running on both machines as administrator. Toggling "Widgets Button in Taskbar" in "Tweaks" menu does nothing, produces an error. 2 different errors depending on the machine.
Older one
New clean one
as i commented before to fix this in cmd with admin type this "sc config UCPD start=disabled" to disable the service
and this "schtasks /change /Disable /TN "\Microsoft\Windows\AppxDeploymentClient\UCPD velocity"" to disable the task after reboot try again winutil This is due latest update of UserChoice Protection Driver (UCPD) that wont let u change TaskbarDa (widgets)
Thank you for the information, did not find you other post.
I can confirm that I am not getting an error anymore after disabling the service and restarting the computer. I cannot confirm that it works. While I am not getting an error anymore, there is also no change. I get the notification in terminal "Enabling Taskbar Widgets" but nothing happens even after about 15 minutes. Same thing on both VM and MW machines (enabling Widgets on HW, disabling Widgets on VM).
I can see Widgets are still disabled in taskbar (on HW machine) for example.
Then run this in cmd with admin reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Dsh" /v AllowNewsAndInterests /t REG_DWORD /d 1 /f
or in gpedit.msc go to Computer Configuration\Administrative Templates\Windows Components\Widgets and set "Allow widgets" to Enabled
Thank you @zmileski, this works on both computers.
Describe the bug
disabling the widgets isn't working
To Reproduce
Steps to reproduce the behavior:
Additional context