从注册表获得安装位置后,如何启动应用程序



我也想找出如何在使用注册表中获得安装位置后启动应用程序字符串applocation =(string)rksubkey.getValue(" installlocation");现在我已经有了已安装的应用程序位置,如何启动它以打开。

使用system.diagnostics.process.start()as:

Process.Start("myApplicationPath");

最新更新