@electroteque
“Brave specifically deleted the X and Facebook passwords and left the rest.”
Any chance, you have Brave Sync enabled?
Have you reviewed your On exit settings at brave://settings/clearBrowserData?
Create an extra Desktop Shortcut named `Brave_Test_Run` for Brave Browser
‘Brave.exe’ is usually at one of the following paths:
C:\Program Files\BraveSoftware\Brave-Browser\Application\brave.exe
C:\Program Files(x86)\BraveSoftware\Brave-Browser\Application\brave.exe
C:\Users[UserName]\AppData\Local\BraveSoftware\Brave-Browser\Application\brave.exe
So . . .
- Right-click on its
brave.exe file and select Show more options
- Click on Send To > Desktop (Create shortcut)
- Alternatively, right-click on the desktop and select New > Shortcut
- Enter the path of the program executable file
- Click on Next and give it a name:
Brave_Test_Run
- Click on Finish and a desktop shortcut will be created
Source: https://www.thewindowsclub.com/create-desktop-shortcut-windows-10
See if that Brave Browser icon lasts.
Create a new user Profile for Testing:
Create and use AN ADDITIONAL Brave Browser user Profile (Menu --> More tools --> Add profile) - only ← meaning: Do not have any other Brave Browser user Profile tabs/windows open.
When creating this new Brave Browser user Profile for test purposes
- Do not import anything.
- Do not add any extensions.
- Do not allow/enable any Brave Browser “bells and whistles” such as Brave Rewards, Brave Talk, etc.
IF this test Brave Browser user Profile does not present your problem, then possibly, the profile that you have been using, has a problem . . . and that might be caused by one or more extensions, or too many tabs ← complex/conundrum.
Detailed info about testing - IF, in regard to memory and performance issues:
Create a new profile to help Troubleshoot
Extensions Tests:
- test by disabling all extensions
- test by enabling each extension individually
- test by uninstalling all extensions
- test by installing each extension individually
- test combinations of extensions
- test order of installation of extensions
Please establish a daily routine for backing up your data:
User Data folder
- bookmarks
- passwords
‘Where Brave Browser Profiles Are Located’
How to back up Passwords that are stored by Brave Browser
Scrolling down the webpage at:
https://support.brave.com/hc/en-us/articles/360018185951-How-do-I-use-the-built-in-password-manager
A note states:
“Export Passwords - Selecting Download file will export all credentials you’ve saved in your browser as a .CSV file onto your system. Note that anyone who has access to your system will be able to open and view this file, so it is recommended that you delete this file once you’ve used the file for its intended purpose.”
Tips on how to encrypt that .CSV file:
Be sure to safely store a copy of that CSV file on an external drive.
How to back up your Bookmarks as an HTML file
Two ways to get to the Bookmarks Manager.
One way:
- Launch Brave and open the Main menu:

- Select
Bookmarks --> Bookmarks Manager
- Open the More options menu at the top right
- Select
Export and choose where you want to store the exported file.
Another way:
- In a new Brave Browser window, go to:
brave://bookmarks
- Locate the “Organize” (vertically-arrayed 3-dot) menu button in the upper-right area of the window; click on that
- You should get a pop-up menu, in which you click on the “Export bookmarks” selection and choose where you want to store the exported file.
The exported file name: “bookmarks.html”
Be sure to safely store a copy of that HTML file on an external drive.
Automate Daily System Restore Point Creation
Enable System Protection
Press Win + R, type SystemPropertiesProtection, and press Enter
Under the Protection Settings list, enable protection for your system drive (usually C:) and allocate ~5-10% of space for restore points.
Create a PowerShell script to generate a restore point
Open Notepad, paste the following:
Checkpoint-Computer -Description "Automatic Restore Point" -RestorePointType "MODIFY_SETTINGS"
Save that as:
C:\Scripts\CreateRestorePoint.ps1
Schedule it
Open Task Scheduler → Create Task
Name: Automatic Restore Point
Triggers: Everyday at a convenient time
Actions:
Program/script: powershell.exe
Add arguments: -ExecutionPolicy Bypass -File "C:\Scripts\CreateRestorePoint.ps1"
Under Conditions, uncheck “Start the task only if the computer is on AC power” if you want it to run on laptops.
Under Settings, choose “Run task as soon as possible after a scheduled start is missed.”
You now have an automated Windows OS System Restore Point created daily.