Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years.

Thanks,

CNET Support

Question

Registry permissions using regini.

Jun 14, 2011 3:19PM PDT

I have the following script to change the permission of USB:

\REGISTRY\MACHINE\SYSTEM\CurrentControlSet\Enum\USB [7]

Even after executing this the entry that I require is not deleted.

Discussion is locked

- Collapse -
Clarification Request
And what does the script do?
Jun 14, 2011 8:58PM PDT

You show the registry key, but not the script. What does it do? Which "Trusted Source" did you get it from?

Why do you want to change permissions through the registry? It is not something I would attempt, especially (but not limited to) permissions. A wrong move there and you lock the system down period.

Mark

- Collapse -
Answer
Re: entry
Jun 14, 2011 9:02PM PDT

"The entry I require is not deleted".

That's good. You should never delete something that is required. However, if you know what to delete, why not do it yourself from regedit?

Kees