回複:這樣。。。

來源: 2006-06-20 07:07:27 [舊帖] [給我悄悄話] 本文已被閱讀:

I wanted to recommend Process Explorer which is also from http://www.sysinternals.com that has a GUI to show dll list loaded by a process, but I later thought this still won't solve the problem because she forgot the name of the file she changed, so even you have a list of the dlls loaded by explorer.exe on a working machine, you still cannot decide which dll on the broken computer to rename. I tried to find if a name change on a file will have an impact on its time stamp, but under DOS, there is no way to find that out. So the next easy way I could think of is probably to generate checksum on the dlls and do the comparison. If this can't be done, then compare the file size one by one is probably the last choice. Of course, if she could remember even a little bit about the name, it would be a lot easier.