From 7169158bb81d2345abee207eecbc5663806c2f85 Mon Sep 17 00:00:00 2001
From: atomic <75549184+atomiczsec@users.noreply.github.com>
Date: Tue, 30 Aug 2022 18:50:10 -0400
Subject: [PATCH] Add files via upload
---
.../library/general/Water-UnMark/README.md | 103 ++++++++++++++++++
.../library/general/Water-UnMark/payload.txt | 17 +++
.../library/general/Water-UnMark/placeholder | 1 +
3 files changed, 121 insertions(+)
create mode 100644 payloads/library/general/Water-UnMark/README.md
create mode 100644 payloads/library/general/Water-UnMark/payload.txt
create mode 100644 payloads/library/general/Water-UnMark/placeholder
diff --git a/payloads/library/general/Water-UnMark/README.md b/payloads/library/general/Water-UnMark/README.md
new file mode 100644
index 000000000..c1b36160d
--- /dev/null
+++ b/payloads/library/general/Water-UnMark/README.md
@@ -0,0 +1,103 @@
+
+
+
+
+
+
+ Table of Contents
+
+ - Description
+ - Getting Started
+ - Contributing
+ - Version History
+ - Contact
+ - Acknowledgments
+
+
+
+# Water-UnMark
+
+A payload to get rid of the ugly windows activation watermark.
+
+## Description
+This script will get rid of the ugly windows watermark. This script will automatically reboot the device. This is not activating your computer!!
+
+## Getting Started
+
+### Dependencies
+
+* Unactivated Windows 10
+
+(back to top)
+
+### Executing program
+
+* Plug in your device
+```
+Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\svsvc" -Name Start -Value 4 -Force
+```
+
+(back to top)
+
+## Contributing
+
+All contributors names will be listed here:
+
+[atomiczsec](https://github.com/atomiczsec)
+
+(back to top)
+
+## Version History
+
+* 0.1
+ * Initial Release
+
+(back to top)
+
+
+## Contact
+
+📱 My Socials 📱
+
+
+
+
+
+
+
+ YouTube
+ |
+
+
+
+
+ Twitter
+ |
+
+
+
+
+ I-Am-Jakoby's Discord
+ |
+
+
+
+
+(back to top)
+
+
+
+
+(back to top)
+
+
+## Acknowledgments
+
+* [Hak5](https://hak5.org/)
+* [I-Am-Jakoby](https://github.com/I-Am-Jakoby)
+
+(back to top)
diff --git a/payloads/library/general/Water-UnMark/payload.txt b/payloads/library/general/Water-UnMark/payload.txt
new file mode 100644
index 000000000..e57c6d7b1
--- /dev/null
+++ b/payloads/library/general/Water-UnMark/payload.txt
@@ -0,0 +1,17 @@
+REM Title: Water-UnMark
+REM Author: atomiczsec
+REM Target OS: Windows 10
+REM Description: This script will get rid of the ugly windows watermark. This script will automatically reboot the device. This is not activating your computer!!
+
+DELAY 2000
+GUI r
+DELAY 100
+STRING powershell Start-Process powershell -verb runAs
+DELAY 1000
+ALT Y
+DELAY 1000
+STRING Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\svsvc" -Name Start -Value 4 -Force
+ENTER
+DELAY 100
+STRING Restart-Computer -Force
+ENTER
diff --git a/payloads/library/general/Water-UnMark/placeholder b/payloads/library/general/Water-UnMark/placeholder
new file mode 100644
index 000000000..8b1378917
--- /dev/null
+++ b/payloads/library/general/Water-UnMark/placeholder
@@ -0,0 +1 @@
+