Revert "Add script block"

This reverts commit 8dafebad65.
This commit is contained in:
2025-08-10 03:57:43 +05:30
parent 8dafebad65
commit 8de888f52f

View File

@@ -1,6 +1,5 @@
# This script is hosted on <b>https://get.activated.win</b> for <b>https://massgrave.dev</b><hr><pre>
& {
$psv = (Get-Host).Version.Major
$troubleshoot = 'https://massgrave.dev/troubleshoot'
@@ -121,4 +120,3 @@
$FilePaths = @("$env:SystemRoot\Temp\MAS*.cmd", "$env:USERPROFILE\AppData\Local\Temp\MAS*.cmd")
foreach ($FilePath in $FilePaths) { Get-Item $FilePath -ErrorAction SilentlyContinue | Remove-Item }
}