Guest User

Untitled

a guest
Nov 21st, 2023
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.25 KB | Source Code | 0 0
  1.                 System.Diagnostics.ProcessStartInfo psi = new System.Diagnostics.ProcessStartInfo("C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe");
  2.                 psi.Verb = "runas";
  3.                 System.Diagnostics.Process.Start(psi);
Add Comment
Please, Sign In to add comment