System prefs for kids- Question

I have just created a user account with parental settings for my young child learning to read/write. without giving his account admin privileges, can I, as admin, create specific system prefs like a larger pointer and slower mouse/trackpad settings that work only on his account? I don't want to have to constantly go in ad set them back after every time he uses the computer. If not, Is there a quick way to toggle on/off of universal access?

thanks for the fast reply, however I am now experiencing even more problems.(not your fault, mine) It seems no matter how i set up the account ( simple finder or not) I cant block system prefs, and show the apps I want shown. Currently have prenatal monitoring on for the new(kids) account, and specified per the checkboxes what i want to give him access to. When i log out of my admin account and into his (Managed with parental controls) every thing is still accessible. I have also went into sys prefs and made sure that parental monitoring is turned on for that account. I never thought it would be so hard to do this

Similar Messages

  • What is the Profile Drawer in Network System Prefs for?

    I'm struggling with my very illogical d-link DWL-G122. Sometimes it works, sometimes it doesn't... blah... Anyway, that's a different story. My question is, what is the Profile Drawer for in Network System Prefs? I can add my available wireless network, but it works even if it's not added. And why would I want to edit/activate/delete it etc? I've done a quick search and can't find any documentation to help me understand it. Can anyone help?
    THANKS!

    It's not really to add your network, it's to keep others out. If you have a neighbor with a strong signal you keep automatically switching to, you can eliminate that by using the list of preferred networks. Of course, if he has a reliable connection and you don't, that might not be desirable...

  • Not set userName and password in system.prefs for 2.2.5

    We are using KODO 2.2.5 right now and We have business requirement that we
    should not keep database user name and password in system.prefs. I
    followed the instructions that you wrote in Feb 12 2002 post. But it still
    has the error that exactly like Bug #76. When we leave the user name and
    password out of system.prefs, we get the error.
    Is this bug(#76) fixed for 2.2.5? And how can we work around it?
    The error is:
    java.sql.SQLException: invalid arguments in call
         at
    com.solarmetric.kodo.impl.jdbc.schema.SchemaTool.<init>(SchemaTool.java:99)
         at
    com.solarmetric.kodo.impl.jdbc.schema.DB.getPersistentTypes(DB.java:197)
         at
    com.solarmetric.kodo.impl.jdbc.JDBCPersistenceManagerFactory.loadPersistentTypes(JDBCPersistenceManagerFactory.java:313)
         at
    com.solarmetric.kodo.impl.jdbc.JDBCPersistenceManagerFactory.setup(JDBCPersistenceManagerFactory.java:288)
         at
    com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl.privateSetup(PersistenceManagerFactoryImpl.java:872)
         at
    com.solarmetric.kodo.runtime.PersistenceManagerFactoryImpl.getPersistenceManager(PersistenceManagerFactoryImpl.java:59)
         at com.sabre.apd.dao.JDOFactory.getPersistenceManager(JDOFactory.java:144)
         at com.sabre.apd.dao.JDODAO.<init>(JDODAO.java:33)
         at com.sabre.apd.dao.JDODAO.<init>(JDODAO.java:28)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at
    sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at
    sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
         at java.lang.Class.newInstance0(Class.java:296)
         at java.lang.Class.newInstance(Class.java:249)
         at
    com.sabre.apd.dao.ConfigurableFactory$Tool.makeObjectForClass(ConfigurableFactory.java:105)
         at
    com.sabre.apd.dao.ConfigurableFactory$Tool.make(ConfigurableFactory.java:81)
         at
    com.sabre.apd.dao.ConfigurableFactory$Tool.getToolObject(ConfigurableFactory.java:62)
         at
    com.sabre.apd.dao.ConfigurableFactory.getTool(ConfigurableFactory.java:236)
         at com.sabre.apd.dao.DAOFactory.newDAO(DAOFactory.java:101)
         at com.sabre.apd.dao.DAOFactory.newDAO(DAOFactory.java:87)
         at
    test.com.sabre.apd.core.ActualConnectionDetailBrokerTest.getDAO(ActualConnectionDetailBrokerTest.java:38)
         at
    test.com.sabre.apd.core.ActualConnectionDetailBrokerTest.tearDown(ActualConnectionDetailBrokerTest.java:43)
         at
    test.com.sabre.apd.core.ActualConnectionDetailBrokerTest.setUp(ActualConnectionDetailBrokerTest.java:32)
         at com.intellij.execution.a.br.main(br.java:12)
    Thanks
    Weidong

    I'm not sure about the status of that bug in 2.2.5, but it has been
    resolved in our internal 2.3 builds.
    I think that you can work around this problem by enumerating your
    persistent types in system.prefs instead of in the data store. See our
    documentation for more information on how to do this.
    Basically, if I recall correctly, the problem is when retrieving the
    list, but not when connecting to the data store for other purposes.
    -Fred
    Weidong <[email protected]> wrote:
    We are using KODO 2.2.5 right now and We have business requirement that we
    should not keep database user name and password in system.prefs. I
    followed the instructions that you wrote in Feb 12 2002 post. But it still
    has the error that exactly like Bug #76. When we leave the user name and
    password out of system.prefs, we get the error.
    Is this bug(#76) fixed for 2.2.5? And how can we work around it?--
    Fred Lucas
    SolarMetric Inc.
    202-595-2064 x1122
    http://www.solarmetric.com

  • System.prefs -- FOR UPDATE clause

    When moving to a new mysql database, it gave me the error that it
    doesn't suppport the "FOR UPDATE" clause. Turns out the database was an
    older one. I tried to add the
         <mysql>
              <select-for-update>false</select-for-update>
         </mysql>
    section to system.prefs, but no matter where I put it, it had no effect.
    The documentation wasn't exactly clear where it goes. Now, I'm not
    using the default database -- I'm specifying a named database. I'm
    guessing that this option isn't working with named databases in the
    systems.prefs file. Could you clarify this?
    Thanks,
    Dan

    Worked like a champ! Thanks again, Patrick.
    Dan
    Patrick Linskey wrote:
    On 6/6/02 3:56 AM, "Dan Finkelstein" <[email protected]> wrote:
    When moving to a new mysql database, it gave me the error that it
    doesn't suppport the "FOR UPDATE" clause. Turns out the database was an
    older one. I tried to add the
    <mysql>
    <select-for-update>false</select-for-update>
    </mysql>
    section to system.prefs, but no matter where I put it, it had no effect.
    The documentation wasn't exactly clear where it goes. Now, I'm not
    using the default database -- I'm specifying a named database. I'm
    guessing that this option isn't working with named databases in the
    systems.prefs file. Could you clarify this?
    If you're using a named db, you should do
    <db>
    <your name here>
    <select-for-update>false</select-for-update>
    </your name here>
    </db>
    Note that turning off select for update is bad, because it essentially
    defeats pessimistic locking, and you probably shouldn't ever see an error if
    you aren't using pessimistic locking. So, I'd recommend that you use
    optimistic locking with old MySQL installs instead.
    Thanks,
    Dan

  • Set different System Prefs for specific projects?

    What I need to be able to do is to maintain everything about a client project in one place. We use a different drive for each client, that way everything is kept very orderly and we can easily manage it.
    But if I set the system prefs (like where to save render files, capture scratch, etc.) for one project, those settings are saved even when another project is opened and I have to remember to change them or I'll get render files from Client A saved to Client B's drive.
    And of course the problem is even worse with multiple projects open.
    So, is there any way to say: Save Everything about this project HERE and Everything about this other project over HERE? And not have to manually change system prefs every single time?
    Thanks!
    G5 Dual 2.0   Mac OS X (10.4.9)  

    I simply created three different users for three diffrent projects when specifically requested to meet such odd and onerous and unnecessary (in my view) requirements. That way each project could be assigned its own preferences for such things as targets for scratch etc. I find the FCP file management system more than adequate to quickly keep crucial original files in order without resorting to the log in/out user dance, but its the only thing I could come up with at the time. Maybe someone else has an easy cure.
    G4 Powermac Dual   Mac OS X (10.4.9)   1G RAM,200GB scratch int, FCPS, LaCie Ext FW DL DVDburner

  • System Prefs - Color Calibration Question

    Can anybody tell me how I can turn down the saturation of specific colors?
    In my case I am using a HP LP3065 30" screen, which is great, but it comes with way too much saturation especially concerning red tones.
    Is there a way i can use a reference image and adjust RGB sliders (by perception) and have that saved into an official color profile?
    The system preferences under Display and Color do not offer adjustment of RGB values. I also tried out the shareware "SuperCal", but it also does not help me in this case.
    Any advice appreciated!

    So, then, I assume there are no controls on the monitor itself nor any software that came with the monitor? In that case you might search for some third-party utilities that can adjust a monitor's parameters - VersionTracker or MacUpdate.
    Aside from what's in Display preferences and SuperCal I've not worked with any other similar software. Have you tried changing the Gamma setting with Display prefs or SuperCal? Does the monitor have any kind of adjustment for brightness and/or contrast? Maybe there are hidden controls accessible through the rear of the monitor - recessed or internal?

  • Why does Panther System Prefs for Sound ouput only permits headphones?

    I was OK with external speakers until I broke a wire. Now I cannot hear sounds from my internal speaker because the Sound Ouput Pane only shows headphones and not internal speakers. Version 10.3.9. The local Mac rep said there was nothing he could do because I was out of warranty and didnt have Apple Care. Thx for help.

    I think if Sound Control Panel shows 'headphones' it thinks (correctly or not) that something is plugged into the headphone socket (which will disconnect/disable the internal speakers). My G5 recognises immediately I connect/disconnect anything to the external spkrs/phones socket, thus 'Internal Speaker' is only available if I've nothing in the socket.
    If you've nothing connected and still no 'Internal' available then I'd think the System's got confused ? Try plugging/unplugging a jack with the Control Panel open, see if it reflects the physical change ?
    G5 Dual 2.7, MacMini, iMac 700; P4/XP Desk & Lap.   Mac OS X (10.4.8)   mLan:01x/i88x; DP 5.1, Cubase SX3, Melodyne.

  • Why won't dock open? Why does system pref for dock lose it's settings?

    I have had the dock set to open on the left and to automatically hide and show.
    It suddenly won't open at all. The Pref panel sets itself to open on bottom (where it also won't open) and spontaneously unchecks the automatic hide and show. I set it over and over again, but it keeps doing its own thing. I have shut down and reopened. (This is a new computer, which shouldn't do this.) What else can I try?

    Create a new admin user account, log into it, and try there. Report back.

  • VS Express 2013 Setup for kids question

    I'm getting ready to setup a lab for 8th graders. We are in a rural area where the majority of students do not have an email. Can we disable the Sign In for them? Is there a way around this without requiring them to have their own MS account in order to
    use Visual Studio Express?

    Hi Jmair,
    You know that the VS2013 express version is free, but it will require us to sign in with the Microsoft account by design, otherwise it would have few days period limitation.
    An extension to disable the sign in button.
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/8a5422f0-7bae-4647-8b04-5de959f82965/is-there-a-way-to-disable-the-sign-in-option-for-visual-studio-2013?forum=visualstudiogeneral 
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Apple Desktop pictures do not appear in System Prefs

    I tried to change my desktop picture and discovered that there are none of the apple images showing in the system prefs for Desktop & Screen Saver. The folders are there (Apple images, nature, plants, etc) but the folders are empty.
    Digging via the finder I found in Library/Desktop Pictures all of the missing files but Prefs does not apparently see them.
    The default Aurora was there after 10.5.5 upgrade, then I replaced it with one of my own from the user/Pictures folder which shows in the prefs window. All of those pictures still show in prefs.
    What is wrong?

    Derryl S wrote:
    Conclusion, there is now something about my account that no longer can see the contents of the Desktop Pictures folder. Why is unknown still.
    Usually, a bad preference file or incompatible login item is the culprit, although it could also be corrupted data in a user cache.
    For the first, you can try moving likely suspects from ~/Library/Preferences to a desktop temp folder, then logging out & back in or restarting to see if the problem is gone. If not replace the old preference from the temp folder to its original location to restore the old preferences. One general way that may help locate suspect pref files is to change the preference in the normal way while ~/Library/Preferences is sorted by date changed -- the file storing the preferences should be very near the top of the list.
    You can also run a terminal command that checks the syntax of most preference files. It won't indicate all problems but it is worth a shot. In Terminal type:
    sudo plutil -s ~/Library/preferences/*.plist
    followed by pressing the return key. At the password prompt, enter you admin account password & press return again. It won't be echoed to the screen. If you get nothing besides the prompt for the next command, those prefs are syntactically correct. Otherwise, remove the indicated pref file as above & test.
    If desired, repeat this for the main system-wide preference folder with this command:
    sudo plutil -s /Library/preferences/*.plist
    Note: since your new account has no problems, it is highly unlikely a system preference is the problem.
    For login items, check the list in the accounts system preference. Suspect anything that isn't from Apple. You can list them here in a new post if you have any questions about them.
    If the problem is a bad user cache, a third party utility like Onyx or Leopard Cache Cleaner will allow you to "clean" (delete) them. Try this as a last resort, since caches speed up the operation of your Mac & will need to be rebuild by the system, causing one-time delays until this is done.

  • HELPPPP! System Prefs HELP!

    Hello, i have been having this problem with my system prefs for a while. What happens is when i click on the icon on my dock, it just makes a question mark. Every once in a great while, it actually works, but then goes back to not working. I can't open system prefs and i need to. I've tried resetting my PRAM and that did nothing. Any Advice???

    There isn't even a app labeled System Preferences. It must of been deleted some how. WAIT!! Just used time machine and found the app. It's restored and works perfectly! thanks!!!

  • Why doesn't the QuickTime icon appear in my system prefs, even though I have just installed it and restarted?

    I'm on Mac OS X 10.6.8 and bought QuickTime Pro from the Apple store, but discovered I couldn't register it as the QuickTime icon wasn't appearing in System Prefs for me to click on and enter the registration details.
    I've reinstalled QuickTime from my original start-up disk - but still nothing.
    QuickTime Player 7 loads okay, and while I can access Registration from the main menu, it doesn't actually let me do that but simply encourages me to buy QuickTime Pro... which I have already purchased.
    Well I know it's not expensive but it does seem a bit daft to buy it twice!
    Any suggestions, anyone?
    Much appreciated, and thanks!

    There is no QuickTime System Preference pane in Snow Leopard or Lion.
    Look under the QuickTime Player 7 menu and click Registration. Use copy/paste to enter the Name and Number fields from the info you got from Apple via email.

  • Mouse and kb unresponsive when system prefs quits

    All works fine until I open system prefs for any reason. At that point I have to either keep it open or hard reboot my machine. If I actually quit system prefs (it doesn't crash mind you) my mouse will move but no clicks are registered and my kb is completely ignored. As I said, hard reboot is the only way out from there.
    Looked through console msgs and can't find anything happening when the problem hits.
    Any ideas?

    The cache is mentioned several times in the report.
    Go to ~/Library/Caches/com.apple.systempreferences
    Move the Cache.db file from the com.apple.systempreferences folder to the Trash.
    Restar your Mac.
    ~ (Tilde) character represents the Home folder.
    For Lion:   To find the Home folder in OS X Lion, open the Finder, hold the Option key, and choose Go > Library

  • Sidebar items and some system prefs not synched

    does anyone know how to get sidebar items synched? I explicitly synch sidebar.plist (deleted it in Apple's predefined exclusions) and BezelServices.plist - but without success.
    Also annoyingly not synching: the system prefs for the keyboard menu, the screen saver prefs and the synch menu item.
    Thanks for any idea to solve this.
    Message was edited by: lhberg

    check your ~/Library sync, remember this is not synced in the background most of these files are in use.
    Do you have a login or logout sync rule?

  • Enabling Displays Prefs in Simple Finder account for KId Pix user.

    Hi,
    I have set up a managed "Simple Finder" account for my son so he can play Kid Pix - however Kid PIx want's to run at "800x600" and "Thousands of Colours"
    It tries to make the switch but ends up at the wrong resolution - after allowing system prefs to run the Displays settings is still greyed out.Is there a way to enable this or is there another workaround someone knows about ??
    Thanks
    Dual 2.66 Dual Core MacPro   Mac OS X (10.4.10)  

    It very likely is possible to allow a "Simple Finder" access to the "Displays" pref pane, either through "Workgroup Manager.app" or by hand editing 'mcx_settings'.
    However, from the description of the problem, an easier workaround is probably to enable the "Displays" menu item. While logged in to the managed account, temporarily "switch to full Finder" from the "Finder" menu, navigate to "/System" > "Library" > "Core Services" > "Menu Extras" and double-click the "Displays.menu". Up to ten of the most recently used resolutions can be displayed in the menu, and "managed" users can change them without accessing the "Displays" pref pane itself.

Maybe you are looking for