UtilSoftwareGetProgramHijack Method

Determines whether a legit program (eg. 'notepad.exe') has a hijack defined in the Windows registry, then returns the registry value that points to the hijack file path.

Definition

Namespace: DevCase.Core.Windows.Applications
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[EditorBrowsableAttribute(EditorBrowsableState.Always)]
public static string GetProgramHijack(
	string filename
)

Parameters

filename  String
The program filename to check for a hijack (eg. 'taskmgr.exe').

Return Value

String
The resulting hijack value, or if a hijack is not defined.

See Also