1 2 3 |
$command="Start-Process chrome '--chrome-frame --window-size=800,600 --window-position=580,240 --app=https://www.jesusninoc.com/'" $code=[System.Convert]::ToBase64String([System.Text.Encoding]::Unicode.GetBytes($command)) powershell -encodedcommand $code |