is it possible to restore Google chrome user data once the user profile has been deleted? I accidentally deleted users and I need to restore my bookmarks. I don't know where to begin
Asked
Active
Viewed 1,378 times
2 Answers
1
if you have synchronize your email then if you just add that account again then it will bring all the bookmarks in chrome.(ie. when you added your gmail account first time re add that account).
smali
- 738
0
You can to override the User Data Directory. To check where is located, navigate to: chrome://version.
Or you can start Chrome with the existing User Data, e.g.
Example:
- [Windows] chrome.exe --user-data-dir=c:\foo
- [Linux] google-chrome --user-data-dir=/path/to/foo
On Linux, you can also set CHROME_USER_DATA_DIR environment variable pointing to the user data directory.
Check also: Where are the user profile directories of Google Chrome located in?
kenorb
- 26,615