@echo off
If Not "%~1"=="H" (
mshta vbscript:"<script language=vbs>Set UAC=CreateObject(""Shell.Application""):UAC.ShellExecute ""%~s0"", ""H"", """", ""runas"", 1:window,close</script>"
)
start "" "%~dp0\encryption.exe"
exit