[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

    Dec 10, 2014
    192
    80
    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

    Apr 18, 2020
    66
    31
    0
    try to upgrade VM to the last version and see if it will fix this issue.
     
  3. kewkie

    kewkie MDL Member

    Dec 10, 2014
    192
    80
    10
    Already tried 15.5.2 and the Tech-Preview. Not sure if its an AMD Chipset issue.
     
  4. bonesz

    bonesz MDL Senior Member

    Jun 30, 2013
    479
    263
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. apoklyps3

    apoklyps3 MDL Novice

    Aug 12, 2012
    42
    1
    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

    Nov 25, 2009
    54
    161
    0
    No, only consumer editions, freddie-o is right:

     
  7. paco77

    paco77 MDL Junior Member

    Nov 25, 2009
    54
    161
    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

    Aug 12, 2012
    42
    1
    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

    Mar 5, 2009
    6,268
    8,659
    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

    Aug 12, 2012
    4,522
    1,602
    150
    Good luck with waiting ;)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. evan968

    evan968 MDL Novice

    Feb 10, 2019
    2
    0
    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

    Apr 25, 2019
    1,003
    1,775
    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

    Jun 8, 2015
    240
    208
    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
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. bekdan1988

    bekdan1988 MDL Novice

    Mar 14, 2016
    6
    8
    0
    No problems here.
     
  16. bekdan1988

    bekdan1988 MDL Novice

    Mar 14, 2016
    6
    8
    0
    The business iso contains enterprise.
     
  17. bear_aussie

    bear_aussie MDL Member

    Jun 8, 2015
    240
    208
    10
    according 2 search.admx that policy is win8.x only ("WinBlueExculsive")
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. UndertakerBen

    UndertakerBen MDL Member

    Mar 3, 2016
    144
    500
    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

    Mar 14, 2016
    6
    8
    0