Advertisement
yaotungyu

window confirm dialog rnd

Oct 5th, 2022
871
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.19 KB | None | 0 0
  1. import subprocess
  2. wind_cmd = 'PowerShell -Command '+"Add-Type -AssemblyName PresentationFramework;[System.Windows.MessageBox]::Show('{}')".format('FKKK')
  3. subprocess.call(wind_cmd,shell=True)
  4.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement