Tag: SystemRestore
Kreiranje točke “System Restore”
{Powershell}
Published Date: 2021-09-16
Tema Kreiraj System Restore Point iz komandne linije / skripte. Postupak – tl;dr PS C:\> Invoke-CimMethod -Namespace root/DEFAULT -ClassName SystemRestore -MethodName CreateRestorePoint -Arguments @{ >>…