开始—>运行—>再输入“sfc /scannow”(不含引号),
“sfc”是“系统文件检测”程序,它是一个在命令提示符下使用的实用程序,只有是管理员才能使用该程序,这个程序的作用就是检测系统文件,如果检测到受 保护的文件已经被不正确的文件覆盖,它就从系统文件备份(就是dllcache)中提取正确的系统文件,替换不正确的文件。
这个程序也检测dllcache本身,如果发现dllcache已经损坏或者不能使用,可以用它来修复它,所谓修复,就是要你插入安装盘,它自动从中提取所需的文件。命令是
SFC——SystemFileChecker“系统文件检查程序(器)”
它是一个相当与还原的一个命令,SFC是一个DOS时期就有的命令
用于检查是否有已损坏或被取代的系统档案,然后提示您取代原始Windows系统文件不相符的任何文件。
C:\>sfc/scannow
SFC[/SCANNOW][/SCANONCE][/SCANBOOT][/REVERT][/PURGECACHE][/CACHESIZE=x]
/SCANNOW立即扫描所有保护的系统档案
/SCANONCE在下次开机时扫描所有保护的系统档案一次。
/SCANBOOT每次开机时扫描所有保护的系统档案。
/REVERT将扫描回到预设设定。
/PURGECACHE清除档案快取。
/CACHESIZE=x设定档案快取大小
Tuesday, May 31, 2011
Sunday, May 29, 2011
[Android] How to copy/past/delete files in System folder
U need "Root Explorer"
Or droid explorer, or basic knowlwdge of linux and the terminal emulator
How to move/copy VMware Fusion Virtual Machine
To copy the virtual machine file (by default vm files are located in Documents/Virtual Machines) and double-clicked to launch VMware. It automatically started the virtual machine, and a message box appeared asking if the virtual machine was moved or copied. (See screen shot below)
I had read online that if the file has been moved to a new hard drive, it is very important that VMware Fusion keeps the original settings for the Windows activation, so it won’t mess it up later.
Next, I suspended the virtual machine, and exited from VMware Fusion. In Finder, I sent the Windows 7 file (on my hard drive) to the trash. I also had to remove the older Windows 7 install from the list of virtual machines in Fusion.
Once I double-clicked the “moved” Windows 7 virtual machine file on my external a second time, it launched, and was added to the list of virtual machines in Fusion. All seemed to be working just fine.
I had read online that if the file has been moved to a new hard drive, it is very important that VMware Fusion keeps the original settings for the Windows activation, so it won’t mess it up later.
Next, I suspended the virtual machine, and exited from VMware Fusion. In Finder, I sent the Windows 7 file (on my hard drive) to the trash. I also had to remove the older Windows 7 install from the list of virtual machines in Fusion.
Once I double-clicked the “moved” Windows 7 virtual machine file on my external a second time, it launched, and was added to the list of virtual machines in Fusion. All seemed to be working just fine.
Friday, May 27, 2011
剖析NTFS默认权限
在本文中,我们将向大家介绍NTFS文件系统权限设置以及它们的默认应用范围。通过这篇文章,我们可以了解到每一个权限所包含的内容以及它们在系统等级中的继承关系,从而弥补我们在系统安全领域的知识漏洞。
从中我们可以注意到,读取和执行权限,列表文件夹权限,以及读取权限的组成非常相似,但是它们的应用范围却完全不同。
--------------------------------------------------------------------------------------------
在 本文中,我将针对Windows Vista Business Edition的系统权限进行讲解。其它不同版本的Windows系统,比如Windows NT, Windows 2000, 2003, XP,以及2008等,根据版本不同会有些许差异。而默认的应用范围则完全不同,比如在Windows 2000中,Everyone组的默认NTFS权限对于C:来说是Full Control的,而这种权限被整个等级继承,这种现象对于系统安全来说极为不利。其它版本的Windows在这方面进行了改善,避免了类似安全漏洞。
对于大多数应用来说, NTFS 权限种类足够用了。这些默认的权限包括:
1. 完全控制
2. 修改
3. 读取和执行
4. 文件夹内容列表
5. 读取
6. 写入
一 般来说,如果某个用户拥有了 Modify(修改)权限,他就拥有了修改相关文件和文件夹的权限。又比如拥有Read and Execute(读取和执行)权限,那么就同时拥有了读取和文件夹内容列表的权限。而Write (写入)权限则有些特别,因为有时候我们希望用户可以对文件或者文件夹进行写入操作,但是却不希望他们读取其中的内容。另一个具有极大诱惑力的权限就是 Full Control(完全控制)。 Full Control权限不仅可以让用户具有编辑文件和文件夹的功能,还可以控制修改文件和文件夹的访问属性。
这些默认权限其实是由一些独立的权限组合成的,具体组合方式如表A所示:.
表A
| 完全控制 | 修改 | 读取和执行 | 列表文件夹 (仅文件夹) | 读取 | 写入 |
完全控制 | P | | | | | |
遍历文件夹/执行文件 | P | P | P | P | | |
列表文件夹/读取数据 | P | P | P | P | P | |
读取属性 | P | P | P | P | P | |
读取扩展信息 | P | P | P | P | P | |
创建文件/写入数据 | P | P | | | | P |
创建文件夹/附加数据 | P | P | | | | P |
写入属性 | P | P | | | | P |
写入扩展属性 | P | P | | | | P |
删除子文件夹和文件 | P | | | | | |
删除 | P | P | | | | |
读取权限 | P | P | P | P | P | P |
更改权限 | P | | | | | |
取得所有权 | P | | | | | |
从中我们可以注意到,读取和执行权限,列表文件夹权限,以及读取权限的组成非常相似,但是它们的应用范围却完全不同。
对于不同的权限需要留意的另一点是它们的应用范围。默认的权限属性是自上而下进行继承的。
而我们可以通过修改设置来修改某个权限的应用范围,这些范围包括:
· 仅当前文件夹
· 当前文件夹,子文件夹,以及文件
· 当前文件夹,子文件夹
· 当前文件夹和文件
· 仅子文件夹和文件
· 仅子文件夹
· 仅文件
默认状态的权限应用范围是当前文件夹,子文件夹,以及文件 ,也就是继承范围。
当然,根据环境要求,我们可以设定权限的应用范围。比如控制访问C:Windows目录的权限。
本文的目的是帮助大家了解NTFS文件权限的实质以及它的默认属性。如果还有任何疑问,欢迎在文章评论中提出。
Subscribe to:
Posts (Atom)