mirror of
https://github.com/reactos/reactos.git
synced 2026-06-20 10:32:41 +08:00
clang-cl 10:
'.../Completion.h(4,2): warning: 'COMLPETION_H__INCLUDED_' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]'
Addendum to bf1b057 (r1507).
CORE-14306
Registry Explorer is console mode tool for reading/writing ReactOS registry. Currently, access is provided only by means of interactive commands, but scrpting support is planned too. Some of features are: - Registry object name completion. - DACL/SACL/Owner read access for keys. - Remote machine registry access. TODO: - Scripting support - Support for pessimistic completion and other console interfaces (simple stdout, ncurses). - Write access to DACL/SACL/Owner of registry keys. Notes: - Site at http://www.geocities.com/registryexplorer/ is discontinued. For more info see this file and ReactOS site.