Checkpoint-Computer - PowerShell command help and examples

Creates a system restore point on the local computer. (Checkpoint-Computer)


NAME
Checkpoint-Computer
SYNOPSIS
Creates a system restore point on the local computer.
SYNTAX
Checkpoint-Computer [-Description] <string> [[-RestorePointType] <string>] [<CommonParameters>]
DESCRIPTION
The Checkpoint-Computer cmdlet creates a system restore point on the local computer. This cmdlet runs only on Windows Vista and Windows XP.
PARAMETERS
-Description <string> Specifies a descriptive name for the restore point. This parameter is required. Required? true Position? 1 Default value Accept pipeline input? false Accept wildcard characters? false -RestorePointType <string> Specifies the type of restore point. The default is APPLICATION_INSTALL. Valid values are APPLICATION_INSTALL, APPLICATION_UNINSTALL, DEVICE_DRIVER_INSTALL, MODIFY_SETTINGS, and CANCELLED_OPERATION. Required? false Position? 2 Default value APPLICATION_INSTALL Accept pipeline input? false Accept wildcard characters? false <CommonParameters> This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer and OutVariable. For more information, type, "get-help about_commonparameters".
INPUTS
None You cannot pipe objects to Checkpoint-Computer.
OUTPUTS
None This cmdlet does not generate any output.
NOTES
This cmdlet uses the CreateRestorePoint method of the SystemRestore class with a BEGIN_SYSTEM_CHANGE event.

Examples

EXAMPLE 1
C:\PS>checkpoint-computer -description "Install MyApp"
Description
----------- This command creates a system restore point called "Install MyApp". It uses the default APPLICATION_INSTALL restore point type.
EXAMPLE 2
C:\PS>checkpoint-computer -description "ChangeNetSettings" -RestorePointType MODIFY_SETTINGS
Description
----------- This command creates a MODIFY_SETTINGS system restore point called "ChangeNetSettings". RELATED LINKS Online version: http://go.microsoft.com/fwlink/?LinkID=135197 Add-Computer Remove-Computer Restart-Computer Restore-Computer Stop-Computer Test-Connection C:\Windows>powershell get-help Get-ComputerRestorePoint -full

Microsoft Windows [Version 10.0.19045.3693]
Copyright (c) 2023 Microsoft Corporation.

ColorConsole [Version 3.7.1000] PowerShell 2.0-Export

Windows 11, 10, 8.1, 8, 7 / Server 2022, 2019, 2016











Windows-10


... Windows 10 FAQ
... Windows 10 How To


Windows 10 How To


... Windows 11 How To
... The game changer
... Windows 10 FAQ

The Amazing Total Conversions in Gaming History



PowerShell: Creates a system restore point on the local computer.

HTTP: ... PS_Windows/en/Checkpoint-Computer.htm
47.26 msec.
0.109
15781
What registry changes are necessary to shorten the startup time in Windows?
Why can I not update to the new Windows 10?
Free form Screenshot and edit in MS Paint on Windows 11, 10, 8.1, ...!
Funktioniert die SIEMENS NIXDORF Tastatur auf Windows 10/11?
Automatically expand directory in Windows 10/11 tree view (open)!
Auto Align to grid and auto arrange in Explorer List-View!
Verschieben, Kopieren, Unterschiede verstehen und die Denk-Fallen?
What is a screen brightness manager for Windows used for?
Windows 10 and 11 activation slui 4 not working via phone system!
The difference between the touch screen on a desktop computer and tablet!



(0)