Skip to content

Instantly share code, notes, and snippets.

@madalinpopa
Last active April 10, 2019 19:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save madalinpopa/74163f0adb4695afbe798d25b471538e to your computer and use it in GitHub Desktop.
Save madalinpopa/74163f0adb4695afbe798d25b471538e to your computer and use it in GitHub Desktop.
Useful Windwos Command Line Commands

Start explorer in current folder

start .

Delete a folder recursively

rmdir /S <dir_name>

Enable scripts powershell

powershell Set-ExecutionPolicy RemoteSigned
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment