
https://drive.google.com/file/d/1ZwVQvBjPF_wGQcYCuOPl_3UauoNSfF53/view?usp=drivesdk
DDSLR.COM
choose a page:
@echo offfor /L %%i in (1,1,5) do ( powershell -Command “Add-Type -AssemblyName System.Windows.Forms; [System.Windows.Forms.MessageBox]::Show(‘Hello! This is a pop-up.’, ‘Notification’, 0, 64)” timeout /t 3 >nul)