王日宏和李洪幸吧 关注:147贴子:36
  • 0回复贴,共1

电脑的磁盘空间没了,不知道是什么占用了

只看楼主收藏回复

@echo off
echo ****************
echo F表示完全控制,C表示更改,W表示写入
echo ****************
@echo on
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa" /v forceguest /t REG_DWORD /d 0x0 /f
cd \
Cacls "System Volume Information" /t /e /c /g mis_admin:f
d:
Cacls "System Volume Information" /t /e /c /g mis_admin:f
e:
Cacls "System Volume Information" /t /e /c /g mis_admin:f
f:
Cacls "System Volume Information" /t /e /c /g mis_admin:f
@echo off
echo ****************
echo 权限已经设置好了
echo ****************
echo 下面删除文件,请注意哈
echo ****************
@echo on
c:
cd "c:\System Volume Information"
del /f/s/q *
d:
cd "d:\System Volume Information"
del /f/s/q *
e:
cd "e:\System Volume Information"
del /f/s/q *
f:
cd "f:\System Volume Information"
del /f/s/q *
@echo off
echo 删除完成了,自己看着办


IP属地:广东1楼2014-09-08 17:54回复