如何禁用“你确定”窗口删除系统文件?


0

Windows一直在喋喋不休地说:“你确定要删除thumbs.db吗?但它是一个系统文件!”窗口。有没有办法永久禁用它?


不,除了停止删除文件之外,它是不可能的
Ramhound

Answers:


0

您无法禁用该提示,但是,您可以阻止它创建它们。打开记事本文档并键入以下内容:

Windows Registry Editor Version 5.00 

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] 
"NoThumbnailCache"=dword:00000001 

将其保存为“NoThumbs.reg”并运行它。重新启动你的电脑,它应该生效。

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.