[PR #11] [CLOSED] Adding A watermark remover #906

Closed
opened 2026-02-27 10:13:22 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/massgravel/Microsoft-Activation-Scripts/pull/11
Author: @yezz123
Created: 12/12/2020
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 Changes

12 files changed (+734 additions, -0 deletions)

View changed files

watermark WIN10/.gitignore (+32 -0)
watermark WIN10/README.md (+50 -0)
watermark WIN10/watermark_disabler.sln (+51 -0)
watermark WIN10/watermark_disabler/main.cpp (+68 -0)
watermark WIN10/watermark_disabler/mem_defs.hpp (+55 -0)
watermark WIN10/watermark_disabler/mem_iter.hpp (+79 -0)
watermark WIN10/watermark_disabler/mem_scan.hpp (+77 -0)
watermark WIN10/watermark_disabler/mem_util.hpp (+74 -0)
watermark WIN10/watermark_disabler/util_raii.hpp (+29 -0)
watermark WIN10/watermark_disabler/watermark_disabler.vcxproj (+178 -0)
watermark WIN10/watermark_disabler/watermark_disabler.vcxproj.filters (+35 -0)
watermark WIN10/watermark_disabler/watermark_disabler.vcxproj.user (+6 -0)

📄 Description

I create a win10 watermark remover using C++ based on injection you can check the original repository 👇
https://github.com/GDGSNF/Win10
And i'am thinking that the same concept your repository have based on bypass activation of think and what microsoft do. ✌
I'am glad if you merge my pull request that will be helpful 💜


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/massgravel/Microsoft-Activation-Scripts/pull/11 **Author:** [@yezz123](https://github.com/yezz123) **Created:** 12/12/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`c01b961`](https://github.com/massgravel/Microsoft-Activation-Scripts/commit/c01b961423df69f8de4c2e740399b7ee5dd6d6cf) Summary ### 📊 Changes **12 files changed** (+734 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `watermark WIN10/.gitignore` (+32 -0) ➕ `watermark WIN10/README.md` (+50 -0) ➕ `watermark WIN10/watermark_disabler.sln` (+51 -0) ➕ `watermark WIN10/watermark_disabler/main.cpp` (+68 -0) ➕ `watermark WIN10/watermark_disabler/mem_defs.hpp` (+55 -0) ➕ `watermark WIN10/watermark_disabler/mem_iter.hpp` (+79 -0) ➕ `watermark WIN10/watermark_disabler/mem_scan.hpp` (+77 -0) ➕ `watermark WIN10/watermark_disabler/mem_util.hpp` (+74 -0) ➕ `watermark WIN10/watermark_disabler/util_raii.hpp` (+29 -0) ➕ `watermark WIN10/watermark_disabler/watermark_disabler.vcxproj` (+178 -0) ➕ `watermark WIN10/watermark_disabler/watermark_disabler.vcxproj.filters` (+35 -0) ➕ `watermark WIN10/watermark_disabler/watermark_disabler.vcxproj.user` (+6 -0) </details> ### 📄 Description I create a win10 watermark remover using C++ based on injection you can check the original repository 👇 https://github.com/GDGSNF/Win10 And i'am thinking that the same concept your repository have based on bypass activation of think and what microsoft do. ✌ I'am glad if you merge my pull request that will be helpful 💜 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 10:13:22 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Microsoft-Activation-Scripts#906
No description provided.