Windows 10: Windows update has removed my files. How do I restore them?

Discus and support Windows update has removed my files. How do I restore them? in Windows 10 Software and Apps to solve the problem; I performed a windows update tonight and it erased all of my files. I have tried restarting several times, but it has not restored my account. I have... Discussion in 'Windows 10 Software and Apps' started by JZ0123, Jan 4, 2024.

  1. JZ0123 Win User

    Windows update has removed my files. How do I restore them?


    I performed a windows update tonight and it erased all of my files. I have tried restarting several times, but it has not restored my account. I have found my user account and the temp account that it currently signs me in to. I have tried to setup a new user account, but once I click the “add account” a window flashes but then happens. Please advise a solution.

    :)
     
    JZ0123, Jan 4, 2024
    #1
  2. slozomby Win User

    Recent File List

    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file1

    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file2
    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file3
    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file4
    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file5
    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file6
    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file7
    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file8
    Remove-ItemProperty -Path "Registry::HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion
    \Applets\Paint\Recent File List" -name file9
    ...

    you get the idea. ( too lazy to put it in a for loop and test it.

    or just open regedit and remove all the fileX from that key.
     
    slozomby, Jan 4, 2024
    #2
  3. deving Win User
    User.000 issue after updating to 1909

    I'm one of the many people suffering from issues with user profiles after applying Update 1909 to Windows 10. I've read all the threads I can find on the topic here and have followed the suggestions, all to no avail. Any other thoughts are appreciated.

    After applying Update 1909, the ProfileImagePath was changed to c:\users\User.000
    One file that was always in use and couldn't be removed was left in c:\users\User (can't recall or find the exact file now), so I could never rename or remove the c:\user\User directory.

    I followed the multiple suggestions from Brink and others:
    • Rebooted at least 6 times
    • Enabled hidden Administrator
    • Booted into Safe Mode
    • Changed ProfileImagePath
    • Tried to rename c:\users\User but couldn't because a file was still in use
    • Copied all data from c:\users\User.000 into c:\users\User
    • Rebooted and had temporary profile
    • Followed steps in Brink tutorial to change ImageProfilePath; rebooted with no change
    • Restored using Restore Point from before Update 1909 - returned to single profile state (User.000)
    • Removed each update that was installed individually and rebooted after each update removal - profile state never changed
    • After all updates were removed, repeated the steps above with hidden Administrator, changing profile, etc. - same issue with file in use in c:\users\User
    • Followed all steps above with hidden Administrator but without copying files from User.000 to User - same results

    Any suggestions are greatly appreciated!
     
    deving, Jan 4, 2024
    #3
  4. AsRock Win User

    Windows update has removed my files. How do I restore them?

    Windows Updates failed to instal

    I'm not sure how differant XP media center Edition is but you could clear the history \ cache if these folders are there.

    Step 1 Register DLL files.

    =================

    By trying this step, we can check if the update engines are working properly.



    1. Close all instances of Internet Explorer.

    2. Click Start and Run, type "Regsvr32 atl.dll" (without quotes) in the Open box and click OK.



    Note: There is a space between regsvr32 and atl.dll



    3. Similarly, one by one, register the files listed below:



    Regsvr32 msxml3.dll

    Regsvr32 wuapi.dll

    Regsvr32 wuaueng.dll

    Regsvr32 wuaueng1.dll

    Regsvr32 wups2.dll

    Regsvr32 wucltui.dll

    Regsvr32 wups.dll

    Regsvr32 wuweb.dll

    Regsvr32 qmgr.dll

    Regsvr32 qmgrprxy.dll

    Regsvr32 jscript.dll



    Note: If you encounter errors while registering any of these files then skip that file and continue with the next one.



    If the issue persists, let's move on to the steps below to verify Windows Update services and temporary folders.



    Step 2 Verify the relevant Windows Update services.

    =========================================

    1. Click Start->Run, type "services.msc" (without quotation marks) in the open box and click OK.

    2. Double click the service "Automatic Updates".

    3. Click on the Log On tab, please ensure the option "Local System account" is selected and the option "Allow service to interact with desktop" is unchecked.

    4. Check if this service has been enabled on the listed Hardware Profile. If not, please click the Enable button to enable it.

    5. Click on the tab "General "; make sure the "Startup Type" is "Automatic" or "Manual". Then please click the button "Stop" under "Service Status" to stop the service.

    6. Then please click the button "Start" under "Service Status" to start the service.

    7. Please repeat the above steps with the other services:



    Background Intelligent Transfer Service

    Event Log

    Remote Procedure Call (RPC)



    Note: Event log service is enabled on all of the hardware profiles; this service does not have an option to enable or disable on certain hardware profile.



    If it still does not help, let's proceed to step 3.



    Step 3 Reload the Update temporary folders.

    ===================================

    One possible cause is that the temporary folder for Windows Update is containing corrupted files. Let's erase all the files there to get the system clean.



    1. Click Start, Run, type: cmd and press Enter. Please run the following command in the opened window.



    Net stop WuAuServ



    2. Click Start, Run, type: %windir% and press Enter.

    3. In the opened folder, rename the folder SoftwareDistribution to Sdold.

    4. Click Start, Run, type: cmd and press Enter. Please run the following command in the opened window.



    Net start WuAuServ



    Please test the Windows Update website and let me know the result. If the issue persists, to clarify the issue and provide more accurate troubleshooting steps, please assist me in collecting the following information.
     
    AsRock, Jan 4, 2024
    #4
Thema:

Windows update has removed my files. How do I restore them?

Loading...
  1. Windows update has removed my files. How do I restore them? - Similar Threads - update has removed

  2. How do I restore my files?!

    in Windows 10 Network and Sharing
    How do I restore my files?!: I went onto my computer to download a new music file, but all of a sudden, the folder to access my mp3 is gone! I was able to add a new file, but when I went to see it on the mp3 player, everything was deleted! It has happened before, but usually, after unplugging my mp3...
  3. How do I restore my files?!

    in Windows 10 Gaming
    How do I restore my files?!: I went onto my computer to download a new music file, but all of a sudden, the folder to access my mp3 is gone! Also, when I turned on my mp3 player, all of the music I had downloaded was gone as well! It has happened before, but usually, after unplugging my mp3 player and...
  4. How do I restore my files?!

    in Windows 10 Software and Apps
    How do I restore my files?!: I went onto my computer to download a new music file, but all of a sudden, the folder to access my mp3 is gone! Also, when I turned on my mp3 player, all of the music I had downloaded was gone as well! It has happened before, but usually, after unplugging my mp3 player and...
  5. Windows update has removed my files. How do I restore them?

    in Windows 10 Gaming
    Windows update has removed my files. How do I restore them?: I performed a windows update tonight and it erased all of my files. I have tried restarting several times, but it has not restored my account. I have found my user account and the temp account that it currently signs me in to. I have tried to setup a new user account, but...
  6. my desktop icons and file icons disappeared after windows 11 update. How do i restore them?

    in Windows 10 Gaming
    my desktop icons and file icons disappeared after windows 11 update. How do i restore them?: How do i restore desktop icons that disappeared after windows 11 update? https://answers.microsoft.com/en-us/windows/forum/all/my-desktop-icons-and-file-icons-disappeared-after/07001de2-9b38-4475-a918-73c398569191
  7. my desktop icons and file icons disappeared after windows 11 update. How do i restore them?

    in Windows 10 Software and Apps
    my desktop icons and file icons disappeared after windows 11 update. How do i restore them?: How do i restore desktop icons that disappeared after windows 11 update? https://answers.microsoft.com/en-us/windows/forum/all/my-desktop-icons-and-file-icons-disappeared-after/07001de2-9b38-4475-a918-73c398569191
  8. how do i restore bookmarks windows 10 update deleted them all??

    in Windows 10 Installation and Upgrade
    how do i restore bookmarks windows 10 update deleted them all??: how do i restore bookmarks windows 10 update deleted them all?? https://answers.microsoft.com/en-us/windows/forum/all/how-do-i-restore-bookmarks-windows-10-update/53e13819-91c0-44ad-a2eb-a4e4591fdb48
  9. update has wiped out all my files, how do i get them back

    in Windows 10 Network and Sharing
    update has wiped out all my files, how do i get them back: windows 10 updates have removed all my files. how do I get them back? https://answers.microsoft.com/en-us/windows/forum/all/update-has-wiped-out-all-my-files-how-do-i-get/5cfd8c8b-8d5f-44f2-a145-190db933c204"
  10. How do I restore an accidental document file removal ?

    in Windows 10 Software and Apps
    How do I restore an accidental document file removal ?: How do I restore a Notepad document file that I accidentally removed? I'm using Windows 10. https://answers.microsoft.com/en-us/windows/forum/apps_windows_10-winapps-appscat_tools/how-do-i-restore-an-accidental-document-file/3e68dbc0-edc7-47ae-82f2-9cb3211af626