Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get error when I run Winutil #2769

Closed
FatBastard0 opened this issue Sep 19, 2024 · 13 comments
Closed

Get error when I run Winutil #2769

FatBastard0 opened this issue Sep 19, 2024 · 13 comments
Labels
bug Something isn't working Stale

Comments

@FatBastard0
Copy link

I load wintil dev and got to "Tweaks"
and pick Set Classic Right-Click Menu
I get this:
ScreenShot_20240919124014

I expected the script to run without errors

I am a newbee so I could not be doing it right
Let me know if it is me

@FatBastard0 FatBastard0 added the bug Something isn't working label Sep 19, 2024
@zmileski
Copy link

zmileski commented Sep 20, 2024

Microsoft thing.... deliberately blocking TaskbarDa registry changes, forcing widgets to be active.

This will fix the error
HKLM\SYSTEM\CurrentControlSet\Services\UCPD\Start need to be set to 4.

@CodingWonders

@CodingWonders
Copy link
Contributor

Setting TaskbarDa still works for me on a Windows 11 23H2 VM. @FatBastard0, what version of Windows are you using? This can help diagnose the problem

@zmileski
Copy link

zmileski commented Sep 20, 2024

Untitled

for me works after disabling UCPD service
This service has scheduled task \Microsoft\Windows\AppxDeploymentClient\UCPD velocity

This can be security risk for most users, don't know maybe it's better solution to disable widgets through group policy

@FatBastard0
Copy link
Author

ScreenShot_20240920103240

I hope this was helpful. I would download ISO from the MS site and then I use that as the ISO request

@FatBastard0
Copy link
Author

ScreenShot_20240920103945
You maybe as this

@FatBastard0
Copy link
Author

I run this "irm "https://christitus.com/windev" | iex" and run MicroWin I got this
ScreenShot_20240920110022
then I did this:
ScreenShot_20240920110954
then restarted system
Load irm "https://christitus.com/windev" | iex, and run MicroWin with the same ISO above, and got this
ScreenShot_20240920112520

Still has the Class not registered and AAccess is denied

Let me know if you need and more informaation

@SHR1SHAK
Copy link
Contributor

ScreenShot_20240920103945 You maybe as this

suggestion: try not to leak your emails. either blur it or crop it.

@FatBastard0
Copy link
Author

Thanks for the reminder

@FatBastard0
Copy link
Author

ok I did this for me works after disabling UCPD service
This service has scheduled task \Microsoft\Windows\AppxDeploymentClient\UCPD velocity
I still get this
ScreenShot_20240923095019

@zmileski
Copy link

zmileski commented Sep 23, 2024

If you disable service in regedit HKLM\SYSTEM\CurrentControlSet\Services\UCPD\Start need to be set to 4.
you will need to restart.
did u restart?
Or u can try this in cmd
"sc config UCPD start=disabled"

and for scheduled task "schtasks /change /Disable /TN "\Microsoft\Windows\AppxDeploymentClient\UCPD velocity""
after restart try again winutil

@AtifChy
Copy link

AtifChy commented Oct 18, 2024

Untitled

for me works after disabling UCPD service This service has scheduled task \Microsoft\Windows\AppxDeploymentClient\UCPD velocity

This can be security risk for most users, don't know maybe it's better solution to disable widgets through group policy

how did you enable dark theme for regedit and winver?

@CodingWonders
Copy link
Contributor

@AtifChy, possibly Rectify11

Copy link
Contributor

This issue was marked as stale due to inactivity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Stale
Projects
None yet
Development

No branches or pull requests

6 participants