On Mon, Sep 18, 2000 at 06:15:09PM +0000, Andreas Mohr wrote: > Hi all, > > implemented the possibility to delete whole registry trees. > (which you couldn't do before e.g. in regedit) > > I'm a bit frightened by the small size of patch, however. > > Why wasn't it implemented before if it was that easy ? > > Did I miss something obvious ? (or not so obvious, perhaps) Hi Andi, NT's RegDeleteKey doesn't delete the key if it contains subkeys, while win9x's does. To perform a recursive delete under NT you're supposed to call SHDeleteKey or see knowledge base Q142491. Huw. -- Dr. Huw D M Davies | Clarendon Laboratory [EMAIL PROTECTED] | Parks Road Tel: +44 1865 272390 | Oxford OX1 3PU Fax: +44 1865 272400 | UK
