.exe
High riskWindows Executable (PE)
A native Windows executable. Double-clicking launches the program. Disguised EXEs are one of the most common malware delivery paths.
MIME types
- application/vnd.microsoft.portable-executable
- application/x-msdownload
Category
executable
What opens this file
- Windows itself
- Wine (macOS/Linux)
- CrossOver
- Parallels Desktop
How to open by OS
Windows
- Runs natively.
Mac
- Wine, CrossOver, or a Windows VM (Parallels / UTM).
Linux
- Wine or Proton.
Ios
- Cannot run.
Android
- Cannot run.
Safety notes
- Never run a .exe from an unknown source. Hash-lookup on VirusTotal as a first check.
- Don't dismiss SmartScreen prompts. In managed environments, apply AppLocker or WDAC for whitelisting.
Common mistakes
- Windows hides known extensions by default, so
document.pdf.exeshows asdocument.pdf. Turn extensions on. - Downloaded EXEs carry a Zone.Identifier (ADS) mark; antivirus may flag them until you
Unblock-File.
FAQ
- How do I know this exe is legitimate?
- Confirm the MZ signature via the File Signature Checker, run a VirusTotal scan, and compare the SHA-256 hash with what the official distributor publishes. If any step is shaky, don't run it.