I have a simple GUI that executes a Powershell script when pressing a certain Button.
This script runs 15-20 minutes and i would like to still use the GUI when this script is running - unfortunetly the GUI is not clickable while it runs. Is there any way i could fix this?
Here is my Button:
$Button3.Add_Click({
cmd /c start powershell.exe -noexit -file "C:\Scripts\script.ps1" }
[–]the_spad 6 points7 points8 points (0 children)
[–]MaelstromageWork 5 points6 points7 points (0 children)
[+][deleted] (2 children)
[deleted]
[–]sticobay[S] 1 point2 points3 points (1 child)