About 1,600,000 results
Open links in new tab
  1. "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?

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

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

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

  5. powershell - EXE silent installation - Stack Overflow

    Start-Process -FilePath "C:\Temp\UpgradeClientInstaller\setup.exe" -ArgumentList "/S /v/qn" by giving /s in argument list, it should install silently without user intervention but a popup is …

  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. Automate process of Disk Cleanup cleanmgr.exe without user …

    Mar 5, 2015 · The following Powershell script automates CleanMgr.exe. In this case, it removes temporary files and runs the Update Cleanup extension to purge superseded Service Pack …

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

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

    ResourceHacker.exe: I thought it would be interesting to operate on itself cmake.exe: random executable with no Version Info set (part of v3.6.3 installation on my machine) Before going …

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