[DISCUSSION] Windows 10 Insider Preview Build 14291

Discussion in 'Windows 10' started by geircito, Mar 17, 2016.

Thread Status:
Not open for further replies.
  1. bjf2000

    bjf2000 MDL Expert

    Apr 11, 2008
    1,087
    198
    60
    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."
     
  2. Viscerous

    Viscerous MDL Novice

    Oct 5, 2014
    12
    2
    0
    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.
     
  3. Hadron-Curious

    Hadron-Curious MDL Guru

    Jul 4, 2014
    3,730
    603
    120
    Try to delete the Elan Touchpad folder at $WINDOWS.~BT before doing the setup. That is possible solution.
     
  4. bkul

    bkul MDL Member

    Apr 2, 2015
    163
    44
    10
    #84 bkul, Mar 18, 2016
    Last edited by a moderator: Apr 20, 2017
    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.

    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.
     
  5. Viscerous

    Viscerous MDL Novice

    Oct 5, 2014
    12
    2
    0
    #85 Viscerous, Mar 18, 2016
    Last edited by a moderator: Apr 20, 2017
    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}
     
  6. Hadron-Curious

    Hadron-Curious MDL Guru

    Jul 4, 2014
    3,730
    603
    120
    #86 Hadron-Curious, Mar 18, 2016
    Last edited by a moderator: Apr 20, 2017
    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.
     
  7. linkenpark

    linkenpark MDL Member

    Feb 4, 2016
    112
    9
    10
    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!
     
  8. Viscerous

    Viscerous MDL Novice

    Oct 5, 2014
    12
    2
    0
    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.
     
  9. mubaidr

    mubaidr MDL Junior Member

    Dec 8, 2010
    53
    3
    0
    Agreed, need mega download link. Cloud mail link download speed is very slow. :(


    Someone please post mega or other link for Enterprise 64bit.
     
  10. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    5,823
    5,611
    180
    Save Batch file with NotePad, but how do I save it ? CMD ? TXT ? What Name to name File ?
     
  11. Hadron-Curious

    Hadron-Curious MDL Guru

    Jul 4, 2014
    3,730
    603
    120
    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.
     
  12. reggy1

    reggy1 MDL Junior Member

    Jul 6, 2011
    67
    34
    0
    Wzor has posted links but i cant post that :(
     
  13. bkul

    bkul MDL Member

    Apr 2, 2015
    163
    44
    10
    #93 bkul, Mar 18, 2016
    Last edited: Mar 18, 2016
    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 . . .
     
  14. linkenpark

    linkenpark MDL Member

    Feb 4, 2016
    112
    9
    10
    where is the link Wzor post?
     
  15. Viscerous

    Viscerous MDL Novice

    Oct 5, 2014
    12
    2
    0
    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.
     
  16. Hadron-Curious

    Hadron-Curious MDL Guru

    Jul 4, 2014
    3,730
    603
    120
    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.
     
  17. Viscerous

    Viscerous MDL Novice

    Oct 5, 2014
    12
    2
    0
    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.
     
  18. jaladhjin

    jaladhjin MDL Novice

    Nov 26, 2013
    48
    3
    0
    #98 jaladhjin, Mar 18, 2016
    Last edited by a moderator: Apr 20, 2017
  19. Alberto_C

    Alberto_C MDL Junior Member

    Oct 21, 2015
    67
    11
    0
    Thanks to bkul for fix sfc /scannow. Works for me ...
     
  20. mubaidr

    mubaidr MDL Junior Member

    Dec 8, 2010
    53
    3
    0
    Because these links are temporary and work for limited time duration only.