diff --git a/docs/day0.md b/docs/day0.md
index 22cf89e..22b0307 100644
--- a/docs/day0.md
+++ b/docs/day0.md
@@ -36,24 +36,38 @@ Your most important tool as a programmer is a proper editor. It should offer you
1. Head to
-2. Click on the download link
+1. Click on the download link

-3. Run through the installer, select default options
+1. Run through the installer, select default options
-4. Open VSCode
+1. Open VSCode

-5. Uncheck "Show welcome page on startup"
+1. Uncheck "Show welcome page on startup"

-6. Close out of the welcome page
+1. Close out of the welcome page

+1. Open the terinal with ctrl+~
+
+1. Click the dropdown that says `1: powershell` and click `Select Default Shell`
+
+ 
+
+1. Select Command Prompt
+
+ 
+
+1. Kill the terminal by clicking the trash can icon
+
+ 
+
### Create a "Projects" folder
I keep all my projects in a folder called "Projects" in my home directory. On Windows this is at `C:\Users\username\Projects`. Create this folder now. Bookmark it, put it in your favorites, don't lose it.
diff --git a/docs/img/day0/kill_terminal.png b/docs/img/day0/kill_terminal.png
new file mode 100755
index 0000000..0462e74
Binary files /dev/null and b/docs/img/day0/kill_terminal.png differ
diff --git a/docs/img/day0/select_cmd_prompt.png b/docs/img/day0/select_cmd_prompt.png
new file mode 100755
index 0000000..7039c3e
Binary files /dev/null and b/docs/img/day0/select_cmd_prompt.png differ
diff --git a/docs/img/day0/select_default_shell_windows.png b/docs/img/day0/select_default_shell_windows.png
new file mode 100755
index 0000000..dddf1a4
Binary files /dev/null and b/docs/img/day0/select_default_shell_windows.png differ