Little add-on to the registry hack to make the script extension also have a desciption:
Code:
REGEDIT4


[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.kxs]
@="KiXtart.Script"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\KiXtart.Script]
@="KiXtart Script"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\KiXtart.Script\Shell]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\KiXtart.Script\Shell\Open\Command]
@="wkix32.exe %1 %*"



The registry settings could either be packaged into a .MSI file for distribution to all computers via GPO or alternatively, a custom .ADM file cound be created in order to distribute the registry settings on a per-computer basis.

And here's a little freeware program that can make .MSI files: http://www.labyrinth.net.au/~dbareis/makemsi.htm


Edited by sealeopard (2003-12-09 06:16 PM)
_________________________
There are two types of vessels, submarines and targets.