Home > Article > Development Tools > What should I do if the content of the notepad++ text file is lost?
The following tutorial column of notepad will introduce to you the solution to the loss of content in Notepad . I hope it will help you if you need it. Friends help!
I was using notepad today. I don’t know why, but it suddenly crashed. Then when I opened it next time, a box popped up. After I pressed OK, all the The content is all gone
After searching on Baidu for a long time, the summary is as follows:
There are files that notepad will automatically save in the following directory
C:\Users\Administrator\AppData\Roaming\Notepad++\backup
If there is no file in this directory
That is in
C:\Users\你当前用户的用户名\AppData\Roaming\Notepad++\backup
If there is none, then you need to display the hidden files
You can set it like this:
Organization->Folder and search options ->View->Display all hidden files->...->Finally, you can go to [Restore default settings]
The above is the detailed content of What should I do if the content of the notepad++ text file is lost?. For more information, please follow other related articles on the PHP Chinese website!