Often it is usefull to quickly get access to a files full path on the hard disk. One slow way to do this is view the file properties copy the path of the files parent folder, then append to this the name of the file. Today I came accross Copy Path To Clipboard which adds a neat option to the files right click context menu to quickly copy the files full path to the clipboard. You can aldo hold Ctrl when using, to replace mapped network drive letters with the full network location.
Tag Archives: Windows
Launch an “explorer” window in ubuntu
Thanks to my friend Dave I today learnt the command in ubuntu that would be the equivalent to
explorer.exe “E:/”
And that is…
nautilus “/media/cdrom0″
The reason for wanting to do this was i wanted to make an application launcher on the tool bar link to a location, some to network paths ( smb:// ) and some to local mount points.
As with the structure of the windows command, nautilus is a window manager as is explorer.exe on windows. Nautilus is the official file manager for the GNOME desktop and any valid path can be passed as a parameter in terminal.
Microsoft’s Attempts at Multi Touch in Windows 7
dwm.exe
After experiencing a very slow response time from my laptop today I checked out the task manager to see if anythign obvious was stalling my system. After ordering my memory usage the process “dwm.exe” was close to the top, consuming about 40mb of memory. At first I was worried that this was some mallicious program running in the background, especially after my attempts to kill the process, resulted in it re-creating it’s self straight back into task manager. However during the kill / re-creation of the process I noticed that the whole windows explorer interface moved around and looked very strange, then returned to normal after a few seconds. After some research I found that this process is simply responsible for the Aero Glass interface within Windows Vista and keeps all the transparency and interface running smoothly (in theory).
This file is NOT a security threat!!
It does however seem to use a lot of memory, and I assume (although I haven’t tried) that the process is non existent when running Vista in classic mode.

