View Single Post
Old 12-20-2020, 06:19 PM   #10
helixpt
Junior Member
 
Join Date: Dec 2020
Posts: 11
Default

Just tried it and was only able to find the file on the first location. Deleted it and it didn't work.

Btw here's the LS of the second directory:

Code:
helixpt@Andres-MBP ~ % cd /Users/helixpt/Library/Preferences/ByHost 
helixpt@Andres-MBP ByHost % Ls
com.apple.AMPLibraryAgent.7DF273B3-79B3-58C7-AEE1-06252AF00941.plist
com.apple.AOSKit.RegInfo.7DF273B3-79B3-58C7-AEE1-06252AF00941.plist
com.apple.AOSPushRelay.TopicInfo.7DF273B3-79B3-58C7-AEE1-06252AF00941.plist
com.apple.Bluetooth.7DF273B3-79B3-58C7-AEE1-06252AF00941.plist
com.apple.FaceTime.7DF273B3-79B3-58C7-AEE1-06252AF00941.plist
com.apple.ManagedClient.7DF273B3-79B3-58C7-AEE1-06252AF00941.plist
com.apple.QuickLookDaemon.7DF273B3-79B3-58C7-AEE1-06252AF00941.plist
com.apple.accessibility.universalAccessAuthWarn.7DF273B3-79B3-58C7-AEE1-06252AF00941.plist
com.apple.commcenter.csidata.7DF273B3-79B3-58C7-AEE1-06252AF00941.plist
com.apple.configurationprofiles.user.7DF273B3-79B3-58C7-AEE1-06252AF00941.plist
com.apple.controlcenter.7DF273B3-79B3-58C7-AEE1-06252AF00941.plist
com.apple.dock.7DF273B3-79B3-58C7-AEE1-06252AF00941.plist
com.apple.finder.7DF273B3-79B3-58C7-AEE1-06252AF00941.plist
com.apple.identityservicesd.7DF273B3-79B3-58C7-AEE1-06252AF00941.plist
com.apple.imservice.SMS.7DF273B3-79B3-58C7-AEE1-06252AF00941.plist
com.apple.imservice.ids.FaceTime.7DF273B3-79B3-58C7-AEE1-06252AF00941.plist
com.apple.imservice.ids.iMessage.7DF273B3-79B3-58C7-AEE1-06252AF00941.plist
com.apple.loginwindow.7DF273B3-79B3-58C7-AEE1-06252AF00941.plist
com.apple.screensaver.7DF273B3-79B3-58C7-AEE1-06252AF00941.plist
com.apple.settings.storage.7DF273B3-79B3-58C7-AEE1-06252AF00941.plist
com.apple.sharingd.7DF273B3-79B3-58C7-AEE1-06252AF00941.plist
com.apple.soundpref.7DF273B3-79B3-58C7-AEE1-06252AF00941.plist
com.apple.systempreferences.7DF273B3-79B3-58C7-AEE1-06252AF00941.plist
com.logmein.COLVideo.7DF273B3-79B3-58C7-AEE1-06252AF00941.plist
com.logmein.GoToMeeting.7DF273B3-79B3-58C7-AEE1-06252AF00941.plist
Also the command to find it didn't return anything as expected, but it should be cached somewhere.

Code:
helixpt@Andres-MBP ByHost % for f in /Library/Preferences/com.apple.windowserver* ~/Library/Preferences/ByHost/com.apple.windowserver*; do echo $f; done
zsh: no matches found: /Users/helixpt/Library/Preferences/ByHost/com.apple.windowserver*
helixpt is offline   Reply With Quote