Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我在 Windows 上运行以下命令时,它说访问被拒绝。我从 admin 运行。
icacls hello.bat /setintegritylevel 高
需要做些什么才能使其正常工作。
为了icacls在 Windows 上以管理权限运行应用程序,在管理员模式下启动命令提示符将允许您在其中的命令以管理权限执行。
icacls
不要总是在管理员模式下运行命令提示符。为了安全起见,这应该始终是一个有意识的决定。