Method | Description | |
---|---|---|
Dispose ( ) : void |
IDisposable support
|
|
GetAllStartupAppsFromRegistry ( SkippableSourceEnum skipSource = SkippableSourceEnum.None ) : string>.Dictionary |
||
GetStartupAppsFromRegistry ( TargetPlatformEnum platform = TargetPlatformEnum.x32 ) : string>.Dictionary |
Returns the list of startup programs on remote machine, with executable file path's
|
|
InitializeRegistry ( string subKey = "", TargetPlatformEnum targetPlatform = TargetPlatformEnum.x32 ) : void |
Initializes RegistryEditor to passed in registry key value
|
|
RegistryEditor ( string machine, RegistryLookupSourceEnum source = RegistryLookupSourceEnum.Machine, bool startServiceIfNeeded = false ) : Microsoft.Win32 | ||
RemoveRegistryValueByKey ( string subKey, string registryKey ) : void |
Removes specified key value pair from registry sub key
|
|
RemoveStartupAppByKey ( string key ) : void |
Removes an app with spacified key from startup
|
|
SetRegistry ( string subKey, string registryKey, string registryValue ) : void |
Sets the registry with specified sub key
|
|
SetStartupAppToRegistry ( string key, string executeablePath ) : void |
If application with the same key is exists function will replace the value
|
public GetAllStartupAppsFromRegistry ( SkippableSourceEnum skipSource = SkippableSourceEnum.None ) : string>.Dictionary |
||
skipSource | SkippableSourceEnum | |
return | string>.Dictionary |
public GetStartupAppsFromRegistry ( TargetPlatformEnum platform = TargetPlatformEnum.x32 ) : string>.Dictionary |
||
platform | TargetPlatformEnum | |
return | string>.Dictionary |
public InitializeRegistry ( string subKey = "", TargetPlatformEnum targetPlatform = TargetPlatformEnum.x32 ) : void | ||
subKey | string | |
targetPlatform | TargetPlatformEnum | |
return | void |
public RegistryEditor ( string machine, RegistryLookupSourceEnum source = RegistryLookupSourceEnum.Machine, bool startServiceIfNeeded = false ) : Microsoft.Win32 | ||
machine | string | |
source | RegistryLookupSourceEnum | |
startServiceIfNeeded | bool | |
return | Microsoft.Win32 |
public RemoveRegistryValueByKey ( string subKey, string registryKey ) : void | ||
subKey | string | |
registryKey | string | |
return | void |
public RemoveStartupAppByKey ( string key ) : void | ||
key | string | |
return | void |
public SetRegistry ( string subKey, string registryKey, string registryValue ) : void | ||
subKey | string | |
registryKey | string | |
registryValue | string | |
return | void |
public SetStartupAppToRegistry ( string key, string executeablePath ) : void | ||
key | string | |
executeablePath | string | |
return | void |