Compare commits
No commits in common. "cd30cb731b618ca86b3d734be821aedb15f8bbb4" and "3c1dae87b1e5d389de8e909ca4bb30660cf97f83" have entirely different histories.
cd30cb731b
...
3c1dae87b1
@ -1,4 +1 @@
|
|||||||
https://get.activated.win
|
# get.ps1
|
||||||
=================
|
|
||||||
|
|
||||||
This repository contains `irm https://get.activated.win | iex` loader script.
|
|
1
_redirects
Normal file
1
_redirects
Normal file
@ -0,0 +1 @@
|
|||||||
|
/* /get 200
|
@ -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 {
|
function Check3rdAV {
|
||||||
$avList = Get-CimInstance -Namespace root\SecurityCenter2 -Class AntiVirusProduct | Where-Object { $_.displayName -notlike '*windows*' } | Select-Object -ExpandProperty displayName
|
$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