andruhasms
Member
- Oct 25, 2024
- 22
Hmm, very odd issue. Maybe Process Explorer is helpful to find the issue when monitoring TaskMgr.exe > Properties > Threads.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Hmm, very odd issue. Maybe Process Explorer is helpful to find the issue when monitoring TaskMgr.exe > Properties > Threads.
SFC /Scannow
Hi, the verification is successfulPlease run the System File Checker and post the result. If it fails attach a copy of the CBS logs.
Code:SFC /Scannow
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 laterHi,
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?
wmic process where name="taskmgr.exe" CALL setpriority "above normal"
it didn't give any results. taskmgr is also slowHi,
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"
Has Sysnative Forums helped you? Please consider donating to help us support the site!