diff --git a/.bin/ConEmu/ConEmu.xml b/.bin/ConEmu/ConEmu.xml
index e1f2d5e8..c60c311b 100644
--- a/.bin/ConEmu/ConEmu.xml
+++ b/.bin/ConEmu/ConEmu.xml
@@ -140,7 +140,7 @@
-
+
diff --git a/Build Kit.cmd b/Build Kit.cmd
index b16a60cd..e97da978 100644
--- a/Build Kit.cmd
+++ b/Build Kit.cmd
@@ -13,8 +13,9 @@ if not exist ".bin\Scripts\build_kit.ps1" (goto ErrorBuildKitMissing)
:PrepNewKit
rem Copy base files to a new folder OUT\%KIT_NAME_FULL%
-robocopy /e . OUT /xd .git .root_items OUT /xf .gitignore "Build Kit.cmd"
+robocopy /e . OUT /xd .git .root_items OUT /xf .gitignore "Build Kit.cmd" ConEmu.png
robocopy /e .root_items OUT
+copy ConEmu.png OUT\.bin\ConEmu\
mkdir OUT\.cbin >nul 2>&1
attrib +h OUT\.bin >nul 2>&1
attrib +h OUT\.cbin >nul 2>&1
diff --git a/ConEmu.png b/ConEmu.png
new file mode 100644
index 00000000..52e074be
Binary files /dev/null and b/ConEmu.png differ
diff --git a/README.md b/README.md
index 09c533dd..d2a120a8 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,7 @@ A collection of scripts to help technicians service Windows systems.
## Setup ##
+* Replace ConEmu.png if desired
* Run `Build Kit.cmd` which will do the following:
* Download 7-Zip, ConEmu, Notepad++, and Python (including wheel packages)
* Open `.bin\Scripts\settings\main.py` in Notepad++ for configuration