热门搜索 :
考研考公
您的当前位置:首页正文

windows 删除System Volume Informat

来源:东饰资讯网

1.情景展示

这是Windows系统的还原文件夹,可以放心删除

这个文件夹默认是隐藏的,并且无法删除

2.解决方案

第一步:打开本地组策略编辑器
win+r-->输入gpedit.msc-->回车
第二步:
依次打开计算机配置-->管理模板-->系统-->系统还原

第三步:启用“关闭系统还原”
双击“关闭系统还原”-->已启用-->应用

第四步:启用“关闭创建系统还原检查点”
计算机配置-->管理模板-->Windows组件-->Windows Installer

第五步:以管理员身份打开命令提示符
鼠标移至windows图标-->右键-->命令提示符(管理员)

第六步:执行命令
将代码粘贴到命令窗口中

cacls "f:\System Volume Information" /t /e /c /g everyone:f && rd /s /q "f:\System Volume Information"

按回车键执行即可

依此删除C盘,D盘,E盘,F盘的System Volume Information进行删除
C盘

cacls "c:\System Volume Information" /t /e /c /g everyone:f && rd /s /q "c:\System Volume Information"

D盘

cacls "d:\System Volume Information" /t /e /c /g everyone:f && rd /s /q "d:\System Volume Information"

E盘

cacls "e:\System Volume Information" /t /e /c /g everyone:f && rd /s /q "e:\System Volume Information"

F盘

cacls "f:\System Volume Information" /t /e /c /g everyone:f && rd /s /q "f:\System Volume Information"

相关推荐


赞赏码,收钱码,红包码
Top