Win10以管理员身份启动cmd.exe

PowerShell -windowstyle hidden -Command "Start-Process cmd.exe -ArgumentList '/s,/k, pushd' -Verb RunAs"

原文地址:https://www.cnblogs.com/passedbylove/p/9855592.html