PowerShell PowerShell $command="Start-Process PowerShell -Verb RunAs" $code=[System.Convert]::ToBase64String([System.Text.Encoding]::Unicode.GetBytes($command)) powershell -encodedcommand $code 123 $command="Start-Process PowerShell -Verb RunAs"$code=[System.Convert]::ToBase64String([System.Text.Encoding]::Unicode.GetBytes($command))powershell -encodedcommand $code