csharp 电源外壳

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了csharp 电源外壳相关的知识,希望对你有一定的参考价值。

using (var pInstance = PowerShell.Create())
{
    pInstance.AddCommand("Start-Process");
    pInstance.AddParameter("-WindowStyle", "hidden");
    pInstance.AddParameter("-FilePath", "\"explorer.exe\"");
    pInstance.AddParameter("-ArgumentList", $"\"{drive}\"");
    pInstance.Invoke();
}

以上是关于csharp 电源外壳的主要内容,如果未能解决你的问题,请参考以下文章

powershell 电源外壳

powershell 重新安装NuGet包。 #电源外壳

powershell 重新安装NuGet包。 #电源外壳

powershell 电源外壳

powershell 电源外壳

powershell 电源外壳