longtom Posted December 21, 2007 Share Posted December 21, 2007 How do i change the content of a kext .plist? After repairing permissions it is the original one again... Link to comment https://www.insanelymac.com/forum/topic/77197-how-to-change-kext-plist/ Share on other sites More sharing options...
longtom Posted December 21, 2007 Author Share Posted December 21, 2007 Open the terminal from /Applications/Utilities and type the following: sudo nano /System/Library/Extensions/XXXXXX.kext/Contents/PlugIns/XXXXXXX.kext/Contents/Info.plist change values.... Ctrl O <--- Thats letter O Enter Ctrl X sudo chown -R root:wheel /System/Library/Extensions/IONetworkingFamily.kext sudo rm -rf /System/Library/Extensions.mkext Reboot. Link to comment https://www.insanelymac.com/forum/topic/77197-how-to-change-kext-plist/#findComment-545850 Share on other sites More sharing options...
Recommended Posts