<!DOCTYPE html> <html> <head> </head> <body> <p><strong>Come risolvere il problema Error code: [0x800423f2]</strong></p> <p><strong>Visualizza lo shadow storage</strong><br />Vssadmin list shadowstorage</p> <p><strong>Cancella tutte le snapshot</strong><br />vssadmin delete shadows /all</p> <p><strong>Aumenta lo spazio per la snapshot</strong><br />vssadmin resize shadowstorage /For=C: /On=C: /MaxSize=50GB</p> <p><strong>Aumentare il timeout delle snapshot</strong><br />Regedit<br />HKLMSoftware\Microsoft\Windows NT\CurrentVersion\SPP\CreateTimeout<br />The default for the timeout period is 10 mins so hopefully doubling this will give enough time to complete the snapshot.<br />If this isn't present, you will need to manually enter the registry key. It is a DWORD 32-bit key decimal.<br />Change value to 12000000 (2*10*60*1000 = 20 mins)</p> </body> </html>
Subscribe
0 Comments
Oldest