Windows:修订间差异

(创建页面,内容为“Microsoft Windows是微软公司推出的以图形界面为主的操作系统。主要分为Windows 和 Windows Server。Windows 用于个人电脑、平板电脑、…”)
 
无编辑摘要
第37行: 第37行:
! 网站
! 网站
|-  
|-  
| PowerShell
| [[PowerShell]]
| PowerShell由命令行 shell(简称cmdlets)、脚本语言和配置管理框架组成。 PowerShell扩展了Command shell,提供了额外的功能,PowerShell中可以运行 Command shell 和 PowerShell cmdlet,反过来则不行。 PowerShell 脚本是包含一个或多个 PowerShell 命令的纯文本文件,文件扩展名<code>.ps1</code>。Windows 8.1以上版本都内置了PowerShell,8.1之前或其他操作系统可以下载安装。
| PowerShell由命令行 shell(简称cmdlets)、脚本语言和配置管理框架组成。 PowerShell扩展了Command shell,提供了额外的功能,PowerShell中可以运行 Command shell 和 PowerShell cmdlet,反过来则不行。 PowerShell 脚本是包含一个或多个 PowerShell 命令的纯文本文件,文件扩展名<code>.ps1</code>。Windows 8.1以上版本都内置了PowerShell,8.1之前或其他操作系统可以下载安装。
| [https://docs.microsoft.com/zh-cn/powershell/ PowerShell 文档]
| [https://docs.microsoft.com/zh-cn/powershell/ PowerShell 文档]
第45行: 第45行:
|  
|  
|-  
|-  
|批处理 <br />batch file
| [[Windows/批处理 | 批处理]] <br />batch file
| Windows 批处理是一种简化的脚本语言,包含一个或多个Command命令,文件扩展名<code>.bat</code>。 适合简单、重复性任务,对于复杂的任务可以使用Powershell、Python等脚本语言。
| Windows 批处理是一种简化的脚本语言,包含一个或多个Command命令,文件扩展名<code>.bat</code>。 适合简单、重复性任务,对于复杂的任务可以使用Powershell、Python等脚本语言。
|  
|  

2021年11月29日 (一) 02:31的版本

Microsoft Windows是微软公司推出的以图形界面为主的操作系统。主要分为Windows 和 Windows Server。Windows 用于个人电脑、平板电脑、智能手机和嵌入式设备,Windows Server用于服务器。

简介

时间轴

  • 1985年11月20日,发布 Windows 1.0。
  • 2009年7月22日,发布 Windows 7 。
  • 2015年7月29日,发布 Windows 10。
  • 2021年10月5日,发布Windows 11。

安装

管理

Shell

Shell提供用户与操作系统或应用程序之间的直接通信,从而提供自动化操作的环境。 Windows 有两个命令行shell: Command shell 和 PowerShell。

名称 描述 网站
Command shell Command shell 简称cmd,是第一个内置于 Windows 中的 shell。
PowerShell PowerShell由命令行 shell(简称cmdlets)、脚本语言和配置管理框架组成。 PowerShell扩展了Command shell,提供了额外的功能,PowerShell中可以运行 Command shell 和 PowerShell cmdlet,反过来则不行。 PowerShell 脚本是包含一个或多个 PowerShell 命令的纯文本文件,文件扩展名.ps1。Windows 8.1以上版本都内置了PowerShell,8.1之前或其他操作系统可以下载安装。 PowerShell 文档

了解更多 >> Windows 文档: Windows Server / Windows Commands


Windows 自动化

名称 描述 网站
PowerShell PowerShell由命令行 shell(简称cmdlets)、脚本语言和配置管理框架组成。 PowerShell扩展了Command shell,提供了额外的功能,PowerShell中可以运行 Command shell 和 PowerShell cmdlet,反过来则不行。 PowerShell 脚本是包含一个或多个 PowerShell 命令的纯文本文件,文件扩展名.ps1。Windows 8.1以上版本都内置了PowerShell,8.1之前或其他操作系统可以下载安装。 PowerShell 文档
Command shell
批处理
batch file
Windows 批处理是一种简化的脚本语言,包含一个或多个Command命令,文件扩展名.bat。 适合简单、重复性任务,对于复杂的任务可以使用Powershell、Python等脚本语言。
Windows 计划任务
Microsoft Flow

了解更多 >> PowerShell 文档:PowerShell 命令是什么? PowerShell 文档:脚本编写


资源

官网

相关文章