Running form exe in WinPE?

Ask questions about creating Graphical User Interfaces (GUI) in PowerShell and using WinForms controls.
Forum rules
Do not post any licensing information in this forum.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 7 years and 3 weeks old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked
User avatar
Lembasts
Posts: 406
Last visit: Mon Apr 15, 2024 3:12 pm
Has voted: 1 time
Been upvoted: 1 time

Running form exe in WinPE?

Post by Lembasts »

Greetings,
I am wondering if its possible to run a compiled form exe in the WinPE environment.
I am planning to display a form to get the computername info during SCCM OSD.
Has anyone done this?

Cheers
David
jvierra
Posts: 15439
Last visit: Tue Nov 21, 2023 6:37 pm
Answers: 30
Has voted: 4 times
Been upvoted: 33 times

Re: Running form exe in WinPE?

Post by jvierra »

Have you tries it?

PE supports much bit may not have all components of the framework you need. I suggest starting by building for PS 2 then working up. Be sure the script works before trying is as an EXE.
This topic is 7 years and 3 weeks old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked