-
Revision as of 18:12, 5 January 2011 by Grahamenglish (Talk | contribs)
Safari
Flash
Restart the Flash plugin without quitting Safari
- Open the Terminal from the Utilities folder in /Applications
- Type ps -ax | grep WebKitPluginHost
- This will return something that looks like this:
- 16154 ?? 11:37.18 /System/Library/Frameworks/WebKit.framework/WebKitPluginHost.app/Contents/MacOS/WebKitPluginHost
- Take the PID (Process ID) and kill it. It will be different each time. In the example above it is 16154.
- Type kill -9 16154 (substituting the correct PID).
- Go back to Safari and refresh any pages that were using the Flash plugin.
-
Meta