More users are encountering Error: '[5] Access is denied.', when trying to disable the "News & Interests" taskbar widget.
This is not an NTLite fault. Later versions of the W10 & 11 Monthly Updates have pushed out the User Choice Protection Driver (UCPD).
Contrary to the feature's name, UCPD isn't about protecting your own choices. In fact, it's designed to prevent you from making specific reg changes to certain settings like the default File Type Associations and various Taskbar settings, from outside of the Settings App.
Until you disable UCPD on the host system, NTLite cannot apply those changes to the Taskbar defaults.
1. Open a CMD window as Administrator, and run:
2. Restart Windows.
3. Run NTLite, and re-apply your intended changes.
If you're preparing a new image, don't forget to remove User Choice Protection Driver from the Components list so this condition doesn't repeat itself on your new install.
This is not an NTLite fault. Later versions of the W10 & 11 Monthly Updates have pushed out the User Choice Protection Driver (UCPD).
Contrary to the feature's name, UCPD isn't about protecting your own choices. In fact, it's designed to prevent you from making specific reg changes to certain settings like the default File Type Associations and various Taskbar settings, from outside of the Settings App.
Until you disable UCPD on the host system, NTLite cannot apply those changes to the Taskbar defaults.
1. Open a CMD window as Administrator, and run:
Code:
sc config UCPD start=disabled
schtasks /change /Disable /TN "\Microsoft\Windows\AppxDeploymentClient\UCPD velocity"
2. Restart Windows.
3. Run NTLite, and re-apply your intended changes.
If you're preparing a new image, don't forget to remove User Choice Protection Driver from the Components list so this condition doesn't repeat itself on your new install.