mirror of
https://gitlab.com/cleanflash/installer.git
synced 2026-08-13 10:51:37 +08:00
processes: Only kill processes that contain loaded Flash modules
This commit is contained in:
@@ -14,7 +14,7 @@ namespace CleanFlashCommon {
|
||||
|
||||
Directory.SetCurrentDirectory(Path.GetDirectoryName(filename));
|
||||
|
||||
ExitedProcess process = ProcessRunner.RunProcess(
|
||||
ExitedProcess process = ProcessUtils.RunProcess(
|
||||
new ProcessStartInfo {
|
||||
FileName = "reg.exe",
|
||||
Arguments = "import " + Path.GetFileName(filename),
|
||||
|
||||
Reference in New Issue
Block a user