System Precedence

The following section outlines the scope precedence commands between the System Scope and User Scope. If you are updating individual user settings then the user scope locations and parameters can be followed. Due to this order of precedence where by the system scope setting takes precedence over the user scope setting, a change in the user settings may not take effect if the system scope setting has been updated.

System Scope

The .plist files are located in /Library/Preferences/. The following commands detail the read, delete and write sudo functions:

sudo defaults read "/Library/Preferences/com.teradici.Teradici PCoIP Client.plist" <Key>
sudo defaults delete "/Library/Preferences/com.teradici.Teradici PCoIP Client.plist" <Key>
sudo defaults write "/Library/Preferences/com.teradici.Teradici PCoIP Client.plist" <Key> <value>

If sudo is not used in the command, it will automatically go to the user settings.

User Scope

Within the user scope the .plist files are located in ~/Library/Preferences/. The following commands detail the read, delete and write functions:

defaults read "com.teradici.Teradici PCoIP Client.plist" <Key>
defaults "com.teradici.Teradici PCoIP Client.plist" <Key>
defaults write "com.teradici.Teradici PCoIP Client.plist" <Key> <value>

If sudo is used, it will go to the system settings.

Re-boot Requirement

The macOS machine may require a re-boot for the system configuration to take effect.