On 25.04.2008 13:28, Adrian Buehlmann wrote: > On 25.04.2008 11:26, Georg wrote: >> Hi, >> >> one of my colleagues who uses tortoisehg on Windows reports an annoying >> slow down of the Windows explorer once tortoisehg is installed. I >> figured that would probably be caused by the decoration of the files and >> dirs with the Hg state icons (unchanged, changed, etc.). >> >> Is there a way to turn off the decoration, still keeping the other >> features like tortoisehg context menu? > > Yes, if you are not afraid of using regedit. > > Start regedit and navigate to > > HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers > > delete the following subkeys: > > Changed > Unchanged > Added > > (you might export them to a .reg file before deleting, so you can re-add them > in case you want to go back) > > Then logout/login or kill/restart all explorer.exe processes.
Only for the experts: I just played with the nice tool "Autoruns" by sysinternals [1]. It's available here: http://live.sysinternals.com/Files/ (download Autoruns.zip and simply unpack it into a dir) After starting it, click on the tab "Explorer". This will list all *explorer add-ons*. Under the heading "HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers" it will list the entries Changed, Unchanged, Added. For each entry there is one line. Last column (image path) shows the responsible dll ( c:\program files\tortoisehg\tortoisehg.dll here). There is a checkbox for each of these. It can be disabled. Just be careful when using autoruns.exe in general. Disabling sensitive things can severely damage your system (for example disabling things in tab winlogon is probalby bound to get you into big trouble). "Hide Microsoft Entries" in the "Options" menu might be helpful here (hit F5 for refresh when changing that). [1] http://technet.microsoft.com/en-us/sysinternals/default.aspx ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Tortoisehg-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

