我正试图找到一种方法从磁盘的安全性中删除“CREATOR OWNER”和Everyone。我尝试使其与public class Calculator_main extends Fragment {
@Nullable
@Override
public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
View rootview = inflater.inflate(R.layout.calculator, container, false);
return rootview;
}
}
和Get-Acl
一起使用。然后我尝试了模块Set-Acl
,但这似乎只适用于文件夹。
NTFSSecurity
权限是全新安装的默认权限。
似乎我只能在文件夹上工作。
答案 0 :(得分:2)
$().ready(function() {
var maxHeight = 0;
$('.col-sm-6').each(function() {
maxHeight = maxHeight > $('.col-sm-6').height() ? maxHeight : $('.col-sm-6').height();
});
$('.col-sm-6').each(function() {
$('.col-sm-6').height(maxHeight);
});
console.log(maxHeight)
console.log("loaded")
})
在处理SACL和所有者方面存在一些问题。您可能希望改为使用icacls
:
Set-Acl