[DISCUSSION] Windows 10 Demoted Back to Insider Preview 17133.1 (PC) [RS4_Release]

Discussion in 'Windows 10' started by Enthousiast, Mar 27, 2018.

  1. Ratha ITC

    Ratha ITC MDL Member

    Jul 13, 2013
    249
    143
    10
    Mine still has no update

    Capture.PNG
     
  2. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,995
    10,924
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    52,202
    115,092
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,768
    1,004
    180
    I know what it is and I want to delete it.
     
  5. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    52,202
    115,092
    450
    Get the device out of the system and it will be gone from devicemanager.....
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. sandrini

    sandrini MDL Novice

    Aug 30, 2013
    20
    0
    0
    Today I've upgraded to Windows10, RS4(1803).
    The brightness adjustment feature is not working.
    Windows running with full brightness.

    Any idea or solution?
     
  7. aquarius84

    aquarius84 MDL Member

    Oct 3, 2012
    205
    61
    10
    @Enthousiast did you test the ESD ?
    about the "problem" detecting the integrated serial key...
    the ESD I downloaded was taken from this topic, on the Pastebin file, this one: 17133.1.180323-1312.rs4_release_clientconsumer_ret_x64fre_it-it
     
  8. SM03

    SM03 MDL Expert

    Dec 16, 2012
    1,587
    663
    60
    already answered this issue, take a look at some earlier post of mine
     
  9. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,768
    1,004
    180
    But I still see uknown driver. When I make clean install of Windows I see it too. It's look like the system want it (the driver).
     
  10. JayPea

    JayPea MDL Junior Member

    Feb 28, 2009
    62
    29
    0
    So get the VID & PID Hardware ID, Google them and then leech the driver.
     
  11. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,768
    1,004
    180
    I don't understand you.
     
  12. JayPea

    JayPea MDL Junior Member

    Feb 28, 2009
    62
    29
    0
    OK, take it back a step. Google 'what is vid and pid' and then read about how to get them. Once obtained, Google the VID & PID to find your driver and then install it. At a guess it's probably some stupid Intel Management Engine driver or similar.
     
  13. AveYo

    AveYo MDL Expert

    Feb 10, 2009
    1,836
    5,746
    60
    #1074 AveYo, Apr 5, 2018
    Last edited: Apr 5, 2018
    Or you could just use a simple powershell script in the same folder as the esd file:
    $ESDFilePath=Get-ChildItem *.esd
    $ImageExclusions=@('Windows Setup Media','Microsoft Windows PE (x64)','Microsoft Windows Setup (x64)','Microsoft Windows PE (x86)','Microsoft Windows Setup (x86)')
    $AllImages=Get-WindowsImage -ImagePath $ESDFilePath
    write-host $AllImages.ImageName
    $SetupMediaImage=$AllImages.Where({$_.ImageName -eq "Windows Setup Media"})
    $SetupImage=$AllImages.Where({$_.ImageName -eq "Microsoft Windows Setup (x64)" -or $_.ImageName -eq "Microsoft Windows Setup (x86)"})
    New-Item -Path ".\ISOFiles" -ItemType Directory -ErrorAction SilentlyContinue
    Expand-WindowsImage -ImagePath $ESDFilePath -Index $SetupMediaImage.ImageIndex -ApplyPath ".\ISOFiles"
    Export-WindowsImage -SourceImagePath $ESDFilePath -SourceIndex $SetupImage.ImageIndex -CompressionType Maximum -DestinationImagePath ".\ISOFiles\Sources\boot.wim" -DestinationName $SetupImage.ImageName
    $AllImages.Where({$_.ImageName -notin $ImageExclusions}).foreach( {
    Export-WindowsImage -SourceImagePath $ESDFilePath -SourceIndex $_.ImageIndex -CompressionType Maximum -DestinationImagePath ".\ISOFiles\Sources\Install.wim" -DestinationName $_.ImageName
    } )


    Will create the ISOFiles subdirectory that you can simply run setup from or copy over to a usb stick / make an iso out of it.

    Edit: oops I had this on queue to submit and more posts have been added hence it looks out of place
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. Ratha ITC

    Ratha ITC MDL Member

    Jul 13, 2013
    249
    143
    10
    #1075 Ratha ITC, Apr 5, 2018
    Last edited: Apr 6, 2018
    Is there anyone using Visual Studio 2017 for C++ development on this build? I failed to build some libraries.. I'm not sure if it was the RS4 or something else.

    Edit: Everything are fine now. The causes of the problem was not this build of RS4.
     
  15. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,768
    1,004
    180
    Yes. It's Intel Management Engine that installed when I install Intel Desktop Utilities that make BSOD. For what I need Intel Management Engine ?
     
  16. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,701
    1,721
    150
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. JayPea

    JayPea MDL Junior Member

    Feb 28, 2009
    62
    29
    0
    Nobody can tell you why YOU need something. Only you can answer that question.

    The bottom line is you're trying to install low level 3rd party software onto a version of Windows 10 that hasn't been released to the general public yet. My advice would be to ignore the unknown driver or disable it in Device Manager and then wait for Intel to update their software to support 1803. If that's unacceptable then feel free to hit up the recovery options in Settings and then roll back your version (if you upgraded). If it was a clean install then you'll need to find something else to obsess over for a week or two :)
     
  18. kewkie

    kewkie MDL Member

    Dec 10, 2014
    196
    80
    10
    Quoting myself here: Seems like it is not a Windows issue. Rocket League had a big update and their forums and reddit is full of this issue. Seems like they screwed some things up, so yeah taking this back :)