Microsoft Edge Stable Channel Releases

Discussion in 'other software & services' started by anon, Jan 5, 2023.

  1. xxJackxx

    xxJackxx Registered Member

    Joined:
    Oct 23, 2008
    Posts:
    9,147
    Location:
    USA
    Is this what you set?

    Windows Registry Editor Version 5.00

    [HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\WindowsCopilot]
    "TurnOffWindowsCopilot"=dword:00000001
     
  2. anon

    anon Registered Member

    Joined:
    Dec 27, 2012
    Posts:
    8,422
    Yes it is (Performed manually via regedit, not automated via notepad file).

    First attempt in HKEY_CURRENT_USER
    Secont attempt in HKEY_CURRENT_USER & HKEY_LOCAL_MACHINE
    Edit:
    Third attempt in HKEY_CURRENT_USER (via notepad). Key installed, problem remains.
    Edge version info: Version 119.0.2151.44 (Official build) (64-bit)
    ------------------
    How to Disable Copilot on Windows 11
    https://www.groovypost.com/howto/disable-copilot-windows-11/
     
    Last edited: Nov 7, 2023
  3. xxJackxx

    xxJackxx Registered Member

    Joined:
    Oct 23, 2008
    Posts:
    9,147
    Location:
    USA
    That's odd. It set that and rebooted and it works as expected here. Between that, and disabling "Startup boost" and the "Continue running background extensions..." options it seems to be fine here.
    Edge version info: Version 119.0.2151.44 (Official build) (64-bit)
     
  4. Brummelchen

    Brummelchen Registered Member

    Joined:
    Jan 3, 2009
    Posts:
    6,294
    copilot is NO edge setting, it simply dont exist in that admx. its a per user (!) settings and only available in windows 11. win10 never will get this gpo file.
    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <!--  (c) 2015 Microsoft Corporation  -->
    <policyDefinitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" revision="1.0" schemaVersion="1.0" xmlns="http://schemas.microsoft.com/GroupPolicy/2006/07/PolicyDefinitions">
      <policyNamespaces>
        <target prefix="windowscopilot" namespace="Microsoft.Policies.WindowsCopilot" />
        <using prefix="windows" namespace="Microsoft.Policies.Windows" />
      </policyNamespaces>
      <resources minRequiredRevision="1.0" />
      <categories>
        <category name="WindowsCopilot" displayName="$(string.WindowsCopilot)">
          <parentCategory ref="windows:WindowsComponents" />
        </category>
      </categories>
      <policies>
        <policy name="TurnOffWindowsCopilot" class="User" displayName="$(string.TurnOffWindowsCopilot)" explainText="$(string.TurnOffWindowsCopilot_Help)" key="SOFTWARE\Policies\Microsoft\Windows\WindowsCopilot" valueName="TurnOffWindowsCopilot">
          <parentCategory ref="WindowsCopilot" />
          <supportedOn ref="windows:SUPPORTED_Windows_11_0_NOSERVER_ENTERPRISE_EDUCATION_PRO_SANDBOX" />
          <enabledValue>
            <decimal value="1" />
          </enabledValue>
          <disabledValue>
            <decimal value="0" />
          </disabledValue>
        </policy>
      </policies>
    </policyDefinitions>
    
    to explain - its called "TurnOffWindowsCopilot", so "1" = enabled is right. turn off = enable.
     

    Attached Files:

  5. anon

    anon Registered Member

    Joined:
    Dec 27, 2012
    Posts:
    8,422
  6. catspyjamas

    catspyjamas Registered Member

    Joined:
    Jul 1, 2011
    Posts:
    294
    Location:
    New Zealand
    Edge Version 119.0.2151.58 did not appear to fix the bug on Windows 11 where Edge continuously runs in the background, however it does appear to have been fixed with the latest Microsoft Edge WebView2 Runtime automatically downloaded yesterday - version of the same in my control panel matches the Edge version: 119.0.2151.58. This is the case for both my Windows 11 machines. C-Cleaner no longer requests to close Edge before running, Sandboxie will actually autodelete Edge properly again, & the MS Edge processes in taskmanahger all go once Edge has been closed as they should do.

    I did not altered any group policy or registry settings after reading widely that those changes didn't fix the problem.


    EDIT - Spoke too soon. Problem not fixed at all.
     
    Last edited: Nov 13, 2023
  7. anon

    anon Registered Member

    Joined:
    Dec 27, 2012
    Posts:
    8,422
    Last edited: Nov 16, 2023
  8. xxJackxx

    xxJackxx Registered Member

    Joined:
    Oct 23, 2008
    Posts:
    9,147
    Location:
    USA
    Good you found it. It will be helpful to others that have it. I didn't have it and my Edge has not been running in the background. My current problem with Edge it that I now get 3 UAC prompts when it checks for updates. I have not disabled any services. Days of Googling has not provided a solution. This is all tiring enough that I have no intention of even opening Edge until/unless they fix some of this stuff.
     
  9. Gandalf_The_Grey

    Gandalf_The_Grey Registered Member

    Joined:
    Jan 31, 2012
    Posts:
    1,236
    Location:
    The Netherlands
    Microsoft Edge version 119.0.2151.72: November 16, 2023
    https://learn.microsoft.com/en-us/D...e-channel#version-1190215172-november-16-2023
     
  10. anon

    anon Registered Member

    Joined:
    Dec 27, 2012
    Posts:
    8,422
    Breaking: Windows users in the EEA will soon be able to remove Bing and Edge
    Nov 17, 2023
    https://www.ghacks.net/2023/11/17/b...ea-will-soon-be-able-to-remove-bing-and-edge/
     
  11. TairikuOkami

    TairikuOkami Registered Member

    Joined:
    Oct 10, 2005
    Posts:
    3,597
    Location:
    Flat Earth Matrix
    If you are talking about Edge running after startup, MS has just added a startup entry, which re-creates itself once removed.
     

    Attached Files:

  12. anon

    anon Registered Member

    Joined:
    Dec 27, 2012
    Posts:
    8,422
  13. xxJackxx

    xxJackxx Registered Member

    Joined:
    Oct 23, 2008
    Posts:
    9,147
    Location:
    USA
    For anyone that does run into the problem of getting multiple UAC prompts while trying to update Edge, I fixed it by deleting the contents of the following folder:
    C:\Program Files (x86)\Microsoft\EdgeUpdate
    This was something I discovered by trying it, I had not seen this solution online. It may be out there, but I did not encounter it while searching. Knowing this would have saved me several fruitless hours of searching for a solution.
     
  14. stapp

    stapp Global Moderator

    Joined:
    Jan 12, 2006
    Posts:
    27,166
    Location:
    UK
  15. xxJackxx

    xxJackxx Registered Member

    Joined:
    Oct 23, 2008
    Posts:
    9,147
    Location:
    USA
    @stapp
    Probably the same outcome but I only found it necessary to delete the folder I specified and not everything. I guess it doesn't matter much either way, it's not any harder to delete 1 or all of it. I do like to narrow down the problem as much as possible though. It gives a better idea of what went wrong to begin with.
     
  16. Trooper

    Trooper Registered Member

    Joined:
    Jan 26, 2005
    Posts:
    5,595
    I noticed this. Any way to prevent it?
     
  17. TairikuOkami

    TairikuOkami Registered Member

    Joined:
    Oct 10, 2005
    Posts:
    3,597
    Location:
    Flat Earth Matrix
    I turn off PC by removing startup entries, thus the reason I noticed it this late. Disabling via task manager seems to keep it disabled though.

    capture_11182023_091646.jpg
     
  18. anon

    anon Registered Member

    Joined:
    Dec 27, 2012
    Posts:
    8,422
    https://www.wilderssecurity.com/thr...-channel-releases.451296/page-13#post-3170693
    https://www.groovypost.com/howto/disable-copilot-windows-11/
    (Disable Windows Copilot via the Registry Editor)

    The fastest way:
    If you want to reenable Windows Copilot in the future, go to the TurnOffWindowsCopilot value you created and type 0 in the Value data field. Restart your PC, and Copilot will be enabled and available to use again.
    =
    [HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\WindowsCopilot]
    "TurnOffWindowsCopilot"=dword:00000000

    --------------------
    ^ Worked for xxJackxx, not worked for me=
    https://www.wilderssecurity.com/thr...-channel-releases.451296/page-13#post-3170763
     
    Last edited: Nov 18, 2023
  19. TairikuOkami

    TairikuOkami Registered Member

    Joined:
    Oct 10, 2005
    Posts:
    3,597
    Location:
    Flat Earth Matrix
    Another "cool" new setting. MS should really blog about those changes, I hate crawling through settings after every *** update just to find out this, like sharing browsing data, which was added out of a blue.
     

    Attached Files:

  20. Trooper

    Trooper Registered Member

    Joined:
    Jan 26, 2005
    Posts:
    5,595
    I have tried to do all of this. Group Policy, Registry Editing, Task Manager, Startup Settings within windows. Nothing fixes it. Also the registry entry just keeps on coming back. So annoying. So for now I have reinstalled Firefox on my machine here at home until MS fixes this. Weird thing is my machine at work has none of these problems and is on the same build. :isay:
     
  21. Trooper

    Trooper Registered Member

    Joined:
    Jan 26, 2005
    Posts:
    5,595
    Hi anon. Thank you. I have tried this and like you it does not work for me at all sadly. I am back to using Firefox for now.
     
  22. stapp

    stapp Global Moderator

    Joined:
    Jan 12, 2006
    Posts:
    27,166
    Location:
    UK
  23. TairikuOkami

    TairikuOkami Registered Member

    Joined:
    Oct 10, 2005
    Posts:
    3,597
    Location:
    Flat Earth Matrix
    One of the reasons I use policies to setup Edge, it has to obey otherwise companies would go mad and it works. There are about dozens settings, which force Edge to connect, I have disabled them all, so it has no reason to run nonstop.
     
  24. Trooper

    Trooper Registered Member

    Joined:
    Jan 26, 2005
    Posts:
    5,595
    Do you mean group policy or just the policies found within the edge browser itself? Care to share?
     
  25. Brummelchen

    Brummelchen Registered Member

    Joined:
    Jan 3, 2009
    Posts:
    6,294
    policies to share is not possible without having gpedit (GPO module) in home versions.
    otherwise gpo settings are stored apart from the resulting vector, in this case edge settings in registry.
    Code:
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects
    see #245/#329. a result of gpo settings

    edit. having gpo (pro or beyond) it is possible to copy files and get them applied
    https://www.thewindowsclub.com/import-or-export-group-policy-settings
     
    Last edited: Nov 19, 2023
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice