Remember to maintain security and privacy. Do not share sensitive information. Procedimento.com.br may make mistakes. Verify important information. Termo de Responsabilidade

Deleting Individual System Restore Points in Windows 10

In Windows 10, System Restore is a feature that allows users to revert their system files, installed applications, Windows Registry, and system settings to a previous state. It is a valuable tool for troubleshooting and recovering from system issues. However, over time, System Restore can accumulate a significant number of restore points, taking up valuable disk space. This article will guide you through the process of deleting individual System Restore points in Windows 10, helping you manage your system's disk space efficiently.


Examples:


1. Deleting System Restore Points using Disk Cleanup:



  • Press the Windows key + S to open the search bar, type "Disk Cleanup," and select the "Disk Cleanup" app.

  • Select the drive where the System Restore points are stored (usually the system drive, labeled as "C:").

  • Click on the "Clean up system files" button.

  • Check the "More Options" tab and click on the "Clean up" button under the "System Restore and Shadow Copies" section.

  • Select the restore points you want to delete and click on the "Delete" button.


2. Deleting System Restore Points using PowerShell:



  • Press the Windows key + X and select "Windows PowerShell (Admin)" to open PowerShell with administrative privileges.

  • Run the following command to view all available System Restore points: Get-ComputerRestorePoint.

  • Identify the restore points you want to delete based on their creation date, description, or other relevant information.

  • Run the following command to delete a specific restore point using its ID: Disable-ComputerRestore -Disable $true -ID <RestorePointID>. Replace <RestorePointID> with the ID of the restore point you want to delete.


To share Download PDF