About 2,350,000 results
Open links in new tab
  1. windows - what's in a .exe file? - Stack Overflow

    So a .exe file is a file that can be executed by windows, but what exactly does it contain? Assembly language that's processor specific? Or some sort of intermediate statement that's …

  2. Difference between .com, .exe, and .bat? - Stack Overflow

    Jan 22, 2010 · An .EXE (short for "executable") file is a binary file that contains much more complex executable binary code. A .COM file was a DOS executable and nowadays its same …

  3. What's the difference between an EXE and a MSI installer?

    Oct 7, 2010 · Legacy Setup.exe Installer: Note that an EXE file can also be a non-MSI installer In other words an old-style installer not based on the Microsoft MSI format (which is a MS-SQL …

  4. cmd - How to install any software on windows os using command …

    Jun 3, 2020 · I have to install software(.exe/.msi) on Windows OS with command prompt just like it is done on Linux. Are there any commands available for this ? Have anyone tried this before …

  5. upgrade - How to download and offline install Visual Studio 2022 ...

    Feb 18, 2025 · vs_enterprise.exe update --noWeb --quiet --installpath "C:\Program Files\Microsoft Visual Studio\2022\Enterprise" Update The easiest and fastest way to update your offline …

  6. Is it possible to "decompile" a Windows .exe? Or at least view the ...

    Nov 7, 2008 · A friend of mine downloaded some malware from Facebook, and I'm curious to see what it does without infecting myself. I know that you can't really decompile an .exe, but can I …

  7. Windows Powershell policy execution bypass - Stack Overflow

    Apr 26, 2021 · from inside PowerShell (or pass it to a powershell.exe call); Bypass is a potential security risk, RemoteSigned is a compromise between security and convenience. If neither …

  8. python - How to run Pip commands from CMD - Stack Overflow

    Apr 23, 2015 · As I understand, Python 2.7.9 comes with Pip installed, however when I try to execute a Pip command from CMD (Windows) I get the following error: 'pip' is not recognized …

  9. Create Windows service from executable - Stack Overflow

    Aug 27, 2010 · Is there any quick way to, given an executable file, create a Windows service that, when started, launches it?

  10. Installer vs. zip or executable exe? - Stack Overflow

    Some .exe files can be ran straightly, though (it's probably cause they don't have much source files to extract, huh?). I was wondering, what's the difference between an installer, that just …