Windows 10: using robocopy from X:\ after failed Windows 10 update

Discus and support using robocopy from X:\ after failed Windows 10 update in Windows 10 Installation and Upgrade to solve the problem; So before I scrub my Windows 10 after it failed during an update and install fresh I am trying to get files to copy to an external before I do. I set... Discussion in 'Windows 10 Installation and Upgrade' started by DavidGibson7, Aug 21, 2018.

  1. using robocopy from X:\ after failed Windows 10 update


    So before I scrub my Windows 10 after it failed during an update and install fresh I am trying to get files to copy to an external before I do. I set up one main folder on the desktop titled "???" and created other links to folders inside that directory.


    When I run x:\> robocopy c:\users\my_name\desktop g: - I only get the files stored on the desktop and the links to folder "???". When I run

    x:\> dir c:\users\my_name\desktop I can see the <DIR> "???" file I want to copy, but every time I put in

    x:\> c:\users\name\desktop\???, I get the following


    Volume in drive C is OS

    Volume Serial Number is ECAC-AE50

    Directory of c:\users\emily\desktop

    File Not Found


    Is there a way to get to that <DIR> in order to robocopy that ??? directory?

    :)
     
    DavidGibson7, Aug 21, 2018
    #1

  2. Windows 10 fails to update


    When you finish testing the Avast suggestion, make sure that you restart your machine.

    Then if the issue persists, please return to the trouble shooting list in post# 89

    I think there are three steps that remain; the WU troubleshooter, reset WU components, and manual WU reset.
     
    Slartybart, Aug 21, 2018
    #2
  3. jds21 Win User
    Windows Updates failed to instal

    I just did step one and they have just all installed.... thank you so much.... it was quite frustrating having that update window pop up every 5 minutes and failing to instal every time

    Thanks mate
     
    jds21, Aug 21, 2018
    #3
  4. AsRock Win User

    using robocopy from X:\ after failed Windows 10 update

    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, Aug 21, 2018
    #4
Thema:

using robocopy from X:\ after failed Windows 10 update

Loading...
  1. using robocopy from X:\ after failed Windows 10 update - Similar Threads - using robocopy failed

  2. Error 1392 using Robocopy

    in Windows 10 Gaming
    Error 1392 using Robocopy: I have 1.15 TB of video files on a 5 TB external hard drive NTFS. I am attempting to copy these over to a 2 TB external SSD drive exFAT. I've tried ROBOCOPY and felt it was working well but started seeing the error 1392 error saying file or directory is corrupt or unreadable....
  3. Robocopy element fail's in Robocopy but works fine in Copy command.

    in Windows 10 Gaming
    Robocopy element fail's in Robocopy but works fine in Copy command.: Command Prompt Copy Command Prompt works fine: Copy "C:\Users\Dennis\Documents\Tax Data\*.T*" "F:\Tax Data"Following command works fine except the Bolded element: ~*.T*Robocopy "C:\Users\Name\Documents\Tax Data" "F:\Tax Data" *.* /XF ~*.xls* ~*.docx ~*.pdf ~*.txt ~*.T* /E /XO...
  4. Robocopy element fail's in Robocopy but works fine in Copy command.

    in Windows 10 Software and Apps
    Robocopy element fail's in Robocopy but works fine in Copy command.: Command Prompt Copy Command Prompt works fine: Copy "C:\Users\Dennis\Documents\Tax Data\*.T*" "F:\Tax Data"Following command works fine except the Bolded element: ~*.T*Robocopy "C:\Users\Name\Documents\Tax Data" "F:\Tax Data" *.* /XF ~*.xls* ~*.docx ~*.pdf ~*.txt ~*.T* /E /XO...
  5. ROBOCOPY fails copying files from source root

    in Windows 10 Network and Sharing
    ROBOCOPY fails copying files from source root: When copying files from source root, it seems that ROBOCOPY see the files as directories and the resoult is, that the filename become a directoiry name on targetHow can I prevent thatMy code:$FileName = Get-Date.tostring"MM-dd-yyyy---HH-mm-ss"$oldpaths = Get-ChildItem...
  6. ROBOCOPY fails copying files from source root

    in Windows 10 Gaming
    ROBOCOPY fails copying files from source root: When copying files from source root, it seems that ROBOCOPY see the files as directories and the resoult is, that the filename become a directoiry name on targetHow can I prevent thatMy code:$FileName = Get-Date.tostring"MM-dd-yyyy---HH-mm-ss"$oldpaths = Get-ChildItem...
  7. ROBOCOPY fails copying files from source root

    in Windows 10 Software and Apps
    ROBOCOPY fails copying files from source root: When copying files from source root, it seems that ROBOCOPY see the files as directories and the resoult is, that the filename become a directoiry name on targetHow can I prevent thatMy code:$FileName = Get-Date.tostring"MM-dd-yyyy---HH-mm-ss"$oldpaths = Get-ChildItem...
  8. windows update fail x months

    in Windows 10 Installation and Upgrade
    windows update fail x months: Hi My computer has failed to update x months Windows 10, version 1803 amd64 2019-04 (4). I have de installed bitdefender, unplugged all USB drives etc. Hangs at 81% always. How can I install this, or turn off the update, so that my computer doesn't try to install and...
  9. "Windows 10 install failed "X

    in Windows 10 Installation and Upgrade
    "Windows 10 install failed "X: Hi, after endless error notices ( you call it, I have had it !!) . I have tried so many "helpful" remedies from all the kind helpful people out there in our community and on you tube. Couldn't update or remove my old updates defender blocked from starting and a few other...
  10. Using RoboCopy

    in Windows 10 Support
    Using RoboCopy: I'm trying to use RoboCopy to backup my data files to a USB stick and External HDD. I created a folder in each destination called DataBackup and run the following command. robocopy "d:\datafiles" "e:\databackup /e Problem is it doesn't copy to that folder. It simply...