How to remove a inserted tree from registry using command line ?
Posted
by ashish
on Super User
See other posts from Super User
or by ashish
Published on 2010-01-08T10:07:57Z
Indexed on
2010/04/06
13:33 UTC
Read the original article
Hit count: 299
I am have imported .reg file to registry using command line utility (as admin).
regedit /s myregfile.reg
To remove MyTree I have used following command but it does not work.
regedit [-HKEY_LOCAL_MACHINE\MyTree] // suppose to remove MyTree
Can anybody suggest me solution to it?
© Super User or respective owner