I think I have solved my problem!
I googled "slow right click" and found
a website that offered several prospective solutions
http://www.anetforums.com/posts.aspx?ThreadIndex=30641
Four of those solutions included:
--------------------------------------------------------------
1)
go into any folder
click tools->folder options
go to the "view" tab
and uncheck the "automaticaly search for network folders and printers "
click ok...
This did not solve all of my problems.
------------------------------------------------------------------------
2)
I found what make this on my computer.
As explain, when i right click i have 10 sec hang .. so during this time,
exec netstat -a and find a line with a "SYN_SENT".
In my case it is a connection to an old share not available now (
192.168.0.5 )
so look in registry to find all entry whith the old IP address not available
a this time ...
In my case i found several key with "\\192.168.0.5\share\soft.exe %1"
Actualy y have no adaptater whith this network on .. so unable to contact
the network address .
------------------------------------------------------------------------
3)
I found a different problem. I checked the System Log and found several
references to DISK errors. This is not a good thing because it means you have
bad disk sectors and the system is struggling through those rough spots. I
ran the disk check utility and it found all sorts of bad sectors...bad
news... the hard drive is on the verge of failure. I backed up all my data
files and installed a new hard drive. Everything is super fast now....
------------------------------------------------------------------------
4)
I've had same problem for months, opening files by double-click had up to 1
minute delay but opening from application was instant.
Solution I found was to recreate user.
ie create new user, copy all email, favourites, desktop, address book etc to
new user
delete old user with delete files options.
reboot.. create new user with old name and copy back all files/links.
Worked for me. No delays any more
----------------------------------------------------------------------
My Efforts and Conclusions:
First I disabled the network and the problem disappeared. Thus it is network
related.
Results of netstat -a with network disconnected
Active Connections
Proto Local Address Foreign Address State
TCP LAPTOP:epmap 0.0.0.0:0 LISTENING
TCP LAPTOP:microsoft-ds 0.0.0.0:0 LISTENING
TCP LAPTOP:1025 0.0.0.0:0 LISTENING
TCP LAPTOP:10110 0.0.0.0:0 LISTENING
UDP LAPTOP:microsoft-ds *:*
UDP LAPTOP:isakmp *:*
UDP LAPTOP:1038 *:*
UDP LAPTOP:1039 *:*
UDP LAPTOP:1040 *:*
UDP LAPTOP:4500 *:*
UDP LAPTOP:ntp *:*
UDP LAPTOP:1900 *:*
UDP LAPTOP:2200 *:*
Connect network and I get the following addl data
UDP LAPTOP:2959 *:*
UDP LAPTOP:2963 *:*
UDP LAPTOP:ntp *:*
UDP LAPTOP:netbios-ns *:*
UDP LAPTOP:netbios-dgm *:*
UDP LAPTOP:1900 *:*
UDP LAPTOP:2958 *:*
UDP LAPTOP:2962 *:*
When I click a pdf file, I get (extraneous?) additional items:
TCP LAPTOP:2969 ISAACSBONHAM:microsoft-ds TIME-WAIT
TCP LAPTOP:2971 ISAACSBONHAM:http SYN_SENT
When I right-click a pdf file, I get (extraneous?) additional items:
TCP LAPTOP:2973 ISAACSBONHAM:microsoft-ds TIME-WAIT
TCP LAPTOP:2975 ISAACSBONHAM:http SYN_SENT
or
TCP LAPTOP:xxxx ISAACSBONHAM:microsoft-ds TIME-WAIT
TCP LAPTOP:xxxx ISAACSBONHAM:netbios:ssn TIME-WAIT
These persist a while, then disappear. If I rt-click again, they do not
appear.
If I dbl-click a jpg I see:
TCP LAPTOP:xxxx ISAACSBONHAM:microsoft-ds TIME-WAIT
TCP LAPTOP:xxxy ISAACSBONHAM:microsoft-ds TIME-WAIT
TCP LAPTOP:xxxz ISAACSBONHAM:microsoft-ds TIME-WAIT
or stuff like:
TCP LAPTOP:xxxz ISAACSBONHAM:microsoft-ds TIME-WAIT
TCP LAPTOP:xxxw ISAACSBONHAM:microsoft-ds ESTABLISHED
or
TCP LAPTOP:xxxx ISAACSBONHAM:netbios:ssn TIME-WAIT
TCP LAPTOP:xxxy ISAACSBONHAM:netbios:ssn TIME-WAIT
TCP LAPTOP:xxxz ISAACSBONHAM:netbios:ssn TIME-WAIT
These foreign addresses go away one-at-a-time after a couple minute.
BTW netstat -a 5 reruns every 5 seconds until you hit ctrl-c
Since ISAACSBONHAM is an old computer name that no longer exists, I used
Regseeker to find all entries with ISAACSBONHAM and deleted those entries. I
think the problem has been solved.
Thx for all your help. Hope this helps someone else