【Windows】powershell 命令
删除powershell 历史记录
Remove-Item (Get-PSReadlineOption).HistorySavePath
通过命令提示符进入管理员模式
Start-Process powershell -Verb runAs
Start-Process powershell -Verb runAs -ArgumentList '-NoExit', '-Command', "Set-Location -Path '$PWD'"
本作品采用 知识共享署名-相同方式共享 4.0 国际许可协议 进行许可。