Equivalent Commands
UNIX |
PowerShell |
rm -rf ${target} |
Remove-Item -Recurse -Force ${target} |
which which |
(Get-Command which).Path |
Choco
External links
Windows PowerShell Profiles: Where is the equivalent of .profile or .bashrc on Windows for PowerShell?
https://github.com/Disassembler0/Win10-Initial-Setup-Script: Script to remove stupid defaults and user tracking from Windows 10