Re: [Windows] Associate file extensions with a program
On Sun, 10 Oct 2004 21:37:40 +0200, Juergen Luethje <j.lue at gmx.de>
wrote:
>How can I "uninstall" these associations?
According to www.wotsit.org/search.asp?page=3&s=windows :
Delete the key & all it's subkeys by beginning it with -, eg
> printf(fw, "[-HKEY_CLASSES_ROOT\\%s\\DefaultIcon]\n", {fileType})
Delete individual values using a single unquoted minus sign, eg
> printf(fw, "@=-\n", {})
Regards,
Pete
> return 0 -- success
PS: Please do not return False to indicate success.
|
Not Categorized, Please Help
|
|