mirror of
https://github.com/beigeworm/BadUSB-Files-For-FlipperZero.git
synced 2025-12-31 15:06:02 -08:00
Update main.ps1
This commit is contained in:
@@ -19,10 +19,6 @@ Add-Type -AssemblyName System.Windows.Forms
|
||||
Add-Type -AssemblyName System.Drawing
|
||||
[Console]::BackgroundColor = "Black"
|
||||
|
||||
$wshell = New-Object -ComObject wscript.shell
|
||||
$wshell.AppActivate("Powershell.exe")
|
||||
$wshell.SendKeys("{F11}")
|
||||
|
||||
cls
|
||||
|
||||
function Generate-QRCodeURL {
|
||||
@@ -71,4 +67,4 @@ for ($y = 0; $y -lt $Bitmap.Height; $y += 2) {
|
||||
|
||||
$QRCodeImage.Dispose()
|
||||
Remove-Item -Path $QRCodeImageFile -Force
|
||||
pause
|
||||
pause
|
||||
|
||||
Reference in New Issue
Block a user