[DISCUSSION] Windows 10 Final Build 19041>>>19045 (PC) [20H1>>>22H2 vb_release]

Discussion in 'Windows 10' started by Enthousiast, Dec 10, 2019.

  1. bear_aussie

    bear_aussie MDL Senior Member

    Jun 8, 2015
    275
    304
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,737
    1,004
    60
    I use this to disable Driver updates:

    Code:
    Windows Registry Editor Version 5.00
    
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\current\device\Update]
    "ExcludeWUDriversInQualityUpdate"=dword:00000001
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\Update]
    "ExcludeWUDriversInQualityUpdate"=dword:00000001
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\Update\ExcludeWUDriversInQualityUpdate]
    "value"=dword:00000001
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings]
    "ExcludeWUDriversInQualityUpdate"=dword:00000001
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
    "ExcludeWUDriversInQualityUpdate"=dword:00000001
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. spedia

    spedia MDL Senior Member

    Jul 13, 2009
    315
    121
    10
    Believe it or not, this is more on Intel, not MS. I expect a solution when Intel pushes out official, unlocked 27.x drivers.
     
  4. janos666

    janos666 MDL Member

    Feb 25, 2012
    132
    22
    10
    The latest nVidia WDDM 2.7 preview driver is unstable as well (and AMD doesn't even have one with HWS support and GUI).
    On the other hand, MS is also slow with the bugfixes on this build (even with those which are already fixed on older stable or later Fast ring preview builds weeks or months ago).
     
  5. Schroedinger2015

    Schroedinger2015 MDL Member

    Jul 16, 2015
    229
    150
    10
    And even today no updates (as usual). Zdnet loves to publish fake news.
     
  6. maddogster

    maddogster MDL Senior Member

    Mar 23, 2015
    319
    112
    10
    running intel graphics driver 27.20.100.7988 since mid march on this build on an 8th gen intel with no issues; also this driver working great on my server 2019 datacenter gui 6th gen intel laptop
     
  7. CCD!

    CCD! MDL Novice

    Sep 14, 2014
    4
    0
    0
    well ... it still beta then. and is not the final release. until mid may.
     
  8. toyo

    toyo MDL Senior Member

    Aug 14, 2009
    472
    313
    10
    I wonder how 2004 works if you already have an unpartioned space at the end of the drive. I have 10% left as OP on my SSDs.
    Theoretically it should't do much since I have a separate OS partition instead of using the whole drive for the OS.
    If anyone has some insight on this I'd be curious to hear.
    Annotation 2020-05-06 023752.png
     
  9. spedia

    spedia MDL Senior Member

    Jul 13, 2009
    315
    121
    10
    The sun will come up, tomorrow.
    Bet your bottom dollar that tomorrow there'll be sun!
     
  10. bear_aussie

    bear_aussie MDL Senior Member

    Jun 8, 2015
    275
    304
    10
    no need 4 all that work mate
    just lay out the parttions the way u want with diskpart (press ctrl+f10 in win setup program)
    windows has never cared especially on bios
    uefi bit more complicated tho (needs at least efi system, msr & windows partitions)
    but ive never seen it complain bout the order their in
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. SooStoked

    SooStoked MDL Novice

    Aug 26, 2012
    4
    0
    0
    Better yet, use a script: (I can't post links, just google "UEFI/GPT-based hard drive partitions" and scroll down to the Sample Files section).
    I just throw the diskpart script on the root of the Windows installer USB, makes custom partition schemes way easier.
     
  12. level143

    level143 MDL Junior Member

    Oct 14, 2012
    62
    25
    0
    Anyone running 20H1 and unable to play Forza Horizon 4? I couldn't get the game to start no matter the workaround even after installing the latest updates. Read some random posts on forums that FH4 has trouble running on 20H1 so just wanted to confirm. It worked great with 1909.
     
  13. bear_aussie

    bear_aussie MDL Senior Member

    Jun 8, 2015
    275
    304
    10
    yeah that'd b the page i linked a few posts bakc
    but different strokes i prefer (& so do a lot of others) 2 do new hdds on full interactive diskpart
    if ur buidling ur own "reset" partition tho a script is good 2 go for :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. Snoop05

    Snoop05 MDL Member

    Mar 2, 2015
    118
    62
    10
    Why would it need MSR partition?
     
  15. janos666

    janos666 MDL Member

    Feb 25, 2012
    132
    22
    10
    I don't think anybody really knows but Win10 can definitely work after you remove the MSR on an EFI-boot system, even with BitLocker enabled on the system drive (I read somewhere that BL uses this space for boot but may be for BIOS/CSM boot mode only...?). If there is any configuration that needs it, I guess it's extremely rare. All you really need is EFI-boot and system. Actually, even the boot partition is redundant if your EFI firmware can read NTFS (can be done with custom editors, sometimes it's already supported by the manufacturer for other reasons) but I doubt Win10 will allow you to put the EFI boot manager to an NTFS filesystem (however, Linux allows anything, like booting in EFI mode from Btrfs).