Compare commits

..

No commits in common. "cd30cb731b618ca86b3d734be821aedb15f8bbb4" and "3c1dae87b1e5d389de8e909ca4bb30660cf97f83" have entirely different histories.

5 changed files with 71 additions and 72 deletions

1
CNAME
View File

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

View File

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

2
_headers Normal file
View File

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

1
_redirects Normal file
View File

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

View File

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