Windows Powershellによるファイル・フォルダを読み取り専用に変更する方法を紹介
ファイル・フォルダを読み取り専用に変更する方法
サンプルソース
(入力)
set-itemproperty -path f:\test.txt -name IsReadOnly -value $true
(出力)
|
PR関連書籍PRカテゴリ姉妹サイトリンクWindows Powershellによるファイル・フォルダを読み取り専用に変更する方法を紹介ファイル・フォルダを読み取り専用に変更する方法 サンプルソース(入力) set-itemproperty -path f:\test.txt -name IsReadOnly -value $true (出力) |