How to Run PowerShell (Windows)

Опубликовано: 01 Сентябрь 2024
на канале: EvilComp
2k
38

PowerShell is a command-line shell used for task automation via a scripting language based on Microsoft’s .NET framework. PowerShell uses commands called cmdlets to integrate with scripts or applications. PowerShell is included natively with Windows and can be opened from the Run command, while Mac and Linux users will need to install it and run it through the Terminal. Once running, there are some basic cmdlets that you can use to familiarize yourself with PowerShell.
steps
1-Hit ⊞ Win+R. This will open a Run command window.
2-Enter “PowerShell” into the text field.
3-Click “OK”. A new PowerShell window will open.