[DISCUSSION] Windows 11 Insider Preview Build 22581.1 (PC) [DEV & Beta Channel - ni_release]

Discussion in 'Windows 11' started by Enthousiast, Mar 23, 2022.

  1. Jessie Pinkman

    Jessie Pinkman MDL Addicted

    Aug 25, 2016
    551
    275
    30
    Not even close
     
  2. PolidelticusFire

    PolidelticusFire MDL Addicted

    May 7, 2020
    995
    389
    30
    A user named XenoPanther on Twitter said MSFT might release a second build this week. Tomorrow. Maybe the first 23H2 build on the Dev Channel while 22H2 tests on Beta?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. oilernut

    oilernut MDL Senior Member

    Jul 8, 2007
    462
    358
    10
    I would really doubt that.
     
  4. gareths

    gareths MDL Senior Member

    Jun 5, 2017
    469
    128
    10
    no it would be another 22H2
     
  5. DaDon

    DaDon MDL Novice

    Aug 5, 2009
    29
    3
    0
    Having the same issue here, really annoying...
     
  6. boyonthebus

    boyonthebus MDL Expert

    Sep 16, 2018
    1,168
    753
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. panchop

    panchop MDL Senior Member

    Jul 26, 2009
    388
    485
    10
    I installed 22000.556 and then to this build using Windows Insider Program, all went fine except that when opening any video file, it doesn't open, view on task manager the process "Windows Defender Smartscreen" is using 25% of the disk, ending that process the video opens instantly. I reported it on the Hub
     
  8. d5aqoëp

    d5aqoëp MDL Addicted

    Jan 19, 2017
    825
    614
    30
    Save this as .reg file and execute to remove terminal context menu.

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked]
    "{9F156763-7844-4DC4-B2B1-901F640F5155}"=""
    To undo and get back terminal in context menu, enter - in front of HKEY line like this -HKEY and run the reg file again.
     
  9. XProg

    XProg MDL Novice

    Mar 5, 2012
    24
    2
    0
    windows defender don't work.
     
  10. boe323

    boe323 MDL Expert

    Jul 19, 2011
    1,780
    540
    60
    #74 boe323, Mar 25, 2022
    Last edited: Mar 25, 2022
    my audio quality has improved in this build, maybe because it reinstalled the drivers?. I have to use a lower volume to. I also have a normal resume code (e3) instead of a0. Casting doesnt work but thats ok i use cyberlink and google
     
  11. boe323

    boe323 MDL Expert

    Jul 19, 2011
    1,780
    540
    60
    If its windows media player ...you have to keep openiing it ..wait a min an force close until the vid fiiles are processed. Ive had this issue in previous builds but no this one, all other media player work fine.
     
  12. panchop

    panchop MDL Senior Member

    Jul 26, 2009
    388
    485
    10
    i tested on WMP and Media Player Classic, the problem occurs on both apps, but for example if i manually open Media Player Classic and drag the video file, it plays instantly
     
  13. AveYo

    AveYo MDL Expert

    Feb 10, 2009
    1,836
    5,729
    60
    That's the usual "SmartScreen" garbage hashing, hashing, hashing, for the sole benefit of microsoft corporation.
    Can try disabling it in a terminal / powershell / cmd (Admin):
    Code:
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /f /v EnableSmartScreen /d 0 /t reg_dword
    reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\smartscreen.exe" /f /v Debugger /d "%systemroot%\system32\systray.exe"
    taskkill /im smartscreen.exe /t /f
    
    to undo:
    Code:
    reg delete "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /f /v EnableSmartScreen
    reg delete "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\smartscreen.exe" /f
    
    People that did not run dev before do not know yet how bad it is vs. in release (all beta and dev builds have telemetry on overload, zero privacy, yet people run them as daily driver pff)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,941
    4,157
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. panchop

    panchop MDL Senior Member

    Jul 26, 2009
    388
    485
    10
    i'm testing for a while (windows vista era), but this issue never affected me