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 7 SP1 のコマンド プロンプトまたは Windows Powershell を使用して、復元ポイントを作成するためのオプション [システム設定と以前のバージョンのファイルを復元する] を設定するにはどうすればよいですか?
PowerShell コンソールで次のコマンドを実行して、復元ポイントに関連するコマンドのリストを取得します。
Get-Command -Noun *computer* | Format-Table Name, PSSnapin
チェックポイント-コンピュータ
Disable-ComputerRestore
Enable-ComputerRestore
Get-ComputerRestorePoint