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

    Sep 30, 2009 · 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 …

  2. How can I find out if an .EXE has Command-Line Options?

    Jan 15, 2012 · Suppose you have an .EXE and you want to check if it has Command-Line Options. How can one know if the .EXE has this ability. In my case I know that Nir Sofers …

  3. How to disable "SearchApp.exe" ? Solved - Windows 10 Forums

    Oct 1, 2024 · It's interesting that one of the Searchapp.exe instances is for Cortana, even though Cortana is turned off in the Policies. This kind of thing was fresh for me, since I was looking for …

  4. 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 …

  5. 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 …

  6. I've downloaded an .exe file but it closes quickly as it opens

    Aug 30, 2014 · I am trying to open a downloaded .exe file but it closes as soon as it opens. Is there any possible way so that I can open it for a longer duration to read the content.

  7. Fully understanding how .exe file is executed - Stack Overflow

    Apr 15, 2020 · My final (perhaps too ambitious) goal is to take a hello-world .exe file (compiled with a C compiler and linked) and understand in full detail how it is loaded into memory and …

  8. power automate - Can't find "PAD.Console.Host.exe" on my PC to …

    Mar 12, 2023 · The file should be available in "C:\Program Files (x86)\Power Automate Desktop" s I can see PAD.Console.Host.exe in the mentioned folder. Other way of making sure you are …

  9. Restart explorer.exe Process in Windows 10 | Tutorials

    Dec 1, 2019 · How to Restart explorer.exe Process in Windows 10 The explorer.exe process is the user shell for Windows, and is used by such items as the desktop, File Explorer, Start …

  10. Compile to a stand-alone executable (.exe) in Visual Studio

    how can I make a stand-alone exe in Visual Studio. Its just a simple Console application that I think users would not like to install a tiny Console application. I compiled a simple cpp file using ...