[DISCUSSION] Windows 10 Insider Preview Build 21376.1 (PC) [FAST/Dev Channel - co_release]

Discussion in 'Windows 10' started by Enthousiast, May 6, 2021.

  1. Chronidus

    Chronidus MDL Junior Member

    Joined:
    Oct 24, 2007
    Messages:
    53
    Likes Received:
    23
    Trophy Points:
    0
    Tried instaling it fresh but it gets stuck on getting ready after installed
     
  2. SLK320

    SLK320 MDL Junior Member

    Joined:
    Oct 12, 2009
    Messages:
    99
    Likes Received:
    29
    Trophy Points:
    0
    This build seems hopeless to install, it has failed on 3 out of 3 of my computers now.
     
  3. cuteee

    cuteee MDL Guru

    Joined:
    Oct 13, 2012
    Messages:
    5,013
    Likes Received:
    775
    Trophy Points:
    180
    It's new computers ? Mine is 16 years old and this build installed very quickly.
     
  4. SLK320

    SLK320 MDL Junior Member

    Joined:
    Oct 12, 2009
    Messages:
    99
    Likes Received:
    29
    Trophy Points:
    0
    2 built in store by my spec, AMD systems. One with TRX40 chipset and an older system with X399 chipset and a brand new laptop DELL XPS 15 9500.
     
  5. pareja119

    pareja119 MDL Novice

    Joined:
    Jul 11, 2015
    Messages:
    30
    Likes Received:
    7
    Trophy Points:
    0
  6. tonyh2004

    tonyh2004 MDL Member

    Joined:
    Aug 2, 2011
    Messages:
    173
    Likes Received:
    39
    Trophy Points:
    10
    wont install by WU for me. downloaded uup and installed from ISO works well no problems installing.
    does seem, as has been said a nice build but time will tell
     
  7. WindowsGeek

    WindowsGeek MDL Expert

    Joined:
    Jun 30, 2015
    Messages:
    1,082
    Likes Received:
    239
    Trophy Points:
    60
    Im experiencing the same issue were is telling win10 has reached the end of service, but im running a samsung MVe drive not Intel.

    upload_2021-5-7_8-13-55.png
     
  8. SLK320

    SLK320 MDL Junior Member

    Joined:
    Oct 12, 2009
    Messages:
    99
    Likes Received:
    29
    Trophy Points:
    0
    Managed to upgrade two of my computers now. The X399 AMD system took a few tries before it worked and on my TRX40 I uninstalled HWinfo, AIDA64 and Watchguard SSL client then it worked (don't know which one that did the trick though).
     
  9. Atari800XL

    Atari800XL MDL Addicted

    Joined:
    Apr 3, 2011
    Messages:
    899
    Likes Received:
    1,587
    Trophy Points:
    30
    I had some spare time so I downloaded the UUP sets and did a clean install directly with the UUP files.
    Everything seems to work just fine, setup was fast and all my usual tweaks for unattended install and postinstall work OK.

    I would like to get rid of the new (for me, anyway) weather icon on the toolbar, and the "start meeting" (mine was in Dutch) icon.
    Are these simple reg settings I can implement? Sorry if these .reg entries came up before, I must have missed them. Thanks!
     
  10. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,566
    Likes Received:
    59,628
    Trophy Points:
    450
  11. boe323

    boe323 MDL Member

    Joined:
    Jul 19, 2011
    Messages:
    240
    Likes Received:
    34
    Trophy Points:
    10
    Logout of Microsoft account, sign in with local account. then log back in
     
  12. boe323

    boe323 MDL Member

    Joined:
    Jul 19, 2011
    Messages:
    240
    Likes Received:
    34
    Trophy Points:
    10
    right click turn off news and interests
     
  13. boe323

    boe323 MDL Member

    Joined:
    Jul 19, 2011
    Messages:
    240
    Likes Received:
    34
    Trophy Points:
    10
  14. nosirrahx

    nosirrahx MDL Addicted

    Joined:
    Nov 7, 2017
    Messages:
    873
    Likes Received:
    396
    Trophy Points:
    30
    Install went fine upgrading a test VM, going to upgrade 2 real systems to see if I can replicate the errors people are seeing.
     
  15. Atari800XL

    Atari800XL MDL Addicted

    Joined:
    Apr 3, 2011
    Messages:
    899
    Likes Received:
    1,587
    Trophy Points:
    30
    Yep, I would like to get rid of these. Maybe I should say it correctly: I would like to know if these can be turned off with a simple .reg setting.
    Yes, I know I can probably turn them off "manually", I just want to know the registry settings (if available). I know ENTST knows what I'm talking about :)
    Thanks for your replies, big thanks to ENTST for all his work here.
     
  16. mxman2k

    mxman2k MDL Developer

    Joined:
    Jun 20, 2007
    Messages:
    3,714
    Likes Received:
    10,633
    Trophy Points:
    120
    Hopefully these will do what you require. :)

    Code:
    
    REM  Disable News and Interests - All Users
    Reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Feeds" /v "EnableFeeds" /t REG_DWORD /d "0" /f
    
    REM  Disable Meet Now - Current user
    Reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v "HideSCAMeetNow" /t REG_DWORD /d "1" /f
    
    REM  Disable Meet Now - All Users
    Reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v "HideSCAMeetNow" /t REG_DWORD /d "1" /f
    
    
    The News and Interests reg edit may also turn off other feeds besides the News/Interests one...
     
  17. Atari800XL

    Atari800XL MDL Addicted

    Joined:
    Apr 3, 2011
    Messages:
    899
    Likes Received:
    1,587
    Trophy Points:
    30
    Thank you very much!
    This will save me a lot of time (figuring out or looking up the settings), but don't worry, the extra time will be well spent cleaning up the garden!
     
  18. cuteee

    cuteee MDL Guru

    Joined:
    Oct 13, 2012
    Messages:
    5,013
    Likes Received:
    775
    Trophy Points:
    180
  19. mxman2k

    mxman2k MDL Developer

    Joined:
    Jun 20, 2007
    Messages:
    3,714
    Likes Received:
    10,633
    Trophy Points:
    120
    Code:
    
    REM Current User.
    Reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Feeds" /v "ShellFeedsTaskbarViewMode" /t REG_DWORD /d "2" /f
    
    REM All Users... 
    Reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Feeds" /v "ShellFeedsTaskbarViewMode" /t REG_DWORD /d "2" /f
    
    
    I think this is the one to just turn off the 'news and interests' one on the taskbar without affecting other feeds...

    The value of '2' seems to be the one for just that. :)
     
  20. cuteee

    cuteee MDL Guru

    Joined:
    Oct 13, 2012
    Messages:
    5,013
    Likes Received:
    775
    Trophy Points:
    180
    This build very not stable. It freezing a lot.