Update main.ps1

This commit is contained in:
egieb
2025-06-19 12:21:50 +00:00
committed by GitHub
parent 598beeb480
commit 680ce8f34e

View File

@@ -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