TairikuOokami / Windows

Windows
306 stars 50 forks source link

"Component Based Servicing" code - Access is denied with Admin credentials. #14

Open espanafly opened 5 days ago

espanafly commented 5 days ago

The "Component Based Servicing" code you added from Abbodi1406's specialize.cmd script to the (Oct 12, 2024) "Windows Cleanup.bat" requires (OOBE) System level elevation Access is denied with Admin credentials.
I applied them online using RunAsTI - lean and mean snippet by AveYo, 2018-2022

reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing" /v DisableRemovePayload /t REG_DWORD /d "0" /f
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing" /v DisableWerReporting /t REG_DWORD /d "1" /f
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing" /v EnableDpxLog /t REG_DWORD /d "0" /f
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing" /v LCUReoffer /t REG_DWORD /d "0" /f
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing" /v ResetManifestCache /t REG_DWORD /d "1" /f
TairikuOokami commented 2 days ago

Yes, it is mostly for reference only. People, who know how to use it, like you, will and others, like me, do not care.