Win11Debloat icon indicating copy to clipboard operation
Win11Debloat copied to clipboard

window cant update 0x800f081f

Open HetCreep opened this issue 2 months ago • 6 comments

Checklist

  • [x] I have searched for existing issues/discussions and didn't find any similar ones.
  • [ ] I haven't used any other scripts, tools or programs that might have caused this issue.

Windows version

Windows 11 25H2 KB5070773

Script mode/options

Default mode and sysprep+default

Describe the issue

when I run & ([scriptblock]::Create((irm "https://debloat.raphi.re/"))) -RunDefaults and & ([scriptblock]::Create((irm "https://debloat.raphi.re/"))) -Sysprep -RunDefaults I got problem with window update 0x800f081f I try fix many ways like sfc, DISM, net stop, net start, update with Microsoft Update Catalog and etc but nothing work but when I reinstall with iso the problem got fix

this had change [HKEY_CURRENT_USER\Software\Microsoft\InputPersonalization] "RestrictImplicitInkCollection"=dword:00000001 to 0 "RestrictImplicitTextCollection"=dword:00000001 to 0 [HKEY_CURRENT_USER\Software\Microsoft\InputPersonalization\TrainedDataStore] "HarvestContacts"=dword:00000000 to 1 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Notifications\Settings\Windows.SystemToast.Suggested] "Enabled"=dword:00000000 to no value [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Notifications\Settings\Windows.SystemToast.BackupReminder] "Enabled"=dword:00000000 to no value [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\NewsAndInterests\AllowNewsAndInterests] "value"=dword:00000000 to 1

Steps to reproduce

1 run Scripts 2 got update KB5070773 3 got error 0x800f081f

Error output

No response

Additional context

Image Image Image Image Image

HetCreep avatar Oct 21 '25 10:10 HetCreep

Heya,

Thanks for the detailed report. The error seems to be related to missing/corrupted system components that are used in the update process.

I'll see if I can reproduce the issue, but with errors like this it's usually hard to pin down an exact cause.

Raphire avatar Oct 21 '25 12:10 Raphire

Heya,

Thanks for the detailed report. The error seems to be related to missing/corrupted system components that are used in the update process.

I'll see if I can reproduce the issue, but with errors like this it's usually hard to pin down an exact cause.

I still use scripts like this but not sue it make problem or not... I set user account to email instead of SYSTEM since it not work...for me (I dont know why)

host from https://wiki.dbzer0.com/genp-guides/guide/#hosts-auto activation to active office

Software Updates.txt

HOSTS FILE AUTO-UPDATE.txt

Activation.txt

Image Image Image

HetCreep avatar Oct 21 '25 13:10 HetCreep

Hello! Nerd here to help. Sounds like standard windows update issues to me. It usually occurs with update corruption, which can really happen to anyone. Windows is notorious for their NTFS file system corrupting, since it isn't a resilient or redundant file system as it was implemented decades ago.

I'd like to say if you haven't already try to clear your windows update cache. Assuming you have, use these steps and retry the update with a restart one after another. Make sure to run all of these commands in a administrator level command prompt.

  1. /Online /Cleanup-Image /RestoreHealth 1a. sfc /scannow

  2. If applicable use the windows upgrade assistant tool if you're not already on the latest version. Right now that'd be 25H2, so you can try that too. But if it doesn't work don't sweat it.

  3. chkdsk C: /r /f (checks drive for errors and fixes it, will take the longest and requires you to restart your PC and wait for it to check the disk)

If nothing works I recommend using a on top windows install, in order to do so you obtain a windows ISO from the media installer, mount it, and then select "install windows" while keeping files and apps. It completely replaces your old (and possibly corrupt) windows install and fixes almost all issues from my experience. It's definitely a last resort though, as it will take the longest and will be the most taxing on your drive.

If you do go ahead with the on top windows install, once it is complete it will rename your current (corrupt) windows install to windows.old in your C: drive and you can safely delete it if you so choose to re-obtain the extra drive space.

bunsoup avatar Oct 22 '25 16:10 bunsoup

Hello! Nerd here to help. Sounds like standard windows update issues to me. It usually occurs with update corruption, which can really happen to anyone. Windows is notorious for their NTFS file system corrupting, since it isn't a resilient or redundant file system as it was implemented decades ago.

I'd like to say if you haven't already try to clear your windows update cache. Assuming you have, use these steps and retry the update with a restart one after another. Make sure to run all of these commands in a administrator level command prompt.

  1. /Online /Cleanup-Image /RestoreHealth 1a. sfc /scannow
  2. If applicable use the windows upgrade assistant tool if you're not already on the latest version. Right now that'd be 25H2, so you can try that too. But if it doesn't work don't sweat it.
  3. chkdsk C: /r /f (checks drive for errors and fixes it, will take the longest and requires you to restart your PC and wait for it to check the disk)

If nothing works I recommend using a on top windows install, in order to do so you obtain a windows ISO from the media installer, mount it, and then select "install windows" while keeping files and apps. It completely replaces your old (and possibly corrupt) windows install and fixes almost all issues from my experience. It's definitely a last resort though, as it will take the longest and will be the most taxing on your drive.

If you do go ahead with the on top windows install, once it is complete it will rename your current (corrupt) windows install to windows.old in your C: drive and you can safely delete it if you so choose to re-obtain the extra drive space.

I have to agree with this one, from the description of the original issue you seem to have already tried a lot of these steps. An in-place upgrade may be your best bet.

Raphire avatar Oct 26 '25 22:10 Raphire

@HetCreep Heya, do you have any updates on your issue? Did you manage to get things resolved?

Raphire avatar Nov 04 '25 21:11 Raphire

@HetCreep Heya, do you have any updates on your issue? Did you manage to get things resolved?

I fix by install window again by iso and after that I didnt run script again

HetCreep avatar Nov 06 '25 03:11 HetCreep

Thanks for the update. I will close this issue as I have not been able to reproduce this, as @bunsoup this is likely a Windows issue unrelated to the script.

Raphire avatar Nov 20 '25 19:11 Raphire