(Day 67 of 100) Windows Powershell/ Command Cheat Sheet
1 min readApr 1, 2019
- Commands
mkdir //creates new folder
dir // shows all the current directory list
ls // same as dir
cd [path] //goes to the directory
pwd // shows current path name
touch // creates new empty files and change the timestamp
2. re-enable disabled running scripts

//you can enable running scripts by$Set-ExecutionPolicy
$ExecutionPolicy: Unrestricted