Size: 989
Comment:
|
Size: 1131
Comment: Add equivalence table
|
Deletions are marked like this. | Additions are marked like this. |
Line 13: | Line 13: |
== Equivalent Commands == || '''UNIX ''' || '''!PowerShell ''' || || `rm -rf ${target}` || `Remove-Item -Recurse -Force ${target}` || |
Equivalent Commands
UNIX |
PowerShell |
rm -rf ${target} |
Remove-Item -Recurse -Force ${target} |
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