Explorer Very Slow and Nonreactive
up vote
12
down vote
favorite
My Windows Explorer on Windows XP 32Bit is very slow lately. When I start it, it takes up to 10 seconds until it lists all folders and drives. During this time it is nonreactive, which means it does not react to mouse or keyboard input. Even after it stays slower than usual. opening new folder takes a couple of seconds, while previously they were opened instantly.
Other filebrowsers like "Total Commander" work very fast as usual.
windows windows-explorer
add a comment |
up vote
12
down vote
favorite
My Windows Explorer on Windows XP 32Bit is very slow lately. When I start it, it takes up to 10 seconds until it lists all folders and drives. During this time it is nonreactive, which means it does not react to mouse or keyboard input. Even after it stays slower than usual. opening new folder takes a couple of seconds, while previously they were opened instantly.
Other filebrowsers like "Total Commander" work very fast as usual.
windows windows-explorer
This is what I'm talking about: superuser.com/questions/7621/…
– OscarRyz
Jul 22 '09 at 15:25
1
I think I got the same problem: superuser.com/questions/11291/…
– Graviton
Aug 6 '09 at 9:42
add a comment |
up vote
12
down vote
favorite
up vote
12
down vote
favorite
My Windows Explorer on Windows XP 32Bit is very slow lately. When I start it, it takes up to 10 seconds until it lists all folders and drives. During this time it is nonreactive, which means it does not react to mouse or keyboard input. Even after it stays slower than usual. opening new folder takes a couple of seconds, while previously they were opened instantly.
Other filebrowsers like "Total Commander" work very fast as usual.
windows windows-explorer
My Windows Explorer on Windows XP 32Bit is very slow lately. When I start it, it takes up to 10 seconds until it lists all folders and drives. During this time it is nonreactive, which means it does not react to mouse or keyboard input. Even after it stays slower than usual. opening new folder takes a couple of seconds, while previously they were opened instantly.
Other filebrowsers like "Total Commander" work very fast as usual.
windows windows-explorer
windows windows-explorer
edited Dec 13 '11 at 3:46
wizlog
9,6771258108
9,6771258108
asked Jul 22 '09 at 14:17
clamp
46472239
46472239
This is what I'm talking about: superuser.com/questions/7621/…
– OscarRyz
Jul 22 '09 at 15:25
1
I think I got the same problem: superuser.com/questions/11291/…
– Graviton
Aug 6 '09 at 9:42
add a comment |
This is what I'm talking about: superuser.com/questions/7621/…
– OscarRyz
Jul 22 '09 at 15:25
1
I think I got the same problem: superuser.com/questions/11291/…
– Graviton
Aug 6 '09 at 9:42
This is what I'm talking about: superuser.com/questions/7621/…
– OscarRyz
Jul 22 '09 at 15:25
This is what I'm talking about: superuser.com/questions/7621/…
– OscarRyz
Jul 22 '09 at 15:25
1
1
I think I got the same problem: superuser.com/questions/11291/…
– Graviton
Aug 6 '09 at 9:42
I think I got the same problem: superuser.com/questions/11291/…
– Graviton
Aug 6 '09 at 9:42
add a comment |
6 Answers
6
active
oldest
votes
up vote
14
down vote
accepted
- Download Sysinternals' Process Explorer
- Run the program with administrator rights (so it can access all the information it requires from the system).
- Right click on the process Explorer.exe, and select Properties.
- Select the performance tab.
- Now open a new Explorer window, and watch the graphs. You should be able to tell whether the problem is i/o access or cpu (I haven't found the memory to be a probable cause for this behavior).
- Other tabs like Performance and Threads, should help you to figure out what's abusing the system's resources.
If you reckon the problem could be some corrupt dll or handler attached to the Explorer process, then follow these steps:
- Download Sysinternals’ Autoruns (it doesn’t need to be installed).
- Uncompress the zip file and run the program autoruns.exe with administrator privileges.
- Wait for the program to retrieve all the information, then select the Explorer tab.
- Look for any item without a publisher or from a dubious source.
- If you find any, disable the item by un-checking the box to the left, then close the application and reboot the system.
- Repeat the process with any other dll/handler you think it could be causing the problem. Reboot again after each one (you can also re-enable the items by checking the corresponding box).
Hope that helps.
1
thank you! that sounds like a good solution to debug the problem. but i could not find any suspicious values in process explorer when starting a new explorer.exe (where the problem occurs). I/O bytes goes to ~30KB shortly after starting, but i think that may be normal. it goes back to 0 while the problem still persists. the cpu usage stays very low all the time.
– clamp
Jul 31 '09 at 8:35
1
thank you also for your second suggestion. i looked through the list, which is very long, but all of the items seem to make sense. most of them are from microsoft. the rest is from the companies that make my drivers or tools that integrate into explorer-rightclickmenu.
– clamp
Jul 31 '09 at 9:04
1
Just because it's something you use doesn't mean it isn't at fault. Try enabling all third party add-ons one at a time. You may even disable all to confirm if add-ons are at fault at all.
– prestomation
Aug 4 '09 at 3:05
I ran Autoruns and checked the Explorer tab. There was an entry corresponding to the registry keyHKCUSOFTWAREMicrosoftInternet ExplorerDesktopComponentsand the text under the column Image Path shows "File not found: About:Home". After un-checking that entry, Explorer opens just fine and dandy! UPDATE – nope; it just opens fine and dandy with Autoruns already open ...
– Kenny Evitt
Aug 31 '14 at 16:12
'NOTHER UPDATE – A full shutdown seems to have done something; Explorer opens super-snappy now.
– Kenny Evitt
Aug 31 '14 at 18:03
add a comment |
up vote
6
down vote
A checklist,
- Do you have network mapped drives? that may be causing stalls
- Do you have fragmentation on the primary drive? that makes enumeration in explorer slow
- try JkDefrag -- Do not trust the built-in defragmentation support
- Do you have page-file fragmentation, that makes a lot of things slow
- try PageDefrag -- if you start this app, it will tell you which system files are fragmented immediately. You can then choose to defrag with a reboot
- Windows support note on other application conflicts
- Confirm that this Windows machine is at the same service-patch level as the other systems that do not show such problems
- Consider turning off Indexing Service -- this is not exactly known to cause such slow-downs, its supposed to work only in idle conditions, but its a waste anyways
- Is your Windows configured to show ZIP files as folders?
- This is known to cause problems
- would suggest shifting to 7-zip anyways.
Some more things you can try.
- The
autorunscheck is a good idea,
did you find any new or unexpected start up activities engaged there? - Did you make any recent driver or system updates?
- There is also a possibility of system file corruption. You can check for that
from theStart,Runwith a "sfc /scannow" or "sfc /verifyonly" command.
It will take some time to verify all Windows files are intact
thanks! yes i do. but i also had them before when everything was fine. also other users in the same network have the same mapped drives and it works fine for them.
– clamp
Jul 22 '09 at 14:20
1
i dont think that fragmentation is the cause, because as i said, other filebrowsers work fast as usual!
– clamp
Jul 22 '09 at 14:22
indexing service is turned off already.
– clamp
Jul 22 '09 at 14:27
1
+1 "network mapped drives". Used to cause regular explorer freezes as it did its voodoo in the background.
– nagul
Aug 6 '09 at 8:28
add a comment |
up vote
3
down vote
I would try Process Monitor from Sysinternals which should allow you to see what sort of file accesses are being performed when you open a file.
As I understand it, Explorer attempts to find icons for each file which sometimes attempts to locate the associated application, (so it shows the excel icon beside a excel file etc). However if there is a application located on a network folder (or on a memory stick) then this can slow it down. And of course if the drive path is not there, eg a memory stick that isn't plugged in or network path it can't find, or if permission to the file is denied, this will slow things down.
Process Monitor will also show you lots of other stuff that goes on when you open a windows, for example, sometimes when explorer attempts to access an application to determine the file icon, this triggers an anti-virus scan.
Note the icons were supposed to be cached, to avoid repeated look ups, but that may not be happening. There is a registry key which controls the size of the cache
Hkey_Local_MachineSoftwareMicrosoftWindowsCurrentVersionExplorerMax Cached Icons
(Mine is set to 2000, but maybe you can try increasing it).
The cache can also get corrupt, but I never heard of this causing a slowdown, rather it sometimes causes the icons not to be drawn correctly.
add a comment |
up vote
2
down vote
I know somebody that this happened to, the way he solved it was to create a new XP user profile, unfortunately that meant losing lots of profile specific application settings, but it beats re-installing!
add a comment |
up vote
2
down vote
I've had a problem like this where I had shortcuts on either(can't rememebr exactly) my desktop, C root, or My Documents referencing non-existant files. I know it sounds crazy, but deleting the broken shortcuts fixed this problem for me. There was something special windows was doing with these shortcuts(I think trying to get an icon resource fro the shortcut from the non-existant file or something like that). So look at shortcuts on your desktop and delete any that aren't valid, and then go from there.
Edit: In trying to find the article that helped me fix my issue(it was a long time ago) I did find this:
http://ss64.com/nt/slow_browsing.html
add a comment |
up vote
0
down vote
Delete the following value from the registry to disable shared documents:
HKLMSOFTWAREMicrosoftWindowsCurrentVersionExplorerMyComputerNameSpaceDelegateFolders{E211B736-43FD-11D1-9EFB-0000F8757FCD}
References
Get Rid of Shared Documents
Remove Shared Documents folders from My Computer System Folder
add a comment |
6 Answers
6
active
oldest
votes
6 Answers
6
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
14
down vote
accepted
- Download Sysinternals' Process Explorer
- Run the program with administrator rights (so it can access all the information it requires from the system).
- Right click on the process Explorer.exe, and select Properties.
- Select the performance tab.
- Now open a new Explorer window, and watch the graphs. You should be able to tell whether the problem is i/o access or cpu (I haven't found the memory to be a probable cause for this behavior).
- Other tabs like Performance and Threads, should help you to figure out what's abusing the system's resources.
If you reckon the problem could be some corrupt dll or handler attached to the Explorer process, then follow these steps:
- Download Sysinternals’ Autoruns (it doesn’t need to be installed).
- Uncompress the zip file and run the program autoruns.exe with administrator privileges.
- Wait for the program to retrieve all the information, then select the Explorer tab.
- Look for any item without a publisher or from a dubious source.
- If you find any, disable the item by un-checking the box to the left, then close the application and reboot the system.
- Repeat the process with any other dll/handler you think it could be causing the problem. Reboot again after each one (you can also re-enable the items by checking the corresponding box).
Hope that helps.
1
thank you! that sounds like a good solution to debug the problem. but i could not find any suspicious values in process explorer when starting a new explorer.exe (where the problem occurs). I/O bytes goes to ~30KB shortly after starting, but i think that may be normal. it goes back to 0 while the problem still persists. the cpu usage stays very low all the time.
– clamp
Jul 31 '09 at 8:35
1
thank you also for your second suggestion. i looked through the list, which is very long, but all of the items seem to make sense. most of them are from microsoft. the rest is from the companies that make my drivers or tools that integrate into explorer-rightclickmenu.
– clamp
Jul 31 '09 at 9:04
1
Just because it's something you use doesn't mean it isn't at fault. Try enabling all third party add-ons one at a time. You may even disable all to confirm if add-ons are at fault at all.
– prestomation
Aug 4 '09 at 3:05
I ran Autoruns and checked the Explorer tab. There was an entry corresponding to the registry keyHKCUSOFTWAREMicrosoftInternet ExplorerDesktopComponentsand the text under the column Image Path shows "File not found: About:Home". After un-checking that entry, Explorer opens just fine and dandy! UPDATE – nope; it just opens fine and dandy with Autoruns already open ...
– Kenny Evitt
Aug 31 '14 at 16:12
'NOTHER UPDATE – A full shutdown seems to have done something; Explorer opens super-snappy now.
– Kenny Evitt
Aug 31 '14 at 18:03
add a comment |
up vote
14
down vote
accepted
- Download Sysinternals' Process Explorer
- Run the program with administrator rights (so it can access all the information it requires from the system).
- Right click on the process Explorer.exe, and select Properties.
- Select the performance tab.
- Now open a new Explorer window, and watch the graphs. You should be able to tell whether the problem is i/o access or cpu (I haven't found the memory to be a probable cause for this behavior).
- Other tabs like Performance and Threads, should help you to figure out what's abusing the system's resources.
If you reckon the problem could be some corrupt dll or handler attached to the Explorer process, then follow these steps:
- Download Sysinternals’ Autoruns (it doesn’t need to be installed).
- Uncompress the zip file and run the program autoruns.exe with administrator privileges.
- Wait for the program to retrieve all the information, then select the Explorer tab.
- Look for any item without a publisher or from a dubious source.
- If you find any, disable the item by un-checking the box to the left, then close the application and reboot the system.
- Repeat the process with any other dll/handler you think it could be causing the problem. Reboot again after each one (you can also re-enable the items by checking the corresponding box).
Hope that helps.
1
thank you! that sounds like a good solution to debug the problem. but i could not find any suspicious values in process explorer when starting a new explorer.exe (where the problem occurs). I/O bytes goes to ~30KB shortly after starting, but i think that may be normal. it goes back to 0 while the problem still persists. the cpu usage stays very low all the time.
– clamp
Jul 31 '09 at 8:35
1
thank you also for your second suggestion. i looked through the list, which is very long, but all of the items seem to make sense. most of them are from microsoft. the rest is from the companies that make my drivers or tools that integrate into explorer-rightclickmenu.
– clamp
Jul 31 '09 at 9:04
1
Just because it's something you use doesn't mean it isn't at fault. Try enabling all third party add-ons one at a time. You may even disable all to confirm if add-ons are at fault at all.
– prestomation
Aug 4 '09 at 3:05
I ran Autoruns and checked the Explorer tab. There was an entry corresponding to the registry keyHKCUSOFTWAREMicrosoftInternet ExplorerDesktopComponentsand the text under the column Image Path shows "File not found: About:Home". After un-checking that entry, Explorer opens just fine and dandy! UPDATE – nope; it just opens fine and dandy with Autoruns already open ...
– Kenny Evitt
Aug 31 '14 at 16:12
'NOTHER UPDATE – A full shutdown seems to have done something; Explorer opens super-snappy now.
– Kenny Evitt
Aug 31 '14 at 18:03
add a comment |
up vote
14
down vote
accepted
up vote
14
down vote
accepted
- Download Sysinternals' Process Explorer
- Run the program with administrator rights (so it can access all the information it requires from the system).
- Right click on the process Explorer.exe, and select Properties.
- Select the performance tab.
- Now open a new Explorer window, and watch the graphs. You should be able to tell whether the problem is i/o access or cpu (I haven't found the memory to be a probable cause for this behavior).
- Other tabs like Performance and Threads, should help you to figure out what's abusing the system's resources.
If you reckon the problem could be some corrupt dll or handler attached to the Explorer process, then follow these steps:
- Download Sysinternals’ Autoruns (it doesn’t need to be installed).
- Uncompress the zip file and run the program autoruns.exe with administrator privileges.
- Wait for the program to retrieve all the information, then select the Explorer tab.
- Look for any item without a publisher or from a dubious source.
- If you find any, disable the item by un-checking the box to the left, then close the application and reboot the system.
- Repeat the process with any other dll/handler you think it could be causing the problem. Reboot again after each one (you can also re-enable the items by checking the corresponding box).
Hope that helps.
- Download Sysinternals' Process Explorer
- Run the program with administrator rights (so it can access all the information it requires from the system).
- Right click on the process Explorer.exe, and select Properties.
- Select the performance tab.
- Now open a new Explorer window, and watch the graphs. You should be able to tell whether the problem is i/o access or cpu (I haven't found the memory to be a probable cause for this behavior).
- Other tabs like Performance and Threads, should help you to figure out what's abusing the system's resources.
If you reckon the problem could be some corrupt dll or handler attached to the Explorer process, then follow these steps:
- Download Sysinternals’ Autoruns (it doesn’t need to be installed).
- Uncompress the zip file and run the program autoruns.exe with administrator privileges.
- Wait for the program to retrieve all the information, then select the Explorer tab.
- Look for any item without a publisher or from a dubious source.
- If you find any, disable the item by un-checking the box to the left, then close the application and reboot the system.
- Repeat the process with any other dll/handler you think it could be causing the problem. Reboot again after each one (you can also re-enable the items by checking the corresponding box).
Hope that helps.
edited Jul 31 '09 at 8:33
answered Jul 31 '09 at 8:20
Leonardo
2,21111919
2,21111919
1
thank you! that sounds like a good solution to debug the problem. but i could not find any suspicious values in process explorer when starting a new explorer.exe (where the problem occurs). I/O bytes goes to ~30KB shortly after starting, but i think that may be normal. it goes back to 0 while the problem still persists. the cpu usage stays very low all the time.
– clamp
Jul 31 '09 at 8:35
1
thank you also for your second suggestion. i looked through the list, which is very long, but all of the items seem to make sense. most of them are from microsoft. the rest is from the companies that make my drivers or tools that integrate into explorer-rightclickmenu.
– clamp
Jul 31 '09 at 9:04
1
Just because it's something you use doesn't mean it isn't at fault. Try enabling all third party add-ons one at a time. You may even disable all to confirm if add-ons are at fault at all.
– prestomation
Aug 4 '09 at 3:05
I ran Autoruns and checked the Explorer tab. There was an entry corresponding to the registry keyHKCUSOFTWAREMicrosoftInternet ExplorerDesktopComponentsand the text under the column Image Path shows "File not found: About:Home". After un-checking that entry, Explorer opens just fine and dandy! UPDATE – nope; it just opens fine and dandy with Autoruns already open ...
– Kenny Evitt
Aug 31 '14 at 16:12
'NOTHER UPDATE – A full shutdown seems to have done something; Explorer opens super-snappy now.
– Kenny Evitt
Aug 31 '14 at 18:03
add a comment |
1
thank you! that sounds like a good solution to debug the problem. but i could not find any suspicious values in process explorer when starting a new explorer.exe (where the problem occurs). I/O bytes goes to ~30KB shortly after starting, but i think that may be normal. it goes back to 0 while the problem still persists. the cpu usage stays very low all the time.
– clamp
Jul 31 '09 at 8:35
1
thank you also for your second suggestion. i looked through the list, which is very long, but all of the items seem to make sense. most of them are from microsoft. the rest is from the companies that make my drivers or tools that integrate into explorer-rightclickmenu.
– clamp
Jul 31 '09 at 9:04
1
Just because it's something you use doesn't mean it isn't at fault. Try enabling all third party add-ons one at a time. You may even disable all to confirm if add-ons are at fault at all.
– prestomation
Aug 4 '09 at 3:05
I ran Autoruns and checked the Explorer tab. There was an entry corresponding to the registry keyHKCUSOFTWAREMicrosoftInternet ExplorerDesktopComponentsand the text under the column Image Path shows "File not found: About:Home". After un-checking that entry, Explorer opens just fine and dandy! UPDATE – nope; it just opens fine and dandy with Autoruns already open ...
– Kenny Evitt
Aug 31 '14 at 16:12
'NOTHER UPDATE – A full shutdown seems to have done something; Explorer opens super-snappy now.
– Kenny Evitt
Aug 31 '14 at 18:03
1
1
thank you! that sounds like a good solution to debug the problem. but i could not find any suspicious values in process explorer when starting a new explorer.exe (where the problem occurs). I/O bytes goes to ~30KB shortly after starting, but i think that may be normal. it goes back to 0 while the problem still persists. the cpu usage stays very low all the time.
– clamp
Jul 31 '09 at 8:35
thank you! that sounds like a good solution to debug the problem. but i could not find any suspicious values in process explorer when starting a new explorer.exe (where the problem occurs). I/O bytes goes to ~30KB shortly after starting, but i think that may be normal. it goes back to 0 while the problem still persists. the cpu usage stays very low all the time.
– clamp
Jul 31 '09 at 8:35
1
1
thank you also for your second suggestion. i looked through the list, which is very long, but all of the items seem to make sense. most of them are from microsoft. the rest is from the companies that make my drivers or tools that integrate into explorer-rightclickmenu.
– clamp
Jul 31 '09 at 9:04
thank you also for your second suggestion. i looked through the list, which is very long, but all of the items seem to make sense. most of them are from microsoft. the rest is from the companies that make my drivers or tools that integrate into explorer-rightclickmenu.
– clamp
Jul 31 '09 at 9:04
1
1
Just because it's something you use doesn't mean it isn't at fault. Try enabling all third party add-ons one at a time. You may even disable all to confirm if add-ons are at fault at all.
– prestomation
Aug 4 '09 at 3:05
Just because it's something you use doesn't mean it isn't at fault. Try enabling all third party add-ons one at a time. You may even disable all to confirm if add-ons are at fault at all.
– prestomation
Aug 4 '09 at 3:05
I ran Autoruns and checked the Explorer tab. There was an entry corresponding to the registry key
HKCUSOFTWAREMicrosoftInternet ExplorerDesktopComponents and the text under the column Image Path shows "File not found: About:Home". After un-checking that entry, Explorer opens just fine and dandy! UPDATE – nope; it just opens fine and dandy with Autoruns already open ...– Kenny Evitt
Aug 31 '14 at 16:12
I ran Autoruns and checked the Explorer tab. There was an entry corresponding to the registry key
HKCUSOFTWAREMicrosoftInternet ExplorerDesktopComponents and the text under the column Image Path shows "File not found: About:Home". After un-checking that entry, Explorer opens just fine and dandy! UPDATE – nope; it just opens fine and dandy with Autoruns already open ...– Kenny Evitt
Aug 31 '14 at 16:12
'NOTHER UPDATE – A full shutdown seems to have done something; Explorer opens super-snappy now.
– Kenny Evitt
Aug 31 '14 at 18:03
'NOTHER UPDATE – A full shutdown seems to have done something; Explorer opens super-snappy now.
– Kenny Evitt
Aug 31 '14 at 18:03
add a comment |
up vote
6
down vote
A checklist,
- Do you have network mapped drives? that may be causing stalls
- Do you have fragmentation on the primary drive? that makes enumeration in explorer slow
- try JkDefrag -- Do not trust the built-in defragmentation support
- Do you have page-file fragmentation, that makes a lot of things slow
- try PageDefrag -- if you start this app, it will tell you which system files are fragmented immediately. You can then choose to defrag with a reboot
- Windows support note on other application conflicts
- Confirm that this Windows machine is at the same service-patch level as the other systems that do not show such problems
- Consider turning off Indexing Service -- this is not exactly known to cause such slow-downs, its supposed to work only in idle conditions, but its a waste anyways
- Is your Windows configured to show ZIP files as folders?
- This is known to cause problems
- would suggest shifting to 7-zip anyways.
Some more things you can try.
- The
autorunscheck is a good idea,
did you find any new or unexpected start up activities engaged there? - Did you make any recent driver or system updates?
- There is also a possibility of system file corruption. You can check for that
from theStart,Runwith a "sfc /scannow" or "sfc /verifyonly" command.
It will take some time to verify all Windows files are intact
thanks! yes i do. but i also had them before when everything was fine. also other users in the same network have the same mapped drives and it works fine for them.
– clamp
Jul 22 '09 at 14:20
1
i dont think that fragmentation is the cause, because as i said, other filebrowsers work fast as usual!
– clamp
Jul 22 '09 at 14:22
indexing service is turned off already.
– clamp
Jul 22 '09 at 14:27
1
+1 "network mapped drives". Used to cause regular explorer freezes as it did its voodoo in the background.
– nagul
Aug 6 '09 at 8:28
add a comment |
up vote
6
down vote
A checklist,
- Do you have network mapped drives? that may be causing stalls
- Do you have fragmentation on the primary drive? that makes enumeration in explorer slow
- try JkDefrag -- Do not trust the built-in defragmentation support
- Do you have page-file fragmentation, that makes a lot of things slow
- try PageDefrag -- if you start this app, it will tell you which system files are fragmented immediately. You can then choose to defrag with a reboot
- Windows support note on other application conflicts
- Confirm that this Windows machine is at the same service-patch level as the other systems that do not show such problems
- Consider turning off Indexing Service -- this is not exactly known to cause such slow-downs, its supposed to work only in idle conditions, but its a waste anyways
- Is your Windows configured to show ZIP files as folders?
- This is known to cause problems
- would suggest shifting to 7-zip anyways.
Some more things you can try.
- The
autorunscheck is a good idea,
did you find any new or unexpected start up activities engaged there? - Did you make any recent driver or system updates?
- There is also a possibility of system file corruption. You can check for that
from theStart,Runwith a "sfc /scannow" or "sfc /verifyonly" command.
It will take some time to verify all Windows files are intact
thanks! yes i do. but i also had them before when everything was fine. also other users in the same network have the same mapped drives and it works fine for them.
– clamp
Jul 22 '09 at 14:20
1
i dont think that fragmentation is the cause, because as i said, other filebrowsers work fast as usual!
– clamp
Jul 22 '09 at 14:22
indexing service is turned off already.
– clamp
Jul 22 '09 at 14:27
1
+1 "network mapped drives". Used to cause regular explorer freezes as it did its voodoo in the background.
– nagul
Aug 6 '09 at 8:28
add a comment |
up vote
6
down vote
up vote
6
down vote
A checklist,
- Do you have network mapped drives? that may be causing stalls
- Do you have fragmentation on the primary drive? that makes enumeration in explorer slow
- try JkDefrag -- Do not trust the built-in defragmentation support
- Do you have page-file fragmentation, that makes a lot of things slow
- try PageDefrag -- if you start this app, it will tell you which system files are fragmented immediately. You can then choose to defrag with a reboot
- Windows support note on other application conflicts
- Confirm that this Windows machine is at the same service-patch level as the other systems that do not show such problems
- Consider turning off Indexing Service -- this is not exactly known to cause such slow-downs, its supposed to work only in idle conditions, but its a waste anyways
- Is your Windows configured to show ZIP files as folders?
- This is known to cause problems
- would suggest shifting to 7-zip anyways.
Some more things you can try.
- The
autorunscheck is a good idea,
did you find any new or unexpected start up activities engaged there? - Did you make any recent driver or system updates?
- There is also a possibility of system file corruption. You can check for that
from theStart,Runwith a "sfc /scannow" or "sfc /verifyonly" command.
It will take some time to verify all Windows files are intact
A checklist,
- Do you have network mapped drives? that may be causing stalls
- Do you have fragmentation on the primary drive? that makes enumeration in explorer slow
- try JkDefrag -- Do not trust the built-in defragmentation support
- Do you have page-file fragmentation, that makes a lot of things slow
- try PageDefrag -- if you start this app, it will tell you which system files are fragmented immediately. You can then choose to defrag with a reboot
- Windows support note on other application conflicts
- Confirm that this Windows machine is at the same service-patch level as the other systems that do not show such problems
- Consider turning off Indexing Service -- this is not exactly known to cause such slow-downs, its supposed to work only in idle conditions, but its a waste anyways
- Is your Windows configured to show ZIP files as folders?
- This is known to cause problems
- would suggest shifting to 7-zip anyways.
Some more things you can try.
- The
autorunscheck is a good idea,
did you find any new or unexpected start up activities engaged there? - Did you make any recent driver or system updates?
- There is also a possibility of system file corruption. You can check for that
from theStart,Runwith a "sfc /scannow" or "sfc /verifyonly" command.
It will take some time to verify all Windows files are intact
edited Aug 6 '09 at 12:34
answered Jul 22 '09 at 14:19
nik
48.1k786132
48.1k786132
thanks! yes i do. but i also had them before when everything was fine. also other users in the same network have the same mapped drives and it works fine for them.
– clamp
Jul 22 '09 at 14:20
1
i dont think that fragmentation is the cause, because as i said, other filebrowsers work fast as usual!
– clamp
Jul 22 '09 at 14:22
indexing service is turned off already.
– clamp
Jul 22 '09 at 14:27
1
+1 "network mapped drives". Used to cause regular explorer freezes as it did its voodoo in the background.
– nagul
Aug 6 '09 at 8:28
add a comment |
thanks! yes i do. but i also had them before when everything was fine. also other users in the same network have the same mapped drives and it works fine for them.
– clamp
Jul 22 '09 at 14:20
1
i dont think that fragmentation is the cause, because as i said, other filebrowsers work fast as usual!
– clamp
Jul 22 '09 at 14:22
indexing service is turned off already.
– clamp
Jul 22 '09 at 14:27
1
+1 "network mapped drives". Used to cause regular explorer freezes as it did its voodoo in the background.
– nagul
Aug 6 '09 at 8:28
thanks! yes i do. but i also had them before when everything was fine. also other users in the same network have the same mapped drives and it works fine for them.
– clamp
Jul 22 '09 at 14:20
thanks! yes i do. but i also had them before when everything was fine. also other users in the same network have the same mapped drives and it works fine for them.
– clamp
Jul 22 '09 at 14:20
1
1
i dont think that fragmentation is the cause, because as i said, other filebrowsers work fast as usual!
– clamp
Jul 22 '09 at 14:22
i dont think that fragmentation is the cause, because as i said, other filebrowsers work fast as usual!
– clamp
Jul 22 '09 at 14:22
indexing service is turned off already.
– clamp
Jul 22 '09 at 14:27
indexing service is turned off already.
– clamp
Jul 22 '09 at 14:27
1
1
+1 "network mapped drives". Used to cause regular explorer freezes as it did its voodoo in the background.
– nagul
Aug 6 '09 at 8:28
+1 "network mapped drives". Used to cause regular explorer freezes as it did its voodoo in the background.
– nagul
Aug 6 '09 at 8:28
add a comment |
up vote
3
down vote
I would try Process Monitor from Sysinternals which should allow you to see what sort of file accesses are being performed when you open a file.
As I understand it, Explorer attempts to find icons for each file which sometimes attempts to locate the associated application, (so it shows the excel icon beside a excel file etc). However if there is a application located on a network folder (or on a memory stick) then this can slow it down. And of course if the drive path is not there, eg a memory stick that isn't plugged in or network path it can't find, or if permission to the file is denied, this will slow things down.
Process Monitor will also show you lots of other stuff that goes on when you open a windows, for example, sometimes when explorer attempts to access an application to determine the file icon, this triggers an anti-virus scan.
Note the icons were supposed to be cached, to avoid repeated look ups, but that may not be happening. There is a registry key which controls the size of the cache
Hkey_Local_MachineSoftwareMicrosoftWindowsCurrentVersionExplorerMax Cached Icons
(Mine is set to 2000, but maybe you can try increasing it).
The cache can also get corrupt, but I never heard of this causing a slowdown, rather it sometimes causes the icons not to be drawn correctly.
add a comment |
up vote
3
down vote
I would try Process Monitor from Sysinternals which should allow you to see what sort of file accesses are being performed when you open a file.
As I understand it, Explorer attempts to find icons for each file which sometimes attempts to locate the associated application, (so it shows the excel icon beside a excel file etc). However if there is a application located on a network folder (or on a memory stick) then this can slow it down. And of course if the drive path is not there, eg a memory stick that isn't plugged in or network path it can't find, or if permission to the file is denied, this will slow things down.
Process Monitor will also show you lots of other stuff that goes on when you open a windows, for example, sometimes when explorer attempts to access an application to determine the file icon, this triggers an anti-virus scan.
Note the icons were supposed to be cached, to avoid repeated look ups, but that may not be happening. There is a registry key which controls the size of the cache
Hkey_Local_MachineSoftwareMicrosoftWindowsCurrentVersionExplorerMax Cached Icons
(Mine is set to 2000, but maybe you can try increasing it).
The cache can also get corrupt, but I never heard of this causing a slowdown, rather it sometimes causes the icons not to be drawn correctly.
add a comment |
up vote
3
down vote
up vote
3
down vote
I would try Process Monitor from Sysinternals which should allow you to see what sort of file accesses are being performed when you open a file.
As I understand it, Explorer attempts to find icons for each file which sometimes attempts to locate the associated application, (so it shows the excel icon beside a excel file etc). However if there is a application located on a network folder (or on a memory stick) then this can slow it down. And of course if the drive path is not there, eg a memory stick that isn't plugged in or network path it can't find, or if permission to the file is denied, this will slow things down.
Process Monitor will also show you lots of other stuff that goes on when you open a windows, for example, sometimes when explorer attempts to access an application to determine the file icon, this triggers an anti-virus scan.
Note the icons were supposed to be cached, to avoid repeated look ups, but that may not be happening. There is a registry key which controls the size of the cache
Hkey_Local_MachineSoftwareMicrosoftWindowsCurrentVersionExplorerMax Cached Icons
(Mine is set to 2000, but maybe you can try increasing it).
The cache can also get corrupt, but I never heard of this causing a slowdown, rather it sometimes causes the icons not to be drawn correctly.
I would try Process Monitor from Sysinternals which should allow you to see what sort of file accesses are being performed when you open a file.
As I understand it, Explorer attempts to find icons for each file which sometimes attempts to locate the associated application, (so it shows the excel icon beside a excel file etc). However if there is a application located on a network folder (or on a memory stick) then this can slow it down. And of course if the drive path is not there, eg a memory stick that isn't plugged in or network path it can't find, or if permission to the file is denied, this will slow things down.
Process Monitor will also show you lots of other stuff that goes on when you open a windows, for example, sometimes when explorer attempts to access an application to determine the file icon, this triggers an anti-virus scan.
Note the icons were supposed to be cached, to avoid repeated look ups, but that may not be happening. There is a registry key which controls the size of the cache
Hkey_Local_MachineSoftwareMicrosoftWindowsCurrentVersionExplorerMax Cached Icons
(Mine is set to 2000, but maybe you can try increasing it).
The cache can also get corrupt, but I never heard of this causing a slowdown, rather it sometimes causes the icons not to be drawn correctly.
answered Jul 31 '09 at 11:42
sgmoore
5,59611931
5,59611931
add a comment |
add a comment |
up vote
2
down vote
I know somebody that this happened to, the way he solved it was to create a new XP user profile, unfortunately that meant losing lots of profile specific application settings, but it beats re-installing!
add a comment |
up vote
2
down vote
I know somebody that this happened to, the way he solved it was to create a new XP user profile, unfortunately that meant losing lots of profile specific application settings, but it beats re-installing!
add a comment |
up vote
2
down vote
up vote
2
down vote
I know somebody that this happened to, the way he solved it was to create a new XP user profile, unfortunately that meant losing lots of profile specific application settings, but it beats re-installing!
I know somebody that this happened to, the way he solved it was to create a new XP user profile, unfortunately that meant losing lots of profile specific application settings, but it beats re-installing!
answered Jul 31 '09 at 21:23
Vdex
1,42811419
1,42811419
add a comment |
add a comment |
up vote
2
down vote
I've had a problem like this where I had shortcuts on either(can't rememebr exactly) my desktop, C root, or My Documents referencing non-existant files. I know it sounds crazy, but deleting the broken shortcuts fixed this problem for me. There was something special windows was doing with these shortcuts(I think trying to get an icon resource fro the shortcut from the non-existant file or something like that). So look at shortcuts on your desktop and delete any that aren't valid, and then go from there.
Edit: In trying to find the article that helped me fix my issue(it was a long time ago) I did find this:
http://ss64.com/nt/slow_browsing.html
add a comment |
up vote
2
down vote
I've had a problem like this where I had shortcuts on either(can't rememebr exactly) my desktop, C root, or My Documents referencing non-existant files. I know it sounds crazy, but deleting the broken shortcuts fixed this problem for me. There was something special windows was doing with these shortcuts(I think trying to get an icon resource fro the shortcut from the non-existant file or something like that). So look at shortcuts on your desktop and delete any that aren't valid, and then go from there.
Edit: In trying to find the article that helped me fix my issue(it was a long time ago) I did find this:
http://ss64.com/nt/slow_browsing.html
add a comment |
up vote
2
down vote
up vote
2
down vote
I've had a problem like this where I had shortcuts on either(can't rememebr exactly) my desktop, C root, or My Documents referencing non-existant files. I know it sounds crazy, but deleting the broken shortcuts fixed this problem for me. There was something special windows was doing with these shortcuts(I think trying to get an icon resource fro the shortcut from the non-existant file or something like that). So look at shortcuts on your desktop and delete any that aren't valid, and then go from there.
Edit: In trying to find the article that helped me fix my issue(it was a long time ago) I did find this:
http://ss64.com/nt/slow_browsing.html
I've had a problem like this where I had shortcuts on either(can't rememebr exactly) my desktop, C root, or My Documents referencing non-existant files. I know it sounds crazy, but deleting the broken shortcuts fixed this problem for me. There was something special windows was doing with these shortcuts(I think trying to get an icon resource fro the shortcut from the non-existant file or something like that). So look at shortcuts on your desktop and delete any that aren't valid, and then go from there.
Edit: In trying to find the article that helped me fix my issue(it was a long time ago) I did find this:
http://ss64.com/nt/slow_browsing.html
edited Aug 6 '09 at 8:21
answered Aug 6 '09 at 8:08
AaronLS
1,54632227
1,54632227
add a comment |
add a comment |
up vote
0
down vote
Delete the following value from the registry to disable shared documents:
HKLMSOFTWAREMicrosoftWindowsCurrentVersionExplorerMyComputerNameSpaceDelegateFolders{E211B736-43FD-11D1-9EFB-0000F8757FCD}
References
Get Rid of Shared Documents
Remove Shared Documents folders from My Computer System Folder
add a comment |
up vote
0
down vote
Delete the following value from the registry to disable shared documents:
HKLMSOFTWAREMicrosoftWindowsCurrentVersionExplorerMyComputerNameSpaceDelegateFolders{E211B736-43FD-11D1-9EFB-0000F8757FCD}
References
Get Rid of Shared Documents
Remove Shared Documents folders from My Computer System Folder
add a comment |
up vote
0
down vote
up vote
0
down vote
Delete the following value from the registry to disable shared documents:
HKLMSOFTWAREMicrosoftWindowsCurrentVersionExplorerMyComputerNameSpaceDelegateFolders{E211B736-43FD-11D1-9EFB-0000F8757FCD}
References
Get Rid of Shared Documents
Remove Shared Documents folders from My Computer System Folder
Delete the following value from the registry to disable shared documents:
HKLMSOFTWAREMicrosoftWindowsCurrentVersionExplorerMyComputerNameSpaceDelegateFolders{E211B736-43FD-11D1-9EFB-0000F8757FCD}
References
Get Rid of Shared Documents
Remove Shared Documents folders from My Computer System Folder
edited Mar 26 '15 at 16:03
answered May 30 '13 at 0:31
Paul Sweatte
548215
548215
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f10832%2fexplorer-very-slow-and-nonreactive%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
This is what I'm talking about: superuser.com/questions/7621/…
– OscarRyz
Jul 22 '09 at 15:25
1
I think I got the same problem: superuser.com/questions/11291/…
– Graviton
Aug 6 '09 at 9:42