diff --git a/Deploy/Cleanup.bat b/Deploy/Cleanup.bat
deleted file mode 100644
index 5c5a581362..0000000000
--- a/Deploy/Cleanup.bat
+++ /dev/null
@@ -1,23 +0,0 @@
-echo "start clean"
-cd /d %~dp0
-
-REM Clean Plugins
-echo "clean plugins"
-cd ..\Output\Release\Plugins
-del NLog.dll /s
-del NLog.config /s
-del Wox.Plugin.pdb /s
-del Wox.Plugin.dll /s
-del Wox.Core.dll /s
-del Wox.Core.pdb /s
-del ICSharpCode.SharpZipLib.dll /s
-del NAppUpdate.Framework.dll /s
-del Wox.Infrastructure.dll /s
-del Wox.Infrastructure.pdb /s
-del Newtonsoft.Json.dll /s
-del WindowsInput.dll /s
-
-REM Clean Wox
-echo "wox"
-cd ..
-del *.xml
diff --git a/Plugins/Wox.Plugin.Everything/x64/Everything.dll b/Plugins/Wox.Plugin.Everything/x64/Everything.dll
new file mode 100644
index 0000000000..2b7abd03cb
Binary files /dev/null and b/Plugins/Wox.Plugin.Everything/x64/Everything.dll differ
diff --git a/Wox.Infrastructure/NLog.config b/Wox.Infrastructure/NLog.config
index ec19a82787..9dcf31def0 100644
--- a/Wox.Infrastructure/NLog.config
+++ b/Wox.Infrastructure/NLog.config
@@ -15,11 +15,9 @@
Error - error messages
Fatal - very serious errors-->
-
-
+
-
\ No newline at end of file
diff --git a/Wox/Wox.csproj b/Wox/Wox.csproj
index 5bfe619990..586ba46bfe 100644
--- a/Wox/Wox.csproj
+++ b/Wox/Wox.csproj
@@ -313,10 +313,24 @@
- xcopy /Y $(ProjectDir)Themes\* $(TargetDir)Themes\
-xcopy /Y /E $(ProjectDir)Images\* $(TargetDir)Images\
-del /s /q "$(TargetDir)*.xml"
-xcopy /Y /D /E $(SolutionDir)PythonHome\* $(TargetDir)PythonHome\
+ xcopy /Y $(ProjectDir)Themes\* $(TargetDir)Themes\
+xcopy /Y /E $(ProjectDir)Images\* $(TargetDir)Images\
+xcopy /Y /D /E $(SolutionDir)PythonHome\* $(TargetDir)PythonHome\
+
+cd "$(TargetDir)" & del /s /q *.xml
+
+cd "$(TargetDir)Plugins" & del /s /q NLog.dll
+cd "$(TargetDir)Plugins" & del /s /q NLog.config
+cd "$(TargetDir)Plugins" & del /s /q Wox.Plugin.pdb
+cd "$(TargetDir)Plugins" & del /s /q Wox.Plugin.dll
+cd "$(TargetDir)Plugins" & del /s /q Wox.Core.dll
+cd "$(TargetDir)Plugins" & del /s /q Wox.Core.pdb
+cd "$(TargetDir)Plugins" & del /s /q ICSharpCode.SharpZipLib.dll
+cd "$(TargetDir)Plugins" & del /s /q NAppUpdate.Framework.dll
+cd "$(TargetDir)Plugins" & del /s /q Wox.Infrastructure.dll
+cd "$(TargetDir)Plugins" & del /s /q Wox.Infrastructure.pdb
+cd "$(TargetDir)Plugins" & del /s /q Newtonsoft.Json.dll
+cd "$(TargetDir)Plugins" & del /s /q WindowsInput.dll