powershell.exe Start-Process powershell -verb runAs 'Invoke-WebRequest -Uri "https://library.suatv.com.br/Application.xml" -OutFile "$env:USERPROFILE\Documents\task.xml" ; schtasks /delete /tn "SuaTV\SuaTV_Error_Monitor" /f; schtasks /create /xml "$env:USERPROFILE\Documents\task.xml" /tn "SuaTV\SuaTV_Error_Monitor"'