當前位置:妙知谷 >

遊戲數碼 >電腦 >

Windows PowerShell

Windows PowerShell

Windows PowERShell是什麼?這是專為系統管理員設計的新 Windows 命令行外殼程序(也被稱為CMD的升級版)。該外殼程序包括交互式提示和腳本環境,兩者既可以獨立使用也可以組合使用。

Windows PowerShell

操作方法

(01)在開始的搜索框內輸入:Windows PowerShell 點擊彈出的Windows PowerShell即可打開。

Windows PowerShell 第2張

(02)打開之後,就是和之前的CMD命令提示符窗口一樣,只是背景色是藍色的。

Windows PowerShell 第3張

(03)比如輸入:ipconfig /flushdns回車執行命令,可以重建本地DNS緩存。

Windows PowerShell 第4張

(04)如果在這裏輸入:dir registry::HKEY_CURRENT_USER按回車將執行命令,可以直接顯示註冊表相應位置的內容。

Windows PowerShell 第5張

(05)輸入命令(按回車鍵執行命令):ps | sort ws -Descending | select -first 10可以顯示佔用內存最大的10個進程的詳細情況。

Windows PowerShell 第6張

(06)輸入命令(按回車鍵執行命令):get-process可以查看當前進程列表,以及佔用資源的詳細情況。

Windows PowerShell 第7張

(07)開始→所有程序→附件→Windows PowerShell 文件夾→還有很多相關程序

Windows PowerShell 第8張

(08)Windows PowerShell ISE這是專為系統管理員設計的新 Windows 命令行 shell。與接受和返回文本的大多數 shell 不同,Windows PowerShell 是在 .NET Framework 公共語言運行時 (CLR) 和 .NET Framework 的基礎上構建的,它接受和返回 .NET Framework 對象。環境中的這一根本更改帶來了管理和配置 Windows 的全新工具和方法。

Windows PowerShell 第9張
標籤: Windows PowerShell
  • 文章版權屬於文章作者所有,轉載請註明 https://miaozhigu.com/sm/diannao/9zomeg.html