delete "saved password" and "form data" from microsoft edge manually


  1. Posts : 5
    Windows 7
       #1

    delete "saved password" and "form data" from microsoft edge manually


    Hello

    how can I delete "saved password" and "form data" of microsoft
    edge manually ?!

    after too much search in google ....

    I trid to delete some value of the following registry address
    HKEY_CURRENT_USER\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wek yb3d8bbwe\MicrosoftEdge\

    also I tried to delete some files in the following folder
    %LocalAppData%\Packages\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\

    and finally I could not find the way ...!!!

    please help !
      My Computer


  2. Posts : 1,264
    Windows 10 (19045.3154)
       #2

    Hi,
    Welcome to the forums, go to settings (... dots from top right), click view Advanced settings and "Manage Saved Passwords".
    delete "saved password" and "form data" from microsoft edge manually-capture-100.jpg HTH.
      My Computers


  3. Posts : 68,661
    64-bit Windows 11 Pro for Workstations
       #3

    Hello aj58, and welcome to Ten Forums. :)

    In addition, you could also delete them in the UI.

    https://www.tenforums.com/tutorials/5...dows-10-a.html
      My Computers


  4. Posts : 5
    Windows 7
    Thread Starter
       #4

    thanks all
    but I want to do it programmatically (bat file or ...)
      My Computer


  5. Posts : 5
    Windows 7
    Thread Starter
       #5

    I know this command delete cookies, "form data" and "saved password" from IE.
    rundll32.exe inetcpl.cpl,ClearMyTracksByProcess 50.
    I can not find similar "command line" to clear Edge browser data
      My Computer


  6. Posts : 5
    Windows 7
    Thread Starter
       #6

    finally I found the way

    delete saved form data:
    HKEY_CURRENT_USER\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wek yb3d8bbwe\MicrosoftEdge\IntelliForms\FormData

    delete saved password:
    rundll32.exe inetcpl.cpl,ClearMyTracksByProcess 50

    delete cookies:
    Microsoft Edge Cookies - Delete in Windows 10 - Windows 10 Forums
      My Computer


  7. Posts : 68,661
    64-bit Windows 11 Pro for Workstations
       #7

    Great find.

      My Computers


  8. Posts : 18
    Windows 10
       #8

    aj58 said:
    finally I found the way

    delete saved form data:
    HKEY_CURRENT_USER\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wek yb3d8bbwe\MicrosoftEdge\IntelliForms\FormData

    delete saved password:
    rundll32.exe inetcpl.cpl,ClearMyTracksByProcess 50

    delete cookies:
    Microsoft Edge Cookies - Delete in Windows 10 - Windows 10 Forums
    hi, i exact followed above steps but my autoform and password history still exists. Edge does not flushed them empty.
    this is now my (working?) script.

    @echo off


    cmdkey.exe /list > "%TEMP%\List.txt"
    findstr.exe Target "%TEMP%\List.txt" > "%TEMP%\tokensonly.txt"
    FOR /F "tokens=1,2 delims= " %%G IN (%TEMP%\tokensonly.txt) DO cmdkey.exe /delete:%%H
    del "%TEMP%\List.txt" /s /f /q
    del "%TEMP%\tokensonly.txt" /s /f /q

    rundll32.exe inetcpl.cpl,ClearMyTracksByProcess 50

    Reg delete "HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\microsoft.microsoftedge_8wek yb3d8bbwe\MicrosoftEdge\IntelliForms" /f


    RD /S /Q "%LocalAppData%\MicrosoftEdge\Cookies"
    RD /S /Q "%LocalAppData%\Packages\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\AC\INetCookies"
    RD /S /Q "%LocalAppData%\Packages\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\AC\MicrosoftEdge\Cookies"
    RD /S /Q "%LocalAppData%\Packages\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\AC\#!001\INetCookies"
    RD /S /Q "%LocalAppData%\Packages\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\AC\#!001\MicrosoftEdge\Cookies"
    RD /S /Q "%LocalAppData%\Packages\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\AC\#!001\MicrosoftEdge\User\Default\D OMStore"
    RD /S /Q "%LocalAppData%\Packages\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\AC\#!002\INetCookies"
    RD /S /Q "%LocalAppData%\Packages\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\AC\#!002\MicrosoftEdge\Cookies"
    RD /S /Q "%LocalAppData%\Packages\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\AC\#!002\MicrosoftEdge\User\Default\D OMStore"



    However at the web credentials tab from user accounts at configuration screen it says no saved passwords...
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 13:27.
Find Us




Windows 10 Forums