Add Create Restore Point Context Menu in Windows 10  

Page 8 of 8 FirstFirst ... 678

  1. Posts : 7,607
    Windows 10 Home 20H2
       #70

    EnvioX said:
    "custom description name"
    In the following code, replace XXXXXX with your description.

    Code:
    Powershell -ExecutionPolicy Bypass "Checkpoint-Computer -Description """XXXXXX""" -RestorePointType "MODIFY_SETTINGS""
      My Computer


  2. Posts : 5,330
    Windows 11 Pro 64-bit
       #71

    Create a restore point in Windows 10 with double-clicking batch script.

    Code:
    @Echo off & Cls
    
    (Net session >nul 2>&1)||(PowerShell start """%~0""" -verb RunAs & Exit /B)
    
    Wmic.exe /Namespace:\\root\default Path SystemRestore Call CreateRestorePoint "%DATE%", 100, 7
      My Computer


 

Tutorial Categories

Add Create Restore Point Context Menu in Windows 10 Tutorial Index Network & Sharing Instalation and Upgrade Browsers and Email General Tips Gaming Customization Apps and Features Virtualization BSOD System Security User Accounts Hardware and Drivers Updates and Activation Backup and Restore Performance and Maintenance Mixed Reality Phone


  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 05:06.
Find Us




Windows 10 Forums