[DISCUSSION] Windows 10 Final Build 19041/2/3 (PC) [20H1/2 / 21H1 vb_release]

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

  1. kewkie

    kewkie MDL Member

    Joined:
    Dec 10, 2014
    Messages:
    192
    Likes Received:
    80
    Trophy Points:
    10
    Trying to copy a folder from my 20H1 machine to a 20H1 VMware machine and it starts to freeze.

    On the first try I had WSL 2 enabled, but even when I disable Hyper-V/WSL 2 it still acts like this.
     
  2. istighfar

    istighfar MDL Junior Member

    Joined:
    Apr 18, 2020
    Messages:
    66
    Likes Received:
    31
    Trophy Points:
    0
    try to upgrade VM to the last version and see if it will fix this issue.
     
  3. kewkie

    kewkie MDL Member

    Joined:
    Dec 10, 2014
    Messages:
    192
    Likes Received:
    80
    Trophy Points:
    10
    Already tried 15.5.2 and the Tech-Preview. Not sure if its an AMD Chipset issue.
     
  4. bonesz

    bonesz MDL Senior Member

    Joined:
    Jun 30, 2013
    Messages:
    479
    Likes Received:
    262
    Trophy Points:
    10
  5. apoklyps3

    apoklyps3 MDL Novice

    Joined:
    Aug 12, 2012
    Messages:
    42
    Likes Received:
    1
    Trophy Points:
    0
    is there a modded update assistant to install 2004 now?
    or any other way to update without doing a in-place upgrade?
     
  6. paco77

    paco77 MDL Junior Member

    Joined:
    Nov 25, 2009
    Messages:
    54
    Likes Received:
    161
    Trophy Points:
    0
    No, only consumer editions, freddie-o is right:

     
  7. paco77

    paco77 MDL Junior Member

    Joined:
    Nov 25, 2009
    Messages:
    54
    Likes Received:
    161
    Trophy Points:
    0
    A "modded update assistant" I don't think so.
    To install remotely you could use AnyDesk to connect and do all the upgrade. I did myself that for some friends of mine.
     
  8. apoklyps3

    apoklyps3 MDL Novice

    Joined:
    Aug 12, 2012
    Messages:
    42
    Likes Received:
    1
    Trophy Points:
    0
    I don't need remote assistance.
    Update assistant is not for that.
    I just don't use the full iso for update.
     
  9. xinso

    xinso MDL Guru

    Joined:
    Mar 5, 2009
    Messages:
    6,267
    Likes Received:
    8,659
    Trophy Points:
    210
    #2430 xinso, May 14, 2020
    Last edited: May 14, 2020
  10. did that uasp storage driver issue resolved with latest update of version 2004.
    if not i wont update from 1909 to 2004 till all bugs fixed by M$.
     
  11. endbase

    endbase MDL Guru

    Joined:
    Aug 12, 2012
    Messages:
    4,522
    Likes Received:
    1,602
    Trophy Points:
    150
    Good luck with waiting ;)
     
  12. evan968

    evan968 MDL Novice

    Joined:
    Feb 10, 2019
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    Is there any way to disable "Search the web" suggestion in Start Menu. Its very annoying when I misspell some program and it opens Edge with Bing search even though I have another browser set as default.

    "BingSearchEnabled" and "CortanaConsent" registry keys don't seem to work. I don't remember how I removed it on previous windows version.
     
  13. luzea

    luzea MDL Expert

    Joined:
    Apr 25, 2019
    Messages:
    1,003
    Likes Received:
    1,772
    Trophy Points:
    60
    #2434 luzea, May 14, 2020
    Last edited: May 14, 2020
    @paco77
    Via GPO:
    Code:
    gpedit.msc
    
    Computer Configuration > Administrative Templates > Windows Components > Search
    
    Enable this object:
    Code:
    Don't search the web or display web results in Search
    
     
  14. bear_aussie

    bear_aussie MDL Member

    Joined:
    Jun 8, 2015
    Messages:
    240
    Likes Received:
    208
    Trophy Points:
    10
    i use these @evan968:
    Code:
    REGEDIT4
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "NoSearchInternetInWordWheel"=dword:00000001
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Search]
    "AllowSearchToUseLocation"=dword:00000000
    "DisableWebSearch"=dword:00000001
    "ConnectedSearchUseWeb"=dword:00000000
     
  15. bekdan1988

    bekdan1988 MDL Novice

    Joined:
    Mar 14, 2016
    Messages:
    6
    Likes Received:
    8
    Trophy Points:
    0
    No problems here.
     
  16. bekdan1988

    bekdan1988 MDL Novice

    Joined:
    Mar 14, 2016
    Messages:
    6
    Likes Received:
    8
    Trophy Points:
    0
    The business iso contains enterprise.
     
  17. bear_aussie

    bear_aussie MDL Member

    Joined:
    Jun 8, 2015
    Messages:
    240
    Likes Received:
    208
    Trophy Points:
    10
    according 2 search.admx that policy is win8.x only ("WinBlueExculsive")
     
  18. UndertakerBen

    UndertakerBen MDL Member

    Joined:
    Mar 3, 2016
    Messages:
    144
    Likes Received:
    500
    Trophy Points:
    10
    In Windows 10 2004 this disables the web search in the start menu after a restart of the computer.
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\Explorer]
    "DisableSearchBoxSuggestions"=dword:00000001
     
  19. bekdan1988

    bekdan1988 MDL Novice

    Joined:
    Mar 14, 2016
    Messages:
    6
    Likes Received:
    8
    Trophy Points:
    0