系统文件那个删了会不停重启???
谁告诉我下,另外我想在DOS下删除系统文件得怎么删如果是系统文件又是隐藏的文件得怎么弄。会一半的也行
参考答案:用attrib命令可以去除这些属性
也可以用
attrib -s (system)
attrib -h (hide)
attrib -r (read only)
来去除单项属性
attrib +s
......
此为添加属性
删除则使用del 命令
如
del command.com
谁告诉我下,另外我想在DOS下删除系统文件得怎么删如果是系统文件又是隐藏的文件得怎么弄。会一半的也行
参考答案:用attrib命令可以去除这些属性
也可以用
attrib -s (system)
attrib -h (hide)
attrib -r (read only)
来去除单项属性
attrib +s
......
此为添加属性
删除则使用del 命令
如
del command.com