This handler adds a Icon Overlay to all the File Folders in the Explorer Listview to Win2k, ME, and XP Run the Register batch file, then log out of Windows. This is necessary as the extension is queried as the shell initialized in order to add the icon to the system image list. This means you CAN NOT, I repeat CAN NOT dynamiclly change the overlay. To unregister run the UnRegister batch file. To Minimize the size of the DLL open the: {EasyNSE}\Include\EasyIncludeHandler.inc file and uncomment out {$DEFINE NO_PROPERTYSHEETHANDLER} and {$DEFINE NO_MENUHANDLERS} Define. This will remove the PropertySheet and Context Menu handlers from the build and the Forms unit will be excluded from the DLL.