Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
reg add "HKLM\System\CurrentControlSet\Control\Session Manager\Configuration Manager" /v EnablePeriodicBackup /t reg_dword /d 1 /f
schtasks /run /i /tn "\microsoft\windows\registry\regidlebackup"
taskschd
Enable-ComputerRestore c:
checkpoint-computer -description "checkpoint 2023/05/01"
powershell
Enable-ComputerRestore c:
checkpoint-computer -description "checkpoint 2023/05/01"
cleanmgr /sageset:1
cleanmgr /sagerun:1
Dism /Online /Cleanup-Image /CheckHealth
dism /online /cleanup-image /startcomponentcleanup /resetbase
chkdsk c: /scan /perf
104313748 KB total disk space.
41541556 KB in 299077 files.
168376 KB in 133225 indexes.
0 KB in bad sectors.
1070948 KB in use by the system.
65536 KB occupied by the log file.
61532868 KB available on disk.
4096 bytes in each allocation unit.
26078437 total allocation units on disk.
15383217 allocation units available on disk.
Total duration: 45.62 seconds (45628 ms).
SFC /scannow
from an elevated command prompt, wait until It finishes and post its result.Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.
C:\Windows\system32>reg add "HKLM\System\CurrentControlSet\Control\Session Manager\Configuration Manager" /v EnablePeriodicBackup /t reg_dword /d 1 /f
The operation completed successfully.
C:\Windows\system32>schtasks /run /i /tn "\microsoft\windows\registry\regidlebackup"
SUCCESS: Attempted to run the scheduled task "\microsoft\windows\registry\regidlebackup".
C:\Windows\system32>powershell
Windows PowerShell
Copyright (C) 2014 Microsoft Corporation. All rights reserved.
PS C:\Windows\system32> Enable-ComputerRestore c:
PS C:\Windows\system32> checkpoint-computer -description "checkpoint 2023/05/15"
PS C:\Windows\system32> cleanmgr /sageset:1
PS C:\Windows\system32> Dism /Online /Cleanup-Image /CheckHealth
Deployment Image Servicing and Management tool
Version: 6.3.9600.19408
Image Version: 6.3.9600.19397
No component store corruption detected.
The operation completed successfully.
PS C:\Windows\system32> dism /online /cleanup-image /startcomponentcleanup /resetbase
Deployment Image Servicing and Management tool
Version: 6.3.9600.19408
Image Version: 6.3.9600.19397
[==========================100.0%==========================]
The operation completed successfully.
PS C:\Windows\system32> chkdsk c: /scan /perf
The type of the file system is NTFS.
Stage 1: Examining basic file system structure ...
2147584 file records processed.
File verification completed.
56751 large file records processed.
0 bad file records processed.
Stage 2: Examining file name linkage ...
2411094 index entries processed.
Index verification completed.
0 unindexed files scanned.
0 unindexed files recovered.
Stage 3: Examining security descriptors ...
Security descriptor verification completed.
131756 data files processed.
CHKDSK is verifying Usn Journal...
38187752 USN bytes processed.
Usn Journal verification completed.
Windows has scanned the file system and found no problems.
No further action is required.
1759175508 KB total disk space.
1428645640 KB in 1440901 files.
796480 KB in 131757 indexes.
0 KB in bad sectors.
2322424 KB in use by the system.
65536 KB occupied by the log file.
327410964 KB available on disk.
4096 bytes in each allocation unit.
439793877 total allocation units on disk.
81852741 allocation units available on disk.
PS C:\Windows\system32>
cleanmgr /sagerun:1