About 1,600,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. Is it possible to "decompile" a Windows .exe? Or at least view the ...

    Nov 8, 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 …

  3. Setting JAVA_HOME environment variable in MS Windows

    I get back a message saying Java.exe could not be found. I've followed the instructions found in several places for setting JAVA_HOME in Windows 7. As can be seen in the image I'm …

  4. What is the correct order of DISM and sfc commands to fix …

    Jul 25, 2020 · Today i updated my system to build 2004. Everything went fine and so far i haven't had any problems. For good meassure i ran sfc /verifyonly and it found some problems. From …

  5. Where is the difference between "binaries" and "executables" in …

    Jan 20, 2020 · An executable file is one which can be executed; you would run it on the commandline by writing the name of the file itself as the command. On Unix systems, the file's …

  6. 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?

  7. Bogus "Program" in Startup - Windows 10 Forums

    Feb 17, 2020 · Hello, I've noticed a suspicious program labeled just "Program" in the Windows 10 Startup menu with no extension or description whatsoever. Does anyone know if it's safe to …

  8. How to decompile an exe file compiled by py2exe? - Stack Overflow

    Jun 9, 2011 · How to decompile an exe file compiled by py2exe? just one exe file, didn'n have any zip file. how to decompile to pyc or pyo file?

  9. Install a Windows service using a Windows command prompt?

    Apr 5, 2017 · I want to install a Windows service using a Windows command prompt (not the Visual Studio command prompt). How do I do this?

  10. Extracting drivers from exe that doesn't have cmd extract switch

    Jul 27, 2018 · Normally these type of .exe files are self-extracting archives, so there's an archive in there somewhere if only you could open it. I usually find that adding a .7z extension to the …