diff options
author | Alex Scerba <alex@scerba.org> | 2025-03-18 10:46:25 -0400 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2025-03-18 10:46:25 -0400 |
commit | 76a7c7ec51fd71ea860343c17ab8aa9ac9adf549 (patch) | |
tree | 69452e697771a4b7ba278181241224a28717e0e7 | |
parent | d661744c018910c7b436f915be462055106446cb (diff) |
Add MAS link
-rw-r--r-- | static/links.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/links.html b/static/links.html index 9d358f6..93b21ad 100644 --- a/static/links.html +++ b/static/links.html @@ -286,6 +286,10 @@ <li><a href="https://serverfault.com/questions/306812/where-is-minidump-file">BSOD minidump file location</a></li>
<li><a href="https://learn.microsoft.com/en-us/shows/inside/event-viewer">MS Event Viewer</a> - view event logs</li>
</ul>
+ <h3>Hacks</h3>
+ <ul>
+ <li><a href="https://massgrave.dev/">Microsoft Activation Scripts (MAS)</a></li>
+ </ul>
<h3>Software</h3>
<ul>
<li><a href="https://ninite.com/">Ninite</a></li>
|