getAllExternalWindows
getAllExternalWindows: boolean
getCustomProtocolState
getCustomProtocolState: boolean | {
enabled: boolean;
protocols: string[];
}
getOSInfo
getOSInfo: boolean
openUrlWithBrowser
openUrlWithBrowser: {
enabled: boolean;
protocols: string[];
}
readRegistryValue
readRegistryValue: boolean | {
enabled: boolean;
registryKeys: string[];
}
registerCustomProtocol
registerCustomProtocol: boolean | {
enabled: boolean;
protocols: string[];
}
terminateExternalProcess
terminateExternalProcess: boolean
unregisterCustomProtocol
unregisterCustomProtocol: boolean | {
enabled: boolean;
protocols: string[];
}