Windows 2008 Fileserver Permission Access Deny

windows 2008 administrator an error occurred while appling security information 


I resolved this problem with the following steps:
Open a Command Prompt "As Administrator"
Run the following commands:


takeown /f G:\folder /r /d y
icacls G:\folder /grant administrators:F /T

当在Windows文件服务器中使用了拒绝Auth用户后重新获取权限请使用上面的二个命令组合。