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 で実行されているすべてのサービスのアクセス許可を確認しようとしています。権限を個別に確認するのは非常に面倒ですが。
すべてのサービスのアクセス許可を識別するためnet startに、 Windows コマンドの結果を にパイプする方法はありますか?icacls
net start
icacls
for %s in (*.exe) do icacls %s// C://Windows/System32 ディレクトリに移動した後、このコマンドが実行されることを確認します
for %s in (*.exe) do icacls %s