About 1,640,000 results
Open links in new tab
  1. 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 …

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

  3. 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 ...

  4. How to run an installation in /silent mode with adjusted settings

    Sep 14, 2018 · 2 My goal: I want to create a CMD command that will installs a program with adjusted install settings. If I execute my .exe install file without any parameters, I have to click …

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

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

  7. How to get source code of a Windows executable? - Stack Overflow

    Apr 17, 2010 · I've got some old Windows executable files. How can I edit them with Visual Studio 2010? What are the ways to see an exe's source code?

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

  9. How do I set the version information for an existing .exe, .dll?

    As part of our build process I need to set the version information for all of our compiled binaries. Some of the binaries already have version information (added at compile time) and some do …

  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 …