Hello,
Looking for a way to disable end users from changed the Name field on MacBooks using Ventura.
System Settings / General / About .....Name
I set the name for my student machines and don't want them changing it.
Hello,
Looking for a way to disable end users from changed the Name field on MacBooks using Ventura.
System Settings / General / About .....Name
I set the name for my student machines and don't want them changing it.
Best answer by Tribruin
Create a profile for the com.apple.loginwindow preference domain and set the preference key
UseComputerNameForComputerRecordName to true.
That will prevent the user from changing the computer name.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>UseComputerNameForComputerRecordName</key>
<integer>1</integer>
</dict>
</plist>
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.