Class SetSingleWinRegistry

  • All Implemented Interfaces:
    OSHostable, Referenceable

    public final class SetSingleWinRegistry
    extends Action
    implements OSHostable
    Sets an individual Windows registry key, data, and value on the end user's system.

    Tip: If you are targeting 64-bit systems, set the accessSpecificRegistry to true and then set the target64BitRegistry property to define whether you want the action to reference the 64-bit or 32-bit portion of the registry.
    • Constructor Detail

      • SetSingleWinRegistry

        public SetSingleWinRegistry()
    • Method Detail

      • getTarget64BitReg

        public boolean getTarget64BitReg()
        Whether to target 64-bit registry view.
      • setAccessSpecificRegistry

        public void setAccessSpecificRegistry​(boolean access)
        Whether to access specific registry view (64-bit systems).
        See Also:
        #setTarget64BitRegistry(boolean)
      • getAccessSpecificRegistry

        public boolean getAccessSpecificRegistry()
        Whether to access specific registry view (64-bit systems).
      • setComment

        public void setComment​(java.lang.String comment)
        Defines a comment to action.
      • getComment

        public java.lang.String getComment()
        The action comment.
      • setRegistryKey

        public void setRegistryKey​(java.lang.String key)
        Define the registry key.
      • getRegistryKey

        public java.lang.String getRegistryKey()
        The registry key.
      • setData

        public void setData​(java.lang.String data)
        Define the registry data.
      • getData

        public java.lang.String getData()
        The registry data.
      • setValueName

        public void setValueName​(java.lang.String valueName)
        The value name.
      • getValueName

        public java.lang.String getValueName()
        The value name.