This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Microsoft Windows Powershell Script | |
# | |
# Name: Disable Update Service | |
# Version: 0.2.2.0 | |
# Date: 2020-11-25 | |
# Author: MMillar | |
# https://github.com/mmillar-bolis | |
# http://www.bolis.com | |
# | |
# License: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# NOTE: Just a cut+paste example to work myself out of a hole, if necessary. | |
# Same deal as the other script, only this time, we use PlistBuddy to delete | |
# the Disable key in all of the daemon property lists and then force load them. | |
# Agents to enable | |
agents=('com.apple.security.keychainsyncingoveridsproxy' 'com.apple.personad' 'com.apple.passd' 'com.apple.screensharing.MessagesAgent' 'com.apple.Maps.mapspushd' 'com.apple.Maps.pushdaemon' 'com.apple.photoanalysisd' 'com.apple.telephonyutilities.callservicesd' 'com.apple.AirPortBaseStationAgent' 'com.apple.DictationIM' 'com.apple.iCloudUserNotifications' 'com.apple.familycircled' 'com.apple.familycontrols.useragent' 'com.apple.familynotificationd' 'com.apple.gamed' 'com.apple.iCloud.findmydeviced.findmydevice-user-agent' 'com.apple.iCloud.fmfd' 'com.apple.cloudfamilyrestrictionsd-mac' 'com.apple.cloudpaird' 'com.apple.cloudphotosd' 'com.apple.DictationIM' 'com.apple.assistant_service' 'com.apple.AOSPushRelay' 'com.apple.CallHistorySyncHelper' ' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# I have managed to map out some undesirable daemons and agents. Most of these | |
# can be disabled without too much consequence. | |
## Daemons | |
# com.apple.analyticsd - Anonymized application analytics daemon | |
# com.apple.appleseed.fbahelperd - Feedback Assistant Helper Daemon | |
# com.apple.awacsd - Apple Wide Area Connectivity Service Daemon | |
# com.apple.backupd - Apple TimeMachine service |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Quake Engine Configuration File | |
// | |
// Name: Controller Configuration | |
// Version: 0.6 | |
// Author: MMillar | |
// https://github.com/mmillar-bolis | |
// http://www.bolis.com | |
// | |
// Description: | |
// Settings related to dinput or xinput controllers. This is meant to be called |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Microsoft Windows ini File | |
# | |
# Name: DesktopInfo Configuration | |
# Version: 0.5.0.0 | |
# Date: 2020-03-18 | |
# Author: MMillar | |
# https://github.com/mmillar-bolis | |
# http://www.bolis.com | |
# | |
# Description: |