EasyTile 0.1
------------
Easily convert a tlb shortcut to a windows 8 style tile.

REQUIRES IMAGEMAGICK
REQUIRES A REGISTRY HACK
USES VBSCRIPT

0.1 Version Notes
-----------------
Only works for shortcuts
Does not work for virtual folders.

Installation
------------

1. Install imagemagick. MAKE SURE YOU CHECK "Install ImageMagickObject OLE Control for VBScript ..." WHEN PROMPTED.

2. Make registry changes (adds a EasyTile the the context menu for shortcuts)

	a) Create a new key "EasyTile" under HK_CLASSES_ROOT\lnkfile\shell
	b) Create a new subkey "command" under EasyTile
	c) Modify the "(default)" value in the new command key setting the value data to
		"wscript.exe C:\Users\[Your user name]\AppData\Roaming\EasyTile\easytile.vbs" "%1"

3. Extract the EasyTile.zip to "C:\Users\[Your user name]\AppData\Roaming"

4. Test it! 
	a) Right click a shortcut in a tlb menu (not virtual) and choose EasyTile
	  (You should see the new tile almost immediately)
	 
	b) Each time you click it the tile color will change. 
		
Tweaks
------	
You can use Appearance/Button Properties to change Icon Location and Text Label Alignment. 
You can also set the button's middle click command to EasyTile to change the tile on middle click.


	