시스템 복원
# 바로가기
%windir%\System32\SystemPropertiesProtection.exe
시스템 백업
wmic.exe /Namespace:\\root\default Path SystemRestore Call CreateRestorePoint "Restore Point", 100, 12
wmic
설정 - 시스템 - 선택적 기능 - 기능보기 - wmic 추가
DISM /Online /Add-Capability /CapabilityName:WMIC~~~~
참고
https://learn.microsoft.com/en-us/windows/win32/sr/createrestorepoint-systemrestore
CreateRestorePoint method of the SystemRestore class - Win32 apps
Creates a restore point.
learn.microsoft.com