Skip to content

Instantly share code, notes, and snippets.

@furikake
Created September 26, 2015 01:03
Show Gist options
  • Save furikake/730d8246fb2a1ea7ea3f to your computer and use it in GitHub Desktop.
Save furikake/730d8246fb2a1ea7ea3f to your computer and use it in GitHub Desktop.
Disable gamed process in OS X

Execute the following command

launchctl unload -w /System/Library/LaunchAgents/com.apple.gamed.plist

Verify

grep com.apple.gamed -A 4 /var/db/launchd.db/com.apple.launchd.peruser.$UID/overrides.plist
	<key>com.apple.gamed</key>
	<dict>
		<key>Disabled</key>
		<true/>
	</dict>
@gretel
Copy link

gretel commented Nov 26, 2023

$ launchctl unload -w /System/Library/LaunchAgents/com.apple.gamed.plist
Unload failed: 5: Input/output error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment