1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,679
    103,529
    450
    Yes, the link will be dead, it's a 10hr turl from mvs.
     
  2. willko

    willko MDL Member

    May 14, 2008
    148
    16
    10
    no worries - will wait for SVF update in cloudmai / luzea
    I have a healthy Jan ISO now.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,679
    103,529
    450
    The post you quoted was the jan 2023 updated en-GB ISO.
     
  4. willko

    willko MDL Member

    May 14, 2008
    148
    16
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. UltimateGamingPower

    UltimateGamingPower MDL Junior Member

    Jun 10, 2022
    52
    0
    0
    Thank you. Ok So? Does Microsoft Own Files RG Adguard ;)
     
  6. AsaadSoft

    AsaadSoft MDL Addicted

    Jul 29, 2015
    542
    171
    30
    fixed it by disabling core isolation memory integrity on windows security app
    from registry:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios.
    and set HypervisorEnforcedCodeIntegrity value to 0
     
  7. jim_p

    jim_p MDL Senior Member

    Dec 11, 2013
    455
    168
    10
    #10312 jim_p, Mar 5, 2023
    Last edited: Mar 5, 2023
    Why can't I write caps in powershell? Was it always like that or something has changed recently?
    Using iwr, I want to download a file from a shortened github url and, as all of its shortened urls, it starts with a J. And I can not input that!
    In fact, I can not input ANY capital letter, even with copying and pasting, e.g if I copy "JiM12" from notepad and paste it in powershell, I get "i12"!

    ---edit
    That is on a 12-hour old 22h2 installation that only has the updates and its drivers installed.
     
  8. dosibox

    dosibox MDL Addicted

    Aug 14, 2009
    511
    325
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,679
    103,529
    450
    :thinking: where do they get the files from and what did they create?
     
  10. DontuZoru

    DontuZoru MDL Senior Member

    Mar 6, 2014
    273
    131
    10
    Seriously, they're doing everything in their power to prevent us from using Internet Explorer. How can I stop IE-to-Edge redirection ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,942
    4,167
    60
    use this reg
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Edge\IEToEdge]
    "RedirectionMode"=dword:00000000
    
    [HKEY_CURRENT_USER\SOFTWARE\AppDataLow\Software\Microsoft\Edge\IEToEdge]
    "DisableUpsellEdge"=dword:00000001
    
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. bodmas

    bodmas MDL Senior Member

    Jul 26, 2011
    252
    132
    10
    or easy way is delete every folder and files related with Edge form here: C:\Program Files (x86)\Microsoft
     
  13. Paul Mercer

    Paul Mercer MDL Expert

    Apr 6, 2018
    1,942
    4,167
    60
    no, it's enough to delete only one folder C:\Program Files (x86)\Microsoft\Edge\Application\%edgeVer%\BHO
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. DontuZoru

    DontuZoru MDL Senior Member

    Mar 6, 2014
    273
    131
    10
    I did it and somehow Edge got installed by itself(Via Windows Update I guess ?)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. DontuZoru

    DontuZoru MDL Senior Member

    Mar 6, 2014
    273
    131
    10
    Thanks, it worked !
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...