Home >System Tutorial >Windows Series >How to solve the problem that win10 deletes files and refreshes them again? The solution to win10 files that cannot be deleted
Deleted files in Win10 and it still doesn’t disappear after refreshing or restarting the system? What should I do if I can’t delete files in Win10? PHP editor Zimo provides you with a solution. Whether you manually delete the problem file, use a disk cleanup tool, or use the command line, you can effectively solve the problem of Win10 file deletion failure. Welcome to this article to learn more about the solution.
Detailed explanation of win10 deleting files and refreshing again
Press the Win key R key to open the "Run" window, enter the following command and press the Enter key to execute: ie4uinit -show
.
You can try resetting the folder. We open "This PC", click the View tab, and then click "Options" to open "Folder Options".
In the folder options interface, we click on the "View" option, click the "Reset Folder" button, and select "Yes". If applying to the folder is clickable, click one.
Rebuilding the icon cache can solve the problem. Copy the following code to text and save it in bat format and double-click to run it.
em 关闭Windows外壳程序explorertaskkill /f /im explorer.exerem 清理系统图标缓存数据库attrib -h -s -r “%userprofile%AppDataLocalIconCache.db”del /f “%userprofile%AppDataLocalIconCache.db”attrib /s /d -h -s -r “%userprofile%AppDataLocalMicrosoftWindowsExplorer*”del /f “%userprofile%AppDataLocalMicrosoftWindowsExplorer humbcache_32.db”del /f “%userprofile%AppDataLocalMicrosoftWindowsExplorer humbcache_96.db”del /f “%userprofile%AppDataLocalMicrosoftWindowsExplorer humbcache_102.db”del /f “%userprofile%AppDataLocalMicrosoftWindowsExplorer humbcache_256.db”del /f “%userprofile%AppDataLocalMicrosoftWindowsExplorer humbcache_1024.db”del /f “%userprofile%AppDataLocalMicrosoftWindowsExplorer humbcache_idx.db”del /f “%userprofile%AppDataLocalMicrosoftWindowsExplorer humbcache_sr.db”rem 清理 系统托盘记忆的图标echo y|reg delete “HKEY_CLASSES_ROOTLocal SettingsSoftwareMicrosoftWindowsCurrentVersionTrayNotify” /v IconStreamsecho y|reg delete “HKEY_CLASSES_ROOTLocal SettingsSoftwareMicrosoftWindowsCurrentVersionTrayNotify” /v PastIconsStreamrem 重启Windows外壳程序explorerstart explorer
The above is the detailed content of How to solve the problem that win10 deletes files and refreshes them again? The solution to win10 files that cannot be deleted. For more information, please follow other related articles on the PHP Chinese website!