This tweak can fix if you have a low space on the disk. Tool can delete temporary files and other unimportant data to free out disk space on the autostart.
Create file *.dat and write paths:
DEL /F /S /Q /A "%USERPROFILE%\AppData\Local\Google\Chrome\User Data\Default\Cache*"
DEL /F /S /Q /A "%SYSTEMROOT%\Temp*"
DEL /F /S /Q /A "%USERPROFILE%\AppData\Local\Temp*"
DEL /F /S /Q /A "%SYSTEMROOT%\SoftwareDistribution\Download*"