synapsepd / MacOS-OneDrive-KFM

MacOS OneDrive Known Folder Move (KFM)
Apache License 2.0
65 stars 11 forks source link

Issue with KFM Mac #1

Closed darrenramlal closed 5 years ago

darrenramlal commented 5 years ago

Hi there, im having an issue with the setup. This step : sudo defaults write "/Library/Preferences/com.cambridgeconsultants.onedrive-kfm" EnableKFM -bool YES

will always let me type in the admin password but won't accept the credentials. The other steps do .

samspade21 commented 5 years ago

The sudo command looks correct. You can always do a "sudo -s" to enter a cmd as root. Then do your "defaults write" command in that context.