About 22,700 results
Open links in new tab
  1. How can I convert a Windows batch script to a .exe?

    Jan 23, 2015 · cmd.exe /c <path to batchfile> would run the batch file, and give you a valid executable to name for the keyboard software. No conversion needed means you can always easily make changes …

  2. How to run an .exe application as a background task on startup

    Dec 29, 2018 · 10 I have a certain application that runs by creating a window on startup, and when you try to minimize the application it just closes the main frame and runs in the background. I was …

  3. How to make a very simple executable (.exe) file? - Super User

    Nov 2, 2014 · I won't use something similar to "BAT to EXE Converter" or "VBS to EXE" because they're creating a file in the TMP folder, and I don't want that, it's not a simple way to open a file: the …

  4. windows - Is there a way to compress exe files? - Super User

    Jul 21, 2020 · So if the exe does not compress well, this indicates that it might already be compressed. There are some tools to self-decompress exe files when run, so the user wouldn't even notice that it …

  5. How can I create .exe file from github repository? - Super User

    Feb 12, 2023 · 0 I have a question about this repository, I downloaded the zip source code from this link, I edited the bestStream.txt file in the config folder, and now I want to create an .exe file (like the one …

  6. How to convert an EXE to a bootable ISO image? - Super User

    Aug 20, 2021 · I have an EXE file which I want to convert into ISO to a bootable image. Like an OS which may run on a VM. Is this possible? My system is: Windows 7 SP1. On an x86 laptop.

  7. Force a program to run *without* administrator privileges or UAC?

    Aug 4, 2010 · If the .exe file has a manifest in it, these heuristics for elevation do not apply. For example if the manifest indicates that the exe does not need elevation, even including any of these words in …

  8. windows - How to make a shortcut from CMD? - Super User

    How can I create a shortcut file (.lnk) to another file or executable, using command line utilities?

  9. How do I find the installation director of 'make' in windows 10?

    Apr 10, 2019 · 1 Assuming "make" is the name of a program and its executable is an .exe file, you could type "DIR make.exe /s" from a command prompt. In case the program launches from a .com …

  10. Win 10: How to make exe appear in search results - Super User

    Nov 20, 2015 · 5 I basically want to do this, but in Windows 10: How to make an program (.exe file) visible when search from start menu (I've tried the solution listed there, but it doesn't seem to work in …