MScholtes / PS2EXE

Module to compile powershell scripts to executables
Other
1.25k stars 201 forks source link

Execution in WinPE #50

Closed JustBeta closed 3 years ago

JustBeta commented 3 years ago

What are the prerequisites for being able to run a PowerShell script compiled with PS2EXE in a WinPE environment?

MScholtes commented 3 years ago

Hello Justbeta,

the requirements are indentical to Windows Powershell itself: you have to install .Net 4.x and Windows Management Framework 5.1. I guess there are explanations for that on the Internet.

Greetings

Markus

JustBeta commented 3 years ago

Thank you for your quick feedback.

I'll look