powershell admin 运行脚本
Start-Process powershell -verb runas -ArgumentList "-file c:\cmd\task.ps1"
开启多个tab,并分别调至不同path
wt `; -M `; new-tab -d D:\path1\ `; new-tab -d D:\path2\ `; split-pane -d D:\path3\ `; split-pane -H -d D:\path4\
Start-Process powershell -verb runas -ArgumentList "-file c:\cmd\task.ps1"
开启多个tab,并分别调至不同path
wt `; -M `; new-tab -d D:\path1\ `; new-tab -d D:\path2\ `; split-pane -d D:\path3\ `; split-pane -H -d D:\path4\