Compare commits

...

2 Commits

Author SHA1 Message Date
Ave
cd30cb731b GitHub Pages migration 2024-12-17 19:52:08 +00:00
May
b18c4e213c
Create CNAME 2024-12-17 19:27:51 +00:00
5 changed files with 72 additions and 71 deletions

1
CNAME Normal file
View File

@ -0,0 +1 @@
get.activated.win

View File

@ -1 +1,4 @@
# get.ps1
https://get.activated.win
=================
This repository contains `irm https://get.activated.win | iex` loader script.

View File

@ -1,2 +0,0 @@
/*
Content-Type: text/plain

View File

@ -1 +0,0 @@
/* /get 200

View File

@ -1,4 +1,4 @@
# This script is hosted on https://get.activated.win for https://massgrave.dev
# This script is hosted on <b>https://get.activated.win</b> for <b>https://massgrave.dev</b><hr><pre>
function Check3rdAV {
$avList = Get-CimInstance -Namespace root\SecurityCenter2 -Class AntiVirusProduct | Where-Object { $_.displayName -notlike '*windows*' } | Select-Object -ExpandProperty displayName