description |
---|
PowerShell is a task automation and configuration management framework from Microsoft, consisting of a command-line shell and the associated scripting language. |
wsl -l -v
wsl --set-version <NAME> 2
Start-Process Powershell -Verb runAs
Jalankan PowerShell sebagai Administrator dulu.
iex "& { $(irm https://aka.ms/install-powershell.ps1) } -UseMSI"
Clear-RecycleBin -Force
New-Item Test_File.txt -ItemType File
New-Item -Path 'D:\temp\Test Folder\Test File.txt' -ItemType File