Forum Discussion
Jiriky
Copper Contributor
I have try with powershell create manually a restoration point, but fails
powershell.exe -ExecutionPolicy Bypas -NoExit -Command "Checkpoint-Computer -Description 'test1ps' -RestorePointType 'MODIFY_SETTINGS'"
Checkpoint-Computer : Este comando no se puede ejecutar debido al siguiente error: no se puede iniciar el servicio
porque está deshabilitado o no tiene dispositivos habilitados asociados a él.
En línea: 1 Carácter: 1
+ Checkpoint-Computer -Description 'test1ps' -RestorePointType 'MODIFY_ ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [Checkpoint-Computer], ArgumentException
+ FullyQualifiedErrorId : ServiceDisabled,Microsoft.PowerShell.Commands.CheckpointComputerCommand
But the service was active, i tried to disable and reenable. The command to disable works fine, but the command for enable fails again
Enable-ComputerRestore
cmdlet Enable-ComputerRestore en la posición 1 de la canalización de comandos
Proporcione valores para los parámetros siguientes:
Drive[0]: C:\
Drive[1]:
Enable-ComputerRestore : No se puede habilitar la unidad C:\.
En línea: 1 Carácter: 1
+ Enable-ComputerRestore
+ ~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [Enable-ComputerRestore], ArgumentException
+ FullyQualifiedErrorId : EnableComputerRestoreNotEnabled,Microsoft.PowerShell.Commands.EnableComputerRestoreCommand
For now i have not the option to create restore points
powershell.exe -ExecutionPolicy Bypas -NoExit -Command "Checkpoint-Computer -Description 'test1ps' -RestorePointType 'MODIFY_SETTINGS'"
Checkpoint-Computer : Este comando no se puede ejecutar debido al siguiente error: no se puede iniciar el servicio
porque está deshabilitado o no tiene dispositivos habilitados asociados a él.
En línea: 1 Carácter: 1
+ Checkpoint-Computer -Description 'test1ps' -RestorePointType 'MODIFY_ ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [Checkpoint-Computer], ArgumentException
+ FullyQualifiedErrorId : ServiceDisabled,Microsoft.PowerShell.Commands.CheckpointComputerCommand
But the service was active, i tried to disable and reenable. The command to disable works fine, but the command for enable fails again
Enable-ComputerRestore
cmdlet Enable-ComputerRestore en la posición 1 de la canalización de comandos
Proporcione valores para los parámetros siguientes:
Drive[0]: C:\
Drive[1]:
Enable-ComputerRestore : No se puede habilitar la unidad C:\.
En línea: 1 Carácter: 1
+ Enable-ComputerRestore
+ ~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [Enable-ComputerRestore], ArgumentException
+ FullyQualifiedErrorId : EnableComputerRestoreNotEnabled,Microsoft.PowerShell.Commands.EnableComputerRestoreCommand
For now i have not the option to create restore points
A1-A1
Apr 06, 2022Gold Contributor
Hi this is the release for the Dev channel. and Beta identical , so that you can downgrade the channel to Beta without a clean installation so probably the next release will fix it - just wait a little
- JirikyApr 07, 2022Copper ContributorThanks, i suppouse in a few weeks this issues will be fixed. For now i'm cloning the windows partition, if something goes really bad... in 30 minutes i have a new windows partition.