GitHub Pages migration

This commit is contained in:
Ave 2024-12-17 19:52:08 +00:00
parent b18c4e213c
commit cd30cb731b
4 changed files with 71 additions and 71 deletions

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