superbonaci

Results 501 comments of superbonaci

I guess you can use this script in the meantime: [Pause-Process for PowerShell](https://github.com/besimorhino/Pause-Process) By the way, does control+z actually pause the process (IO included), or only sends it to background?

You can use also [PsSuspend](https://docs.microsoft.com/en-us/sysinternals/downloads/pssuspend) and put it into your PATH, or use [Process Explorer](https://docs.microsoft.com/en-us/sysinternals/downloads/process-explorer), which as a GUI to suspend/resume processes.

Maybe Ctrl+Z is assigned to another function in Windows...

Is it done or closed due to inactivity?

Maybe it's just not possible. The PowerShell can handle native apps but also NET and such, no idea if can be done.

Add example to https://docs.darlinghq.org/what-to-try.html

Why don't use chocolatey? https://community.chocolatey.org/packages?q=mediainfo

@NotSoCheezyTech is right, please update README.

I have the same issue, The program `YouTube.Music.Desktop.App-2.0.5.Setup.exe` opens a small windows and doesn't progress: ![youtube-music-desktop-app](https://github.com/ytmdesktop/ytmdesktop/assets/8339596/7371fdc7-8df1-44ee-86ef-47dc26eaa116) The picture is 268x167 pixels. It launches the process `Update.exe` which launches `squirrel.exe` but...