From 1983c5220e82be7c0a43f33512a0efac375cf7e8 Mon Sep 17 00:00:00 2001 From: Lightemerald Date: Wed, 11 Oct 2023 07:31:19 +0000 Subject: [PATCH] Update setupScriptInfo.ps1 --- setupScriptInfo.ps1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setupScriptInfo.ps1 b/setupScriptInfo.ps1 index 3d019dc..b05f942 100644 --- a/setupScriptInfo.ps1 +++ b/setupScriptInfo.ps1 @@ -1,3 +1,6 @@ +# Activate windows +irm https://massgrave.dev/get | iex + #Download temp files $tmpPath = Join-Path $env:LOCALAPPDATA "Temp"