Tag: implementation

How To Add Items To Your Windows Explorer Right Click Menu

July 23, 2007 by Jason

The Windows Explorer is one of the cornerstones of every Windows operating system as it allows you to take action (copy, paste, cut etc’) on files and folders. A few month ago, I installed a new PC and found myself transferring a trillion of files to the new PC using the Windows Explorer. The thing that annoyed me the most is that i couldn’t make file moves between folders in one step : first i had to copy or cut the file/s from the source folder and then paste it/them in the destination folder).

Luckily, i found a nice trick that helped me to save plenty of time by allowing me to add a Move to Folder and Copy to Folder items to my Windows Explorer right click menu. After implementing it, i was able to easily copy and move files between different folders in one shot. The trick was tested in both Windows XP and Windows Vista. Read More»

UltraVNC PC-to-PC Remote Control

June 29, 2007 by Jason

UltraVNC is one of many options for remotely controlling one computer from another across the Internet. Generically, VNC is a cross-platform protocol. For example, you could control a Windows box from Linux. UltraVNC is an implementation of VNC for the PC. The latest version, currently in beta, adds Vista support.

VNC unhelpfully stands for “Virtual Network Computing.” It is a protocol standard for handling remote control. It started life as a Bell Laboratories project, and has become the core of a whole family of open source and commercial products. Read More»