Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.16 KB

README.md

File metadata and controls

30 lines (24 loc) · 1.16 KB

ps2EXE-squared

A wrapper for https://gallery.technet.microsoft.com/scriptcenter/PS2EXE-GUI-Convert-e7cb69d5 - make your PowerShell scripts into executables!

PowerShell-To-EXE-Squared!

Download

Get it right here!

Requirements

  • PS2EXE-GUI, from link provided above.
  • Windows
  • Internet Connection

Instructions

  1. Run the exe or ps1 file
  2. Click "SET PS2EXE LOCATION"
  3. Browse to location of Markus Scholtes' /PS2EXE-GUI/ps2exe.ps1 file and select it
  4. Select your input .ps1 file
  5. Specify your output .exe file
  6. Select your desired icon file
  7. Enter your program's name under "Product Name"
  8. Enter your program's version under "Version"
  9. Notice the "No Console" radio button; choose whether or not to make all output from this compiled .exe send to a terminal (not checked) or to a graphical windows form (checked)
  10. Click "Compile"
  11. Click "OK" on window that informs you of your command
  12. The process is complete when a window pops up, "Done!"

Etc

Feel free to contribute, fork or bork it!