mirror of
https://github.com/massgravel/Microsoft-Activation-Scripts.git
synced 2026-04-26 14:35:49 +03:00
[PR #11] [CLOSED] Adding A watermark remover #906
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Microsoft-Activation-Scripts#906
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/massgravel/Microsoft-Activation-Scripts/pull/11
Author: @yezz123
Created: 12/12/2020
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
c01b961Summary📊 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.