hello pabee,
Thank you for your question.
Check VSS and SPP
- Press Windows + R to open the Run window. Then type cmd and press Ctrl + Shift + Enter to open the Elevated Command Prompt.
- Type or copy and paste the following command and press Enter after that.
net stop vss
- Type the following command and press Enter after that.
net start vss
After running the commands, try creating the image backup one more time. If SPP is disabled, start it.
Create System Image Backup Using Windows PowerShell
1) Open Windows PowerShell as an administrator and enter the following command:
wbadmin start backup-backup target: E: -include: C: -quiet-allCritical
Press Enter after pasting the command,
Drive E is the destination drive, If your destination drive is D then replace E with D. and C is the drive where the OS is installed.
2) Now, to extract the system image that was created, select advanced boot or run run and copy:
C: \ Windows \ System32 \ Shutdown.exe / r / o
If the answer is helpful, please vote positively and accept the answer.