电脑

当前位置 /首页/游戏数码/电脑/列表

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张
TAG标签:Windows PowerShell #