Removing restore point programmatically

  • Thread starter Thread starter Jediah L
  • Start date Start date
J

Jediah L

Is anyone aware of a way to remove restore points programmatically from a
system administration point of view? Either through WMI, Powershell, or
Windows API's?

Thanks!
 
SRRemoveRestorePoint Function (Windows):
http://msdn2.microsoft.com/en-us/library/aa378934.aspx

"Deletes the specified restore point."

Parameters
dwRPNum
The sequence number of the restore point.
Return Value
If the function succeeds, the return value is ERROR_SUCCESS.

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


Is anyone aware of a way to remove restore points programmatically from a
system administration point of view? Either through WMI, Powershell, or
Windows API's?

Thanks!
 
Back
Top