About 1,610,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. "Register" an .exe so you can run it from any command line in …

    How can you make a .exe file accessible from any location in the Windows command window? Is there some registry entry that has to be entered?

  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. Convert PowerShell script to exe - Stack Overflow

    Jan 19, 2018 · I'm looking to convert a PS1 file to an .exe file so I can roll it out to less technical users. I believe it'll be much easier for them if all they need to do is double-click it vs explaining …

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

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

  7. How can I convert my Java program to an .exe file? [closed]

    Sep 29, 2008 · It can generate .exe files with the -native exe flag, among many other things. WinRun4J WinRun4j is a java launcher for windows. It is an alternative to javaw.exe and …

  8. Bat file to run a .exe at the command prompt - Stack Overflow

    Oct 21, 2008 · This is a required parameter of the start command. "svcutil.exe" is the absolute or relative path to the application you want to run. Using quotation marks allows you to have …

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