Compare commits
2 Commits
3c1dae87b1
...
cd30cb731b
Author | SHA1 | Date | |
---|---|---|---|
|
cd30cb731b | ||
|
b18c4e213c |
@ -1 +1,4 @@
|
||||
# get.ps1
|
||||
https://get.activated.win
|
||||
=================
|
||||
|
||||
This repository contains `irm https://get.activated.win | iex` loader script.
|
||||
|
@ -1 +0,0 @@
|
||||
/* /get 200
|
@ -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
|
Loading…
Reference in New Issue
Block a user