<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:wfw="http://wellformedweb.org/CommentAPI/">
<channel>
<title>ikn0w1T&#039;s blog - 强制删除</title>
<link>https://blog.lihan.cyou/index.php/tag/%E5%BC%BA%E5%88%B6%E5%88%A0%E9%99%A4/</link>
<atom:link href="https://blog.lihan.cyou/index.php/feed/tag/%E5%BC%BA%E5%88%B6%E5%88%A0%E9%99%A4/" rel="self" type="application/rss+xml" />
<language>zh-CN</language>
<description></description>
<lastBuildDate>Thu, 17 Apr 2025 21:10:00 +0800</lastBuildDate>
<pubDate>Thu, 17 Apr 2025 21:10:00 +0800</pubDate>
<item>
<title>电脑遇到文件无法删除</title>
<link>https://blog.lihan.cyou/index.php/archives/101/</link>
<guid>https://blog.lihan.cyou/index.php/archives/101/</guid>
<pubDate>Thu, 17 Apr 2025 21:10:00 +0800</pubDate>
<dc:creator>ikn0w1T</dc:creator>
<description><![CDATA[今天在删除文件时遇到一个问题，明明要删除的文件就在当前目录下，删除时却弹窗提示要删除的文件不在当前目录。网上查找后有多种方法，安装了火绒安全的用户可以直接使用火绒的粉碎工具进行文件粉碎，恰巧的是...]]></description>
<content:encoded xml:lang="zh-CN"><![CDATA[
<p>今天在删除文件时遇到一个问题，明明要删除的文件就在当前目录下，删除时却弹窗提示要删除的文件不在当前目录。网上查找后有多种方法，安装了火绒安全的用户可以直接使用火绒的粉碎工具进行文件粉碎，恰巧的是今天刚好把火绒安全给卸载了。</p><p>因为火绒安全6有致命的问题，我之前在实习的时候就注意到了，在网上查找确实很多用户反馈这个，就是更新为火绒安全6后电脑会高频率蓝屏，当时发现后就重装了火绒安全5，然后一直相安无事到前段时间。最近一直提醒我更新为6，我想着问题可能已经修复了，再次安装了火绒安全6，然而就在今天我写毕业论文时，又蓝屏了！！！这怎么能行，你知道这对一个在写论文的大学生来说这有多恐怖吗。</p><p>于是今天更换了另一款比较出名的安全软件——卡巴斯基，体验下来感觉比较新颖，界面也比较好看。</p><p><img src="https://image.lihan.cyou/20250417211413352.png" referrerpolicy="no-referrer" alt="卡巴斯基"></p><hr><p>因为卡巴斯基的网络设置中会有一些拖慢网页加载的情况，建议设置如下</p><p><img src="https://image.lihan.cyou/20250424131623073.png" alt="image-20250424131615884" title="image-20250424131615884"></p><p>言归正传，除了用工具外，我们也可也自己写一个删除文件，把下列内容复制粘贴到新建的txt文件中并改为.bat后缀，然后将要删除的文件拖放到bat文件上即可完成删除。</p><pre><code class='language-bat' lang='bat'>DEL /F /A /Q \\?\%1
RD /S /Q \\?\%1
</code></pre><p>&nbsp;</p>
]]></content:encoded>
<slash:comments>0</slash:comments>
<comments>https://blog.lihan.cyou/index.php/archives/101/#comments</comments>
<wfw:commentRss>https://blog.lihan.cyou/index.php/feed/tag/%E5%BC%BA%E5%88%B6%E5%88%A0%E9%99%A4/</wfw:commentRss>
</item>
</channel>
</rss>