/RegistryLibrary

Provides access to Windows Registry

Primary LanguageJava

RegistryLibrary

Provides access to the Windows Registry through executing "REG ..." cmd command

With the library you are able to:

  • Create registry keys
  • Create values
  • Change types of values
  • Change data of values
  • Remove keys
  • Remove values

You may want to take a quick look at the examples