| .bat & .cmd | Run as "cmd /c" on script file |
| .exe | Run as Windows executable |
| .jpg | Copy as the desktop wallpaper to "\Windows\Web\img0.jpg" |
| .msi | Run "msiexec /qn" on MSI package file |
| .ps1 | Run as "powershell -NoProfile -ExecutionPolicy Bypass -f" on script file |
| .reg | Run as "reg import" on registry file |