[新手上路]批处理新手入门导读[视频教程]批处理基础视频教程[视频教程]VBS基础视频教程[批处理精品]批处理版照片整理器
[批处理精品]纯批处理备份&还原驱动[批处理精品]CMD命令50条不能说的秘密[在线下载]第三方命令行工具[在线帮助]VBScript / JScript 在线参考
返回列表 发帖

[转载代码] [PowerShell每日技巧]使用不同的用户打开PowerShell(20131118)

Once you pin PowerShell to your taskbar, you can always right-click the pinned PowerShell icon to open a jump list and launch PowerShell or the ISE editor with full Administrator privileges.

You can, however, also hold SHIFT and right-click the PowerShell icon inside the jump list. This will open another context menu, and here you can choose to run PowerShell with completely alternate credentials.

There is no such option for the ISE editor, but once you launched PowerShell with alternate credentials, you can simply enter the command "ise" to run the ISE editor under the same account.

http://powershell.com/cs/blogs/tips/archive/2013/11/18/launching-powershell-as-different-user.aspx

返回列表