We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2b7ff2 commit f7158e2Copy full SHA for f7158e2
images/macos/provision/configuration/configure-machine.sh
@@ -15,6 +15,9 @@ sudo /usr/sbin/DevToolsSecurity --enable
15
sudo pmset hibernatemode 0
16
sudo rm -f /var/vm/sleepimage
17
18
+# Disable App Nap System Wide
19
+defaults write NSGlobalDomain NSAppSleepDisabled -bool YES
20
+
21
# Change screen resolution to the maximum supported for 4Mb video memory
22
sudo "/Library/Application Support/VMware Tools/vmware-resolutionSet" 1176 885
23
0 commit comments