FUJIFILM Business Innovation | 新加坡 (繁體)

How To Install Inf Files Verified Access

return false;

try

Process process = new Process(); process.StartInfo.FileName = "rundll32.exe"; process.StartInfo.Arguments = $"syssetup,SetupInfObjectInstallAction DefaultInstall 128 infPath"; process.StartInfo.Verb = "runas"; // Admin rights process.Start(); process.WaitForExit(); return process.ExitCode == 0; how to install inf files