Create Restore Point, Error Windows 11 Pro! Check the System and Application event logs for more Information. (0x80042319)

If you are having this: // Follow the below Steps for a Possible Solution.

Note: Greek Windows 10 Users having Windows in Greek go here: http://leonidassavvides.com/blog/2023/05/16/create-restore-point-error-greek-windows-10-home-0x80042319/

Create Restore Point, Error!

System Protection
The restore point could not be created for the
following reason:
A writer did not respond to a GatherWriterStatus call.
The writer may either have terminated or it may be
stuck. Check the System and Application event logs
for more Information. (0x80042319)
Please try again.
Close

STEPS FOR A SOLUTION (WORKED FOR ME)

How to Solve restore point could not be created?

Restart Volume shadow copy service

Make sure you are logged on with an administrator account. Then follow the steps below:

1. Press Windows + R key to open a Run window.

2. Type “services.msc” in that box and press Enter to open Windows Services.

services.msc

3. Locate a service called Volume Shadow Copy. If it is not running, start it. If it is running, Stop and Restart this service.

services.msc

4. Change this service Startup type to Automatic.

services.msc
services.msc

AFTER TRYING Again Create Restore Point, Windows 11 Pro – ALL OK

Linux CLI Terminal: Free Memory & Free Disk Space

How to Check Free Memory Space on Linux

========

How to Check Free Memory Space on Linux [Terminal]

==================================

Method 1: Using meminfo

cat /proc/meminfo

grep MemTotal /proc/meminfo

=================
=================

Method 2: Using free, top and Other Commands
1
Typing free in your command terminal provides the following result:
free
2
Use:
top
htop
3
Provides general information about processes, memory, paging, block IO, traps, and CPU activity.
vmstat

=================

How to Check Free Disk Space on Linux

========

How to Check Free Disk Space on Linux [Terminal]

==================================

Method 1: Using df 
The df command stands for disk-free and quite obviously, it shows you the free and available disk space on Linux systems.
1
With -h option, it shows the disk space in human-readable format (MB and GB).
df -h
2
View the disk usage with more details like filesystem type and blocks, you can use the command:
df -T
3
Shows the file system's complete disk usage even if the Available field is 0
df -a 

=================

Method 2: Using du, ls, and Other Commands
While df command is quite popular and should be enough for the use case, there are other alternatives that you can try including:

du -h → Shows disk usage in human-readable format for all directories and subdirectories.
du -a →Shows disk usage for all files.
du -s Provides the total disk space used by a particular file or directory.
ls -al →Lists the entire contents, along with their size, of a particular directory.
stat <file/directory> →Displays the size and other stats of a file/directory or a file system.
fdisk -l →Shows disk size along with disk partitioning information (may require sudo privileges).
dust  → An interesting alternative to the du command written in Rust, available for Arch Linux in the repositories. For other Linux distros, you can refer to its GitHub releases section.

=================

Useful info to keep for your PC in case malfunctions and it needed for debugging yourself or by a technician

With Additional Tricks & Tips

PC or Laptop

Brand, Model, Serial Number, Date, and Store purchased

Additional PC Specs/Parts like:

Graphics Cards, PCIe cards others, etc. Models and Serial Numbers

Windows 10 or 11 > Settings > System > About

Run: Msinfo32

Run: winver

Setup in a Dual Boot PC, Default Boot OS

Run: SystemPropertiesAdvanced > Startup & Recovery: Settings > Default OS

or

Windows 10 or 11 > Settings > System > About > Advanced System Settings > Startup & Recovery: Settings > Default OS

Search Windows or Cortana:

Create Recovery Drive

http://leonidassavvides.com/blog/2022/10/01/create-recovery-drive-usb3-stick-16gb-windows-10/

Create Restore Point

https://support.microsoft.com/en-us/windows/create-a-system-restore-point-77e02e2a-3298-c869-9974-ef5658ea3be9

Other System Utilities – Microsoft Windows

Windows Installation Media Creator Tool

Windows ISO Downloads from Microsoft Software Download Page

https://www.microsoft.com/en-us/software-download/

https://www.microsoft.com/en-us/software-download/windows10

https://www.microsoft.com/en-us/software-download/windows11

https://learn.microsoft.com/en-us/windows/release-health/release-information

https://learn.microsoft.com/en-us/windows/release-health/windows11-release-information


Third-Party Tools

CPU-Z

https://www.cpuid.com/softwares/cpu-z.html

CrystalDiskInfo

https://crystalmark.info/en/software/crystaldiskinfo/