Delete: ~/Library/ApplicationSupport/Microsoft/Teams
Category Archives: OSX
Uninstall ConnectWise agent mac
https://docs.connectwise.com/ConnectWise_Control_Documentation/Get_started/Knowledge_base/Manually_uninstall_an_access_agent
Deactivate Office 365 Mac
macOS Photos start with “Whats New in Photos” every time
Open Photos
Photos menu > Preferences
Click on Use as System Photo Library
Source: Apple Discussions
macOS could not be installed on your computer. Unable to unmount volume for repair.
Terminal:
sudo mv /.quota.ops.user /.quota.ops.user.orig
sudo mv /.quota.user /.quota.user.orig
Source: Apple Discussions
Download El-Capitan for Mac the doesnt support latest MacOS
Safari can’t open the Page because Safari can’t establish a secure connection to the server. Chrome NET::ERR_CERT_REVOKED
Terminal:
sqlite3 ~/Library/Keychains/*/ocspcache.sqlite3 ‘DELETE FROM responses WHERE responderURI LIKE “%http://%.globalsign.com/%”;’
Source: StackExchange
Source: Apple.com Discussions
Word 2011 OSX copy menu greyed out
View > Toolbars > Customize Toolbars and Menus…
Click on Menu Bar row and select Reset
Quit Word and relaunch
Source: StackExchange
Set chrome to use system print dialog as default in OS X
Terminal:
defaults write com.google.Chrome DisablePrintPreview -bool true
Source: OSXDaily
Link Aggregation IEEE 802.3ad OSX
System Preferences
Network
Click the Gear button and choose Manage Virtual Interfaces
+ New Link Aggregate
Select the ports to aggregate
Create
Source: Apple