Could someone who's successfully installed an extension tell me what the download folder looks like? For example, you might have a folder by this name at the root of the download folder: MSEdge Extensions Preview - Mouse Gestures v0_1_16_10501_EXE~ And in that particular folder, you would have 161 items. I'm just trying to figure out what "Load extension" is looking for to successfully do an install. The above example isn't quite right, because it just comes back and says "We couldn't load this extension."
Well, I personally haven't gotten this build to boot through a Windows Update upgrade at all yet. After it finishes it always ends up with a completely black screen where the login is supposed to be. Sometimes I get a BSoD with critical_process_died while I was fiddling with the integrated graphics, but that's about it. I haven't gotten this with any other build so far, but perhaps it's the Intel IGP drivers. I guess I'll try cleaning those next. Although, even when turning the IGP off it wouldn't boot. Safe mode just reboots abruptly after loading.
Try to delete the Elan Touchpad folder at $WINDOWS.~BT before doing the setup. That is possible solution.
Batch file to fix "sfc /scannow" behaviour. Code below works fine for x86 / x64 and doesn't depends on Build number: it needs not to be changed even for the next build after 14291 if the bug will not be fixed. Spoiler Code: @echo off cls setlocal set root=%SystemRoot%\WinSxS\%PROCESSOR_ARCHITECTURE%_microsoft-windows-servicingstack for /f "delims=" %%A in ('dir /ad /b %root%-onecore*') do set "from=%SystemRoot%\WinSxS\%%A" for /f "delims=" %%A in ('dir /ad /b %root%_*') do set "to=%SystemRoot%\WinSxS\%%A" takeown /F %to%\* /R /A 1>nul icacls %to%\*.* /T /grant administrators:F 1>nul echo on echo F|xcopy /C /R /O /Y %from%\wrpint.dll %to%\wrpint.dll pause Warning: be sure to delete trailing blanks after copy-paste text above in THREE lines starting "set root" before you save it. Otherwise set variables values will contain unnecessary trailing blanks.
I don't seem to have a folder like that there, although I did find a metric s**tton of services that failed to launch in the event log, all similar to Code: DCOM got error "1084" attempting to start the service WSearch with arguments "Unavailable" in order to run the server: {B52D54BB-4818-4EB9-AA80-F9EACD371DF8}
Click view at file explorer and select show hidden folder. Under Drivers directory at $WINDOWS.~BT look for the folder DU and delete the one with Elan Touchpad driver, (the folder is among those with funny ID). You have to do that before starting the setup. That is possible solution.
who download this Windows 10 Pro Insider Preview build 14291 x64 completely? the link is hard to get down, please post it to mega or make link for me. thanks a lot!
I'm aware on how to do this, what I meant was that I have no such driver included there. Most likely since I have no such touchpad. Cleaning the IGP drivers also failed to fix it.
Agreed, need mega download link. Cloud mail link download speed is very slow. Someone please post mega or other link for Enterprise 64bit.
Okay. Can you observe at what point the error comes up during Setup(There are three phases to look out for at the Upgrading Windows level - Copying file, Installing features and drivers and Configuring settings)? That might reveal something about what is causing the problem.
sure as .cmd and run saved file as administrator. Any name you like, my original was RepairSFC.cmd. Mine run last lines were: e:\Diary>echo F | xcopy /C /R /O /Y C:\WINDOWS\WinSxS\amd64_microsoft-windows-servicingstack-onecore_31bf3856ad364e35_10.0.14291.1001_none_b11fef854a76db2a\wrpint.dll C:\WINDOWS\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.14291.1001_none_7c2e5a73f273bd94\wrpint.dll Does C:\WINDOWS\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.14291.1001_none_7c2e5a73f273bd94\wrpint.dll specify a file name or directory name on the target (F = file, D = directory)? F C:\WINDOWS\WinSxS\amd64_microsoft-windows-servicingstack-onecore_31bf3856ad364e35_10.0.14291.1001_none_b11fef854a76db2a\wrpint.dll 1 File(s) copied e:\Diary>pause Press any key to continue . . .
I already mentioned this in the original post, but to reiterate; it seems to finish the entire upgrade process without any issues. However, the first boot never shows me the login screen. At most I get the progress dots for a split second. Which is, no doubt, related to the fact that none of the vital services are capable of starting for some reason. I've now also cleaned the upgrade files and re-downloaded them and tried again but that also didn't work.
Are you using SSD by any chance that the firmware is not compactible or it is faulty? If you do try to uninstall it or replace it before doing the upgrade again. This must be a drive issue then.
I am, a Samsung 840 EVO 250GB. It's not faulty and I haven't changed the firmware in like a year. It's also been running all previous insider builds via upgrades without any issues so I'm not sure why it would act up now. I'm glad at least the build rollbacks are working properly.