How to backup Windows System State data everyday?
Making a current copy of your computer's System State, which includes the system files, the registry, and other system components is very important for recovery purposes.
Important
You should always keep current, reliable backup copies of your System State data.
1. Create a file called "Backup System State.cmd"
2. Put in the following line to cmd file
ntbackup backup systemstate /J "Backup Job 1" /F "C:\backup.bkf"
3. Copy cmd file to Startup Folder |