Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
PS2EXE Alternatives
Similar projects and alternatives to PS2EXE
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
Pode
Pode is a Cross-Platform PowerShell web framework for creating REST APIs, Web Sites, and TCP/SMTP servers
-
-
-
PoshRSJob
Provides an alternative to PSjobs with greater performance and less overhead to run commands in the background, freeing up the console and allowing throttling on the jobs.
-
scenebuilder
Scene Builder is a visual, drag 'n' drop, layout tool for designing JavaFX application user interfaces.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
WPFBot3000
Simple domain-specific language for a small subset of WPF, mainly for doing very limited (get the picture?) input forms in PowerShell
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
PS2EXE discussion
PS2EXE reviews and mentions
-
Powershell from a batch file, with pipes/quotes
If you have powershell scripts for your Users you can also try ps2exe. https://github.com/MScholtes/PS2EXE
-
How to create a single exe file to run/select multiple powershell scripts
PS2EXE -- This is what I've used in the past to create a exe from a PS script. Would suggest reading the readme on Github to understand the possible behavior changes while using it.
-
Is there a way to securely pass a password within a Configuration Item script?
Something like using this: https://github.com/MScholtes/PS2EXE Although I'm sure there are other utilities out there that do something similar. It's not 100% absolutely secure, because I'm pretty sure that .exe can be de-compiled and read, but at least the password wouldn't be in a .log file (if passed as a parameter), nor clearly in a downloaded {random guid}.ps1 in the CM folder.
-
Launching an app with a script
PS2EXE
-
Powershell script that will open and minimize teams window every 9 minutes to stay green. Alternative to a mouse jiggler.
To run with PowerShell save this to a text file with a .ps1 extension. Then right click and run with PowerShell. Orrrr...how I did it is I converted the .ps1 to .exe using ps2exe here https://github.com/MScholtes/PS2EXE/blob/master/README.md. Then just run the exe and just a black terminal screen shows up blank and script runs in the background. To stop the script just close out the black terminal screen. The exe way is better if someone monitors your screen from time to time because it doesn't show what's really going on.
- Kleine in-house Tools mit GUI: Wie erstellen? (Sprache/Framework/Tools)
-
How do you guys create executables from your scripts?
As for how: Been using ps2exe for small app for a client. It's ok, but that's when you already got a script and wanna pack it into exe: https://github.com/MScholtes/PS2EXE
- Is it possible to lock script from being edited?
-
Get-Item - PowerShell Doen't Work in EXE file
Right from the README.MD...
-
WTF is happening here?? I am not using pc at all!
Yes and no. Maybe this theoretical miner would stop mining to drop GPU usage but who knows what else it's doing or data it's exfiltrating. I at one point (for fun) wrote a key-logger entirely in PowerShell and was wrapped as an executable and ran under the name "Windows Software Update" or something like that... it was a long time ago. The process itself would still be there but malware can be pretty good about disguising itself as other things. Keep in mind what I said about looking for the taskmgr process is probably the most basic way to do this. If someone is writing a legitimate sophisticated malware they're probably not writing it in as a simple .NET FX console app and you're better off just nuking your system and starting fresh.
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 16 Mar 2025
Stats
MScholtes/PS2EXE is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of PS2EXE is PowerShell.