Sometimes is beneficial to "freeze" an application, for example when configuring on-screen controls for a game which doesn't display them at all times. Hotkey would be the most convenient.
Asked
Active
Viewed 1,746 times
1 Answers
0
What OS are you using? I'm going to assume Windows. I have no real experience with Bluestacks itself, but you can try suspending the whole process. To test if it can work open the Resource Monitor
, right-click the Bluestacks process and click Suspend process
.
If it does manage to 'pause' the app you can work on making it programmable using perhaps PsSuspend provided as part of PsTools. Finally put it into something like AutoHotkey.
Usage:
pssuspend <process name | process id>
(-r
to resume)

trishmapow
- 301
- 3
- 8
-
1Windows. I considered suspending the process, but then I can't access Bluestack's on-screen GUI options? There's also Universal Pause Button for Windows — I don't think this method will work for my usage case unfortunately. – user598527 Dec 19 '18 at 23:18
-
If you know a way to suspend apps on Android (without root) that should be a viable solution. – user598527 Dec 19 '18 at 23:19