Two failed windows updates

Did everything you wrote but when it came time to run the Script,bat as administrator it said this file does not have a program associated with it for performing this action etc,etc, never had this happen before.
 
What if you rename it to Script.cmd and try to run it?
 
Sorry for the delay, I've been quite busy in the last weeks at work. Follow the instructions below please.
  • Download the attached archive file, ReplacementFiles.zip and save it on your Desktop;
  • Once it's downloaded, right-click on it and select Extract All...;
  • Check the Show extracted files when complete checkbox, change the location to C: and click on Extract;
  • On completion, the C: drive will open. Open the ReplacementFiles folder and make sure that you indeed see files in it;
  • Now, open your Notepad, and copy/paste the following inside it:
    Code:
    icacls C:\Windows\winsxs\x86_microsoft-windows-fde_31bf3856ad364e35_10.0.10240.16384_none_53edd1a13dfb0b47\fde.dll /save %userprofile%\ACLFile
    takeown /f C:\Windows\winsxs\x86_microsoft-windows-fde_31bf3856ad364e35_10.0.10240.16384_none_53edd1a13dfb0b47\fde.dll
    icacls C:\Windows\winsxs\x86_microsoft-windows-fde_31bf3856ad364e35_10.0.10240.16384_none_53edd1a13dfb0b47\fde.dll /grant administrators:F
    echo y | copy C:\ReplacementFiles\fde.dll C:\Windows\winsxs\x86_microsoft-windows-fde_31bf3856ad364e35_10.0.10240.16384_none_53edd1a13dfb0b47\fde.dll
    icacls C:\Windows\winsxs\x86_microsoft-windows-fde_31bf3856ad364e35_10.0.10240.16384_none_53edd1a13dfb0b47\fde.dll /setowner "NT SERVICE\TrustedInstaller"
    icacls C:\Windows\winsxs\x86_microsoft-windows-fde_31bf3856ad364e35_10.0.10240.16384_none_53edd1a13dfb0b47 /restore %userprofile%\ACLFile
    
    icacls C:\Windows\winsxs\x86_microsoft-windows-fdeploy_31bf3856ad364e35_10.0.10240.16384_none_8b976868330e2e4d\fdeploy.dll /save %userprofile%\ACLFile
    takeown /f C:\Windows\winsxs\x86_microsoft-windows-fdeploy_31bf3856ad364e35_10.0.10240.16384_none_8b976868330e2e4d\fdeploy.dll
    icacls C:\Windows\winsxs\x86_microsoft-windows-fdeploy_31bf3856ad364e35_10.0.10240.16384_none_8b976868330e2e4d\fdeploy.dll /grant administrators:F
    echo y | copy C:\ReplacementFiles\fdeploy.dll x86_microsoft-windows-fdeploy_31bf3856ad364e35_10.0.10240.16384_none_8b976868330e2e4d\fdeploy.dll
    icacls C:\Windows\winsxs\x86_microsoft-windows-fdeploy_31bf3856ad364e35_10.0.10240.16384_none_8b976868330e2e4d\fdeploy.dll /setowner "NT SERVICE\TrustedInstaller"
    icacls C:\Windows\winsxs\x86_microsoft-windows-fdeploy_31bf3856ad364e35_10.0.10240.16384_none_8b976868330e2e4d /restore %userprofile%\ACLFile
    
    icacls C:\Windows\winsxs\x86_microsoft-windows-g..policy-admin-gpedit_31bf3856ad364e35_10.0.10240.16384_none_7a1402c0473741f3\gpedit.dll /save %userprofile%\ACLFile
    takeown /f C:\Windows\winsxs\x86_microsoft-windows-g..policy-admin-gpedit_31bf3856ad364e35_10.0.10240.16384_none_7a1402c0473741f3\gpedit.dll
    icacls C:\Windows\winsxs\x86_microsoft-windows-g..policy-admin-gpedit_31bf3856ad364e35_10.0.10240.16384_none_7a1402c0473741f3\gpedit.dll /grant administrators:F
    echo y | copy C:\ReplacementFiles\gpedit.dll C:\Windows\winsxs\x86_microsoft-windows-g..policy-admin-gpedit_31bf3856ad364e35_10.0.10240.16384_none_7a1402c0473741f3\gpedit.dll
    icacls C:\Windows\winsxs\x86_microsoft-windows-g..policy-admin-gpedit_31bf3856ad364e35_10.0.10240.16384_none_7a1402c0473741f3\gpedit.dll /setowner "NT SERVICE\TrustedInstaller"
    icacls C:\Windows\winsxs\x86_microsoft-windows-g..policy-admin-gpedit_31bf3856ad364e35_10.0.10240.16384_none_7a1402c0473741f3 /restore %userprofile%\ACLFile
    
    icacls C:\Windows\winsxs\x86_microsoft-windows-grouppolicy-gptext_31bf3856ad364e35_10.0.10240.16384_none_e331a2b57156a984\gpedit.dll /save %userprofile%\ACLFile
    takeown /f C:\Windows\winsxs\x86_microsoft-windows-grouppolicy-gptext_31bf3856ad364e35_10.0.10240.16384_none_e331a2b57156a984\gpedit.dll
    icacls C:\Windows\winsxs\x86_microsoft-windows-grouppolicy-gptext_31bf3856ad364e35_10.0.10240.16384_none_e331a2b57156a984\gpedit.dll /grant administrators:F
    echo y | copy C:\ReplacementFiles\gpedit.dll C:\Windows\winsxs\x86_microsoft-windows-grouppolicy-gptext_31bf3856ad364e35_10.0.10240.16384_none_e331a2b57156a984\gpedit.dll
    icacls C:\Windows\winsxs\x86_microsoft-windows-grouppolicy-gptext_31bf3856ad364e35_10.0.10240.16384_none_e331a2b57156a984\gpedit.dll /setowner "NT SERVICE\TrustedInstaller"
    icacls C:\Windows\winsxs\x86_microsoft-windows-grouppolicy-gptext_31bf3856ad364e35_10.0.10240.16384_none_e331a2b57156a984 /restore %userprofile%\ACLFile
  • Once done, click on the File menu followed by Save as.... Save the file on your Desktop and give it the name Script.bat;
  • After that, go on your Desktop, right-click on Script.bat and select Run as Administrator;
  • You should see a command prompt open and close quickly, let me know once this is done;


OK Aura, left it as Script.bat redid (run as administrator) it "opened and closed quickly".
 
Good :) Now follow the instructions below please.

EndqYRa.png
System File Checker (SFC)
Follow the instructions below to run a SFC scan on your system and to provide the CBS log in your next reply;
  • On Windows Vista & 7, click on the Windows Start Menu, then enter cmd in the search box, right-click on the cmd icon and select
    Spcusrh.png
    Run as Administrator
  • On Windows 8, drag your cursor in the bottom-left corner, and right-click on the metro menu preview, then select Command Prompt (Admin);
  • On Windows 8.1, right click on the Windows logo in the bottom-left corner and select Command Prompt (Admin);
  • Enter the command below and press on Enter;
    Code:
    sfc /scannow
    Note: There's a space between "sfc" and "/scannow";
  • Once the scan is complete, enter the command below and press on Enter
    Code:
    copy %windir%\logs\cbs\cbs.log "%userprofile%\Desktop\cbs.txt"
  • A file called cbs.txt will have appeared on your Desktop. Upload the file on Dropbox, Google Drive or OneDrive and post the download URL for it here;
Note: Please note that the CBS.log is volatile, which means that if you don't upload it after the SFC scan is completed, it won't have the information from the scan anymore. So archive it and upload it as soon as you can.
 
This is only a shortcut to the CBS.log, I need the CBS.txt that you create using the command I given, or the CBS.log directly :)
 
Looks like the replacements failed. Can you follow the instructions again for the batch script (.bat), but this time, copy/paste this inside the text file.
Code:
icacls C:\Windows\winsxs\x86_microsoft-windows-fde_31bf3856ad364e35_10.0.10240.16384_none_53edd1a13dfb0b47\fde.dll /save %userprofile%\ACLFile >> "%userprofile%\Desktop\Output.txt"
takeown /f C:\Windows\winsxs\x86_microsoft-windows-fde_31bf3856ad364e35_10.0.10240.16384_none_53edd1a13dfb0b47\fde.dll >> "%userprofile%\Desktop\Output.txt"
icacls C:\Windows\winsxs\x86_microsoft-windows-fde_31bf3856ad364e35_10.0.10240.16384_none_53edd1a13dfb0b47\fde.dll /grant administrators:F >> "%userprofile%\Desktop\Output.txt"
echo y | copy C:\ReplacementFiles\fde.dll C:\Windows\winsxs\x86_microsoft-windows-fde_31bf3856ad364e35_10.0.10240.16384_none_53edd1a13dfb0b47\fde.dll >> "%userprofile%\Desktop\Output.txt"
icacls C:\Windows\winsxs\x86_microsoft-windows-fde_31bf3856ad364e35_10.0.10240.16384_none_53edd1a13dfb0b47\fde.dll /setowner "NT SERVICE\TrustedInstaller" >> "%userprofile%\Desktop\Output.txt"
icacls C:\Windows\winsxs\x86_microsoft-windows-fde_31bf3856ad364e35_10.0.10240.16384_none_53edd1a13dfb0b47 /restore %userprofile%\ACLFile >> "%userprofile%\Desktop\Output.txt"

icacls C:\Windows\winsxs\x86_microsoft-windows-fdeploy_31bf3856ad364e35_10.0.10240.16384_none_8b976868330e2e4d\fdeploy.dll /save %userprofile%\ACLFile >> "%userprofile%\Desktop\Output.txt"
takeown /f C:\Windows\winsxs\x86_microsoft-windows-fdeploy_31bf3856ad364e35_10.0.10240.16384_none_8b976868330e2e4d\fdeploy.dll >> "%userprofile%\Desktop\Output.txt"
icacls C:\Windows\winsxs\x86_microsoft-windows-fdeploy_31bf3856ad364e35_10.0.10240.16384_none_8b976868330e2e4d\fdeploy.dll /grant administrators:F >> "%userprofile%\Desktop\Output.txt"
echo y | copy C:\ReplacementFiles\fdeploy.dll x86_microsoft-windows-fdeploy_31bf3856ad364e35_10.0.10240.16384_none_8b976868330e2e4d\fdeploy.dll >> "%userprofile%\Desktop\Output.txt"
icacls C:\Windows\winsxs\x86_microsoft-windows-fdeploy_31bf3856ad364e35_10.0.10240.16384_none_8b976868330e2e4d\fdeploy.dll /setowner "NT SERVICE\TrustedInstaller" >> "%userprofile%\Desktop\Output.txt"
icacls C:\Windows\winsxs\x86_microsoft-windows-fdeploy_31bf3856ad364e35_10.0.10240.16384_none_8b976868330e2e4d /restore %userprofile%\ACLFile >> "%userprofile%\Desktop\Output.txt"

icacls C:\Windows\winsxs\x86_microsoft-windows-g..policy-admin-gpedit_31bf3856ad364e35_10.0.10240.16384_none_7a1402c0473741f3\gpedit.dll /save %userprofile%\ACLFile >> "%userprofile%\Desktop\Output.txt"
takeown /f C:\Windows\winsxs\x86_microsoft-windows-g..policy-admin-gpedit_31bf3856ad364e35_10.0.10240.16384_none_7a1402c0473741f3\gpedit.dll >> "%userprofile%\Desktop\Output.txt"
icacls C:\Windows\winsxs\x86_microsoft-windows-g..policy-admin-gpedit_31bf3856ad364e35_10.0.10240.16384_none_7a1402c0473741f3\gpedit.dll /grant administrators:F >> "%userprofile%\Desktop\Output.txt"
echo y | copy C:\ReplacementFiles\gpedit.dll C:\Windows\winsxs\x86_microsoft-windows-g..policy-admin-gpedit_31bf3856ad364e35_10.0.10240.16384_none_7a1402c0473741f3\gpedit.dll >> "%userprofile%\Desktop\Output.txt"
icacls C:\Windows\winsxs\x86_microsoft-windows-g..policy-admin-gpedit_31bf3856ad364e35_10.0.10240.16384_none_7a1402c0473741f3\gpedit.dll /setowner "NT SERVICE\TrustedInstaller" >> "%userprofile%\Desktop\Output.txt"
icacls C:\Windows\winsxs\x86_microsoft-windows-g..policy-admin-gpedit_31bf3856ad364e35_10.0.10240.16384_none_7a1402c0473741f3 /restore %userprofile%\ACLFile >> "%userprofile%\Desktop\Output.txt"

icacls C:\Windows\winsxs\x86_microsoft-windows-grouppolicy-gptext_31bf3856ad364e35_10.0.10240.16384_none_e331a2b57156a984\gpedit.dll /save %userprofile%\ACLFile >> "%userprofile%\Desktop\Output.txt"
takeown /f C:\Windows\winsxs\x86_microsoft-windows-grouppolicy-gptext_31bf3856ad364e35_10.0.10240.16384_none_e331a2b57156a984\gpedit.dll >> "%userprofile%\Desktop\Output.txt"
icacls C:\Windows\winsxs\x86_microsoft-windows-grouppolicy-gptext_31bf3856ad364e35_10.0.10240.16384_none_e331a2b57156a984\gpedit.dll /grant administrators:F >> "%userprofile%\Desktop\Output.txt"
echo y | copy C:\ReplacementFiles\gpedit.dll C:\Windows\winsxs\x86_microsoft-windows-grouppolicy-gptext_31bf3856ad364e35_10.0.10240.16384_none_e331a2b57156a984\gpedit.dll >> "%userprofile%\Desktop\Output.txt"
icacls C:\Windows\winsxs\x86_microsoft-windows-grouppolicy-gptext_31bf3856ad364e35_10.0.10240.16384_none_e331a2b57156a984\gpedit.dll /setowner "NT SERVICE\TrustedInstaller" >> "%userprofile%\Desktop\Output.txt"
icacls C:\Windows\winsxs\x86_microsoft-windows-grouppolicy-gptext_31bf3856ad364e35_10.0.10240.16384_none_e331a2b57156a984 /restore %userprofile%\ACLFile >> "%userprofile%\Desktop\Output.txt"
Once you run the script, a file called Output.txt will appear on your Desktop. Open it, and copy/paste it's content here please.
 
Looks like the replacements failed. Can you follow the instructions again for the batch script (.bat), but this time, copy/paste this inside the text file.
Code:
icacls C:\Windows\winsxs\x86_microsoft-windows-fde_31bf3856ad364e35_10.0.10240.16384_none_53edd1a13dfb0b47\fde.dll /save %userprofile%\ACLFile >> "%userprofile%\Desktop\Output.txt"
takeown /f C:\Windows\winsxs\x86_microsoft-windows-fde_31bf3856ad364e35_10.0.10240.16384_none_53edd1a13dfb0b47\fde.dll >> "%userprofile%\Desktop\Output.txt"
icacls C:\Windows\winsxs\x86_microsoft-windows-fde_31bf3856ad364e35_10.0.10240.16384_none_53edd1a13dfb0b47\fde.dll /grant administrators:F >> "%userprofile%\Desktop\Output.txt"
echo y | copy C:\ReplacementFiles\fde.dll C:\Windows\winsxs\x86_microsoft-windows-fde_31bf3856ad364e35_10.0.10240.16384_none_53edd1a13dfb0b47\fde.dll >> "%userprofile%\Desktop\Output.txt"
icacls C:\Windows\winsxs\x86_microsoft-windows-fde_31bf3856ad364e35_10.0.10240.16384_none_53edd1a13dfb0b47\fde.dll /setowner "NT SERVICE\TrustedInstaller" >> "%userprofile%\Desktop\Output.txt"
icacls C:\Windows\winsxs\x86_microsoft-windows-fde_31bf3856ad364e35_10.0.10240.16384_none_53edd1a13dfb0b47 /restore %userprofile%\ACLFile >> "%userprofile%\Desktop\Output.txt"

icacls C:\Windows\winsxs\x86_microsoft-windows-fdeploy_31bf3856ad364e35_10.0.10240.16384_none_8b976868330e2e4d\fdeploy.dll /save %userprofile%\ACLFile >> "%userprofile%\Desktop\Output.txt"
takeown /f C:\Windows\winsxs\x86_microsoft-windows-fdeploy_31bf3856ad364e35_10.0.10240.16384_none_8b976868330e2e4d\fdeploy.dll >> "%userprofile%\Desktop\Output.txt"
icacls C:\Windows\winsxs\x86_microsoft-windows-fdeploy_31bf3856ad364e35_10.0.10240.16384_none_8b976868330e2e4d\fdeploy.dll /grant administrators:F >> "%userprofile%\Desktop\Output.txt"
echo y | copy C:\ReplacementFiles\fdeploy.dll x86_microsoft-windows-fdeploy_31bf3856ad364e35_10.0.10240.16384_none_8b976868330e2e4d\fdeploy.dll >> "%userprofile%\Desktop\Output.txt"
icacls C:\Windows\winsxs\x86_microsoft-windows-fdeploy_31bf3856ad364e35_10.0.10240.16384_none_8b976868330e2e4d\fdeploy.dll /setowner "NT SERVICE\TrustedInstaller" >> "%userprofile%\Desktop\Output.txt"
icacls C:\Windows\winsxs\x86_microsoft-windows-fdeploy_31bf3856ad364e35_10.0.10240.16384_none_8b976868330e2e4d /restore %userprofile%\ACLFile >> "%userprofile%\Desktop\Output.txt"

icacls C:\Windows\winsxs\x86_microsoft-windows-g..policy-admin-gpedit_31bf3856ad364e35_10.0.10240.16384_none_7a1402c0473741f3\gpedit.dll /save %userprofile%\ACLFile >> "%userprofile%\Desktop\Output.txt"
takeown /f C:\Windows\winsxs\x86_microsoft-windows-g..policy-admin-gpedit_31bf3856ad364e35_10.0.10240.16384_none_7a1402c0473741f3\gpedit.dll >> "%userprofile%\Desktop\Output.txt"
icacls C:\Windows\winsxs\x86_microsoft-windows-g..policy-admin-gpedit_31bf3856ad364e35_10.0.10240.16384_none_7a1402c0473741f3\gpedit.dll /grant administrators:F >> "%userprofile%\Desktop\Output.txt"
echo y | copy C:\ReplacementFiles\gpedit.dll C:\Windows\winsxs\x86_microsoft-windows-g..policy-admin-gpedit_31bf3856ad364e35_10.0.10240.16384_none_7a1402c0473741f3\gpedit.dll >> "%userprofile%\Desktop\Output.txt"
icacls C:\Windows\winsxs\x86_microsoft-windows-g..policy-admin-gpedit_31bf3856ad364e35_10.0.10240.16384_none_7a1402c0473741f3\gpedit.dll /setowner "NT SERVICE\TrustedInstaller" >> "%userprofile%\Desktop\Output.txt"
icacls C:\Windows\winsxs\x86_microsoft-windows-g..policy-admin-gpedit_31bf3856ad364e35_10.0.10240.16384_none_7a1402c0473741f3 /restore %userprofile%\ACLFile >> "%userprofile%\Desktop\Output.txt"

icacls C:\Windows\winsxs\x86_microsoft-windows-grouppolicy-gptext_31bf3856ad364e35_10.0.10240.16384_none_e331a2b57156a984\gpedit.dll /save %userprofile%\ACLFile >> "%userprofile%\Desktop\Output.txt"
takeown /f C:\Windows\winsxs\x86_microsoft-windows-grouppolicy-gptext_31bf3856ad364e35_10.0.10240.16384_none_e331a2b57156a984\gpedit.dll >> "%userprofile%\Desktop\Output.txt"
icacls C:\Windows\winsxs\x86_microsoft-windows-grouppolicy-gptext_31bf3856ad364e35_10.0.10240.16384_none_e331a2b57156a984\gpedit.dll /grant administrators:F >> "%userprofile%\Desktop\Output.txt"
echo y | copy C:\ReplacementFiles\gpedit.dll C:\Windows\winsxs\x86_microsoft-windows-grouppolicy-gptext_31bf3856ad364e35_10.0.10240.16384_none_e331a2b57156a984\gpedit.dll >> "%userprofile%\Desktop\Output.txt"
icacls C:\Windows\winsxs\x86_microsoft-windows-grouppolicy-gptext_31bf3856ad364e35_10.0.10240.16384_none_e331a2b57156a984\gpedit.dll /setowner "NT SERVICE\TrustedInstaller" >> "%userprofile%\Desktop\Output.txt"
icacls C:\Windows\winsxs\x86_microsoft-windows-grouppolicy-gptext_31bf3856ad364e35_10.0.10240.16384_none_e331a2b57156a984 /restore %userprofile%\ACLFile >> "%userprofile%\Desktop\Output.txt"
Once you run the script, a file called Output.txt will appear on your Desktop. Open it, and copy/paste it's content here please.

processed file: C:\Windows\winsxs\x86_microsoft-windows-fde_31bf3856ad364e35_10.0.10240.16384_none_53edd1a13dfb0b47\fde.dll
Successfully processed 1 files; Failed processing 0 files

SUCCESS: The file (or folder): "C:\Windows\winsxs\x86_microsoft-windows-fde_31bf3856ad364e35_10.0.10240.16384_none_53edd1a13dfb0b47\fde.dll" now owned by user "verna-PC\verna".
processed file: C:\Windows\winsxs\x86_microsoft-windows-fde_31bf3856ad364e35_10.0.10240.16384_none_53edd1a13dfb0b47\fde.dll
Successfully processed 1 files; Failed processing 0 files
The system cannot find the path specified.
processed file: C:\Windows\winsxs\x86_microsoft-windows-fde_31bf3856ad364e35_10.0.10240.16384_none_53edd1a13dfb0b47\fde.dll
Successfully processed 1 files; Failed processing 0 files
processed file: C:\Windows\winsxs\x86_microsoft-windows-fde_31bf3856ad364e35_10.0.10240.16384_none_53edd1a13dfb0b47\fde.dll
Successfully processed 1 files; Failed processing 0 files
processed file: C:\Windows\winsxs\x86_microsoft-windows-fdeploy_31bf3856ad364e35_10.0.10240.16384_none_8b976868330e2e4d\fdeploy.dll
Successfully processed 1 files; Failed processing 0 files

SUCCESS: The file (or folder): "C:\Windows\winsxs\x86_microsoft-windows-fdeploy_31bf3856ad364e35_10.0.10240.16384_none_8b976868330e2e4d\fdeploy.dll" now owned by user "verna-PC\verna".
processed file: C:\Windows\winsxs\x86_microsoft-windows-fdeploy_31bf3856ad364e35_10.0.10240.16384_none_8b976868330e2e4d\fdeploy.dll
Successfully processed 1 files; Failed processing 0 files
The system cannot find the path specified.
processed file: C:\Windows\winsxs\x86_microsoft-windows-fdeploy_31bf3856ad364e35_10.0.10240.16384_none_8b976868330e2e4d\fdeploy.dll
Successfully processed 1 files; Failed processing 0 files
processed file: C:\Windows\winsxs\x86_microsoft-windows-fdeploy_31bf3856ad364e35_10.0.10240.16384_none_8b976868330e2e4d\fdeploy.dll
Successfully processed 1 files; Failed processing 0 files
processed file: C:\Windows\winsxs\x86_microsoft-windows-g..policy-admin-gpedit_31bf3856ad364e35_10.0.10240.16384_none_7a1402c0473741f3\gpedit.dll
Successfully processed 1 files; Failed processing 0 files

SUCCESS: The file (or folder): "C:\Windows\winsxs\x86_microsoft-windows-g..policy-admin-gpedit_31bf3856ad364e35_10.0.10240.16384_none_7a1402c0473741f3\gpedit.dll" now owned by user "verna-PC\verna".
processed file: C:\Windows\winsxs\x86_microsoft-windows-g..policy-admin-gpedit_31bf3856ad364e35_10.0.10240.16384_none_7a1402c0473741f3\gpedit.dll
Successfully processed 1 files; Failed processing 0 files
The system cannot find the path specified.
processed file: C:\Windows\winsxs\x86_microsoft-windows-g..policy-admin-gpedit_31bf3856ad364e35_10.0.10240.16384_none_7a1402c0473741f3\gpedit.dll
Successfully processed 1 files; Failed processing 0 files
processed file: C:\Windows\winsxs\x86_microsoft-windows-g..policy-admin-gpedit_31bf3856ad364e35_10.0.10240.16384_none_7a1402c0473741f3\gpedit.dll
Successfully processed 1 files; Failed processing 0 files
Successfully processed 0 files; Failed processing 1 files
Successfully processed 0 files; Failed processing 1 files
The system cannot find the path specified.
Successfully processed 0 files; Failed processing 1 files
 
Do you have a folder called C:\ReplacementFiles with 4 files (fde.dll, fdeploy.dll, gpedit.dll and another one) in it?
 
Yes, that's it. And their path is really C:\ReplacementFiles\gptext.dll?
 
Sorry for the delay bobby, I've been really busy at work and at home in the last 3 days. I saw your new thread, do you still need assistance with this issue, or not anymore?
 
Sorry for the delay bobby, I've been really busy at work and at home in the last 3 days. I saw your new thread, do you still need assistance with this issue, or not anymore?

No problem on the delay. And yes I do need assistance with this issue.Thx
 
I don't know if you can downgrade because I didn't investigate it yet. Reason being that I didn't receive the November Update yet (for whatever reason there is), and I've been checking my Windows Update everyday for it. A colleague at work receiving it earlier this week, but I didn't.
 
Ok, will wait to you get yours. As a tip, mine kept downloading and failing so I went to the Media Creation Tool which now has the latest(November) upgrade and that's where I finally got it to download without failing.I used the upgrade this pc option (it just said I could keep the files but not the settings)
 
I used the upgrade this pc option (it just said I could keep the files but not the settings)

Hence why I don't want to use it :P Also, I would like it to fail on my system at least once, so I could investigate what's wrong and hopefully find a fix for it, so Sysnative could offer assistance to users that cannot upgrade via Windows Update. Even thought you upgraded to 1511, the two Windows Updates in the OP are still failing?
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top