WS2016 DISM Error "The array bounds are invalid"

Please run the System File Checker and post the result. If it fails attach a copy of the CBS logs.
Code:
SFC /Scannow
 
Hi,

This looks good, so it is very strange why task manager is not working correctly? Have you tried to see if this happens in safe mode too, or with another admin account?
 
Hi,

This looks good, so it is very strange why task manager is not working correctly? Have you tried to see if this happens in safe mode too, or with another admin account?
hello, and under another user, Explorer is running very slowly. switching between tabs takes about 1-5 minutes. I haven't checked in safe mode yet, I'll try later
 
Hi,

What you could try is the following command to see if it will resolve this issue. (* You can also use the "high priority" and "realtime" parameter.)
Code:
wmic process where name="taskmgr.exe" CALL setpriority "above normal"
 
Hi,

What you could try is the following command to see if it will resolve this issue. (* You can also use the "high priority" and "realtime" parameter.)
Code:
wmic process where name="taskmgr.exe" CALL setpriority "above normal"
it didn't give any results. taskmgr is also slow
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top