Skip to content

Registry read/write not work on Win10 #36

@varadig

Description

@varadig

I try the example, but the value is null, and I cant found the Greeting key in the registry.

        var path: String = "org\\nekovm\\systools";
        var key: String = "Greeting";

        // Write a registry entry:
        Registry.setValue(Registry.HKEY_CLASSES_ROOT, path, key,"Hello World!");

        var value: String = Registry.getValue(Registry.HKEY_CLASSES_ROOT, path, key);
        trace("value:"+value); //value:null

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions