AppleScript C Perl Shell Xcode Other

Reset frozen Touch Bar on MacBook Pro

Post Reply
coding / applescript     Views: 844Prev .. Next
Reset frozen Touch Bar on MacBook ProPosted: Thursday, March 5, 2020 [02:06:23] - 1
rootPosted by:rootMember Since:
June 16 2010
Posts: 357
MacBook Pros' Touch Bar freezes from time to time (sometimes more often than not).

Reset frozen Touch Bar on MacBook Pro

Fast and easy way out is a custom app:

Reset frozen Touch Bar on MacBook Pro

Just create an AppleScript:
View Codetell application "System Events"
tell process "Touch Bar agent" to quit
delay 1
tell process "ControlStrip" to quit
end tell


save it as an app in your Application folder and then drag it to the Dock for easy access.

Now, every time your Touch Bar freezes - just click on Application in a Dock and Touch Bar unfreezes.
It is quick and dirty but works.There's no place like ~
coding / applescriptPrev .. Next
 
Post Reply
Home - Coding: AppleScript C Perl Shell Xcode Other
Our Telegram Group