diff --git a/README_CN.md b/README_CN.md
index bca4e58..70d9aaf 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -297,6 +297,7 @@ endif()
- [luukjp](https://github.com/luukjp)
- [Randark](https://github.com/Randark-JMT)
- [Scrut1ny](https://github.com/Scrut1ny)
+- [Christopher Lentocha](https://github.com/CE1CECL)
diff --git a/README_FR.md b/README_FR.md
index 6de7fdb..de10b29 100644
--- a/README_FR.md
+++ b/README_FR.md
@@ -292,6 +292,7 @@ Et si ce projet vous a été utile, un star serait très apprécié :)
- [luukjp](https://github.com/luukjp)
- [Randark](https://github.com/Randark-JMT)
- [Scrut1ny](https://github.com/Scrut1ny)
+- [Christopher Lentocha](https://github.com/CE1CECL)
diff --git a/README_KR.md b/README_KR.md
index 2c80c51..48ce3b8 100644
--- a/README_KR.md
+++ b/README_KR.md
@@ -299,6 +299,8 @@ endif()
- [Kyun-J](https://github.com/Kyun-J)
- [luukjp](https://github.com/luukjp)
- [Randark](https://github.com/Randark-JMT)
+- [Scrut1ny](https://github.com/Scrut1ny)
+- [Christopher Lentocha](https://github.com/CE1CECL)
diff --git a/src/cli.cpp b/src/cli.cpp
index b030d9e..5c0d01f 100755
--- a/src/cli.cpp
+++ b/src/cli.cpp
@@ -40,6 +40,14 @@
#define CLI_WINDOWS 1
#define WIN32_LEAN_AND_MEAN
#define NOMINMAX
+ #ifdef _WIN32_WINNT
+ #undef _WIN32_WINNT
+ #endif
+ #ifdef WINVER
+ #undef WINVER
+ #endif
+ #define _WIN32_WINNT 0x0601
+ #define WINVER 0x0601
#include
#else
#define CLI_WINDOWS 0
@@ -1275,4 +1283,4 @@ int main(int argc, char* argv[]) {
// at this point, it's assumed that the user's intention is for the general summary to be ran
general(high_threshold, all, dynamic);
return 0;
-}
\ No newline at end of file
+}
diff --git a/src/vmaware.hpp b/src/vmaware.hpp
index fd40943..8e1ab64 100644
--- a/src/vmaware.hpp
+++ b/src/vmaware.hpp
@@ -24,6 +24,7 @@
* - Kyun-J (https://github.com/Kyun-J)
* - luukjp (https://github.com/luukjp)
* - Lorenzo Rizzotti (https://github.com/Dreaming-Codes)
+ * - Christopher Lentocha (https://github.com/CE1CECL)
* - Repository: https://github.com/kernelwernel/VMAware
* - Docs: https://github.com/kernelwernel/VMAware/docs/documentation.md
* - Full credits: https://github.com/kernelwernel/VMAware#credits-and-contributors-%EF%B8%8F