Keep Mighty Mouse setting for all network users.

We have intel macs at my school, running parallels for Win XP.
The mouse needs to be set up per user to allow the right click function on the windows side, users do not like using the ctrlshiftclick method.
Is there a way I can set up so that all users who have the mighty mouse has the right click function enabled as the secondary action? I dont have time to log in as each user to set it up.
The users also use PPC eMac, those do not have the fancy mouse, just the standard one.
So far i have tried to copy the mouse preferences: com.apple.driver.AppleHIDMouse.plist. But it does not want to copy to all the users using:
cp -R /Volumes/docs/Mouse\ Prefs/com.apple.driver.AppleHIDMouse.plist /Volumes/docs/students///Library/Preferences/
Some reason it does not copy the file.
Any ideas? Is it the right file?
-Jeff

cp -R /Volumes/docs/Mouse\ Prefs/com.apple.driver.AppleHIDMouse.plist /Volumes/docs/students///Library/Preferences/
The shell will parse this command by first expanding the "*" to every directory under .../students. It then executes that command - not what you want.
You probably want something like this...
cd /Volumes/docs/students
for dir in * do ; cp /path/to/plist $dir/path/to/PrefsDir ; done
This first expands the "*" to all items in students dir. It then executes the part after the "do ;" for each item in the list, setting the variable "dir" to the first one, then second, etc. The "$dir" gets replaced by the value of "dir".
Note that this will not handle any directory names in /students which have spaces in them (because the 'for' treats spaces as argument separators). if this applies, then changes will have to be made.
Before running it on everything, test run using only one student using...
for dir in chosenName do ; cp /path/to/plist $dir/path/to/PrefsDir ; done
Ths will set 'dir' to 'chosenName' and execute the following bit for that value only (just to ensure it puts what you want, where you want it .
Note also that your "-R" option is ignored - this only applies to the copy source if it is a directory (recurive copy), not the target.
-david

Similar Messages

  • Customise desktop background for all network user accounts

    Hi,
    I have 12 MAC OS X 10.6 Clients on A Windows 2008 R2 Server. I cannot use Group Policies from Active Directory to customise my default user desktops on the MACs. Can I do this from the MAC stations? It has to work for network users not just local accounts?
    Thanks,
    Tim

    If you're looking to make a desktop background universal and system wide regardless of user, then it's easy. The default user folder is in /System/Library/User\ Template
    It's protected from access unless you're logged in as root, either in the gui or terminal.
    Just change the pertenant preference file in the Library folder to reflect your new desktop background and all should be well.  Any time a NEW user logs in, when their home folder is created, it will include that desktop background pref file. 
    If you're running the magic triangle, then you just have to set that preference in Workgroup Manager.
    If you're not sure or comfortable with this, then write back and we'll help you further.  More info on your server set up etc would be helpful in this regard.
    -Graham

  • How can I keep lion from generating .DS_Store files on windows network partitions, but not disable it for all network partitions?

    How can I keep lion from generating .DS_Store files on windows network partitions, but not disable it for all network partitions?  I am fimilar with changing the setting for all network partitions(defaults write com.apple.desktopservices DSDontWriteNetworkStores true), but that is undesirable when I connect my laptop to my home network. A preferable solution would be where I could control the writing of these files based on disk format (NTFS vs HFS+).

    Go to MacUpdate or CNET Downloads and search for ds_store. There are numerous utilities for preventing them from being transferred to Windows systems.

  • How can I set the default home page for all new users in Firefox 4

    I'm trying to deploy FF 4.0rc1 in a corporate environment but I can't find a way to set the default home page or any other settings for that matter.
    Is there a way to set the default home page for all new users and lock it so that the users can't change home page?
    Best regards
    Jonas

    In Firefox 4 the template folder for new profiles (C:\Program Files\Mozilla Firefox\defaults\profile\
    ) doesn't exist. You can create that \defaults\profile\ folder and place a file user.js in it with the prefs that you want to initialize.
    See:
    *http://www-archive.mozilla.org/catalog/end-user/customizing/briefprefs.html
    You can also use a mozilla.cfg file to set the default value for prefs.<br />
    See: http://kb.mozillazine.org/Locking_preferences
    defaultPref(); // set new default value
    pref(); // set pref, but allow changes
    lockPref(); // lock pref, disallow changes

  • How to set up same timezone in BI Publisher for all the USERS?

    Hi Experts,
    My OBIEE version is 11.1.1.6.6  and any user can go into the My Account and then preferences  and set the timezone.
    But as an admin, i see they are too many users and wanted to setup common timezone for all of them.
    How do i setup common timezone in BI Publisher for all the users?
    Thanks
    Ashish

    Check
    Time Zone Specification from http://docs.oracle.com/cd/E12844_01/doc/bip.1013/e12187/T421739T481157.htm#4535403
    just in case https://blogs.oracle.com/xmlpublisher/entry/how_to_keep_your_dates_from_go

  • How can i get the service book Anworm TCP for all Network

    Hi every body BB community, I need the book Anworm TCP for all Network, because some body else saidme thath is posible recive smn/mmn and sed, using this service book.
    Tanks...

    Gotta say thank you — again.  Sorry the posts were spread out over more than one location.    I'll check and see if Third Party Software is considered a "peripheral", maybe that would have been a better single thread choice?
    Definitely news we can use and the reference link is appreciated.
    OT ~ We keep becoming more and more aware of how easy it is to lose one's bearings when it comes to keeping up with info tech.  My husband and I are both official members of the geezer set and have been out of the work force for some years.  You really do pick up so much just by being in the environment where people are using things to get work done.  A couple of old MP3 players, PPC G5, and a vintage Inspiron 3800 that someone didn't want any more is about it.  No cell phone, no iPod, no iPad, no home wireless network, no streaming media.  Fixed income.  So we do with what we can as long as we can.  If we could get by without that Intel processor, we'd probably make do with what we've got.  On the other hand, we've really wanted a notebook for a very long time and have to admit that needing to upgrade to accomodate my husband's project is pretty much just the "reason" we need.  I really mean it when I say that we are beyond appreciative that users take the time to share info and patiently educate those of us who fall into the "slow tech" category. 

  • Mighty mouse directions for a total newbie

    Can anyone point me to some really step by step eplicit directions for a former PC user to learn the mighty mouse set-up for use in firefox especially
    I miss opening new links with just my mouse...
    I miss copying and pasting
    I know these should be possible but cant seem to understand primary and secondary and tertiary etc
    THANKS

    In System Preferences>Keyboard and Mouse>Mouse set the right click to secondary and it acts as a right click.
    If I right click on a link in a web page I get a menu that comes down with a menu.
    If you select something and right click you get another menu.
    If you select something you can also click on the "application name" menu ( if you are in Safari that means click on Safari in the menu bar), and choose Services.
    The Services menu brings a whole pile of options.
    Have fun.

  • Where is the MailAccounts.plist stored for a network user account using Apple Mail on Snow Lion?

    Where is the MailAccounts.plist file stored for a network user using Apple Mail on Snow Leopard?  It appears one of my users has managed to do something to their mail account as Apple Mail will no longer close once opened and the Sent Folder has a perpetual spinning pinwheel.

    They would have to be logged in as separate users in order not to see your account in Mail. Whatever accounts put in Mail under your account will show up. All mail accounts usually have there own user and password. The only thing you can do is to remove the password from Keychain and take the account offline so you don't keep getting prompts for passwords each time it checks for mail.
    Not a great solution.
    Best way is to give the other user their own user account with their own mail and enable fast user swithcing to log between the different users if all access the computer frequently.

  • Setting up a Network User Account

    Is there a way to set up a Network User Account so I can access this from any Mac That I am using? I have three Mac's but I want only 1 Account for all of them. I have a networked Drive that I want to put my User Account onto so I can access this one and set all of my Mac's to automatically choose this account.

    You would need OS X Server for that.

  • Query regarding the fields details in particular form for all the users in

    Dear All,
                  I have one query regarding the fields details in particular form for all the users in company.
    Let take an exapmle if i had created Purchase Order having fields in content tab as 1.Item No. 2.Quantity 3.Unit Proce   4.Total   5. Location.
    While Login in User manager i set these fields only for Purchase order , but when i login from other user and open the similar purchase order the defaults fields are also seen including  above 4 fieds .
    Now my question is how to set the User choice fiels for the particular form that are common to all users.
    Means whenever i login in any user and opens the same document the same fields should be seen....Thanksssss.........

    You have to login with each and every user and do the Form Settings of every forms, so that all the forms look same for all the users.
    This is a manual job and you have do do it with every user login.
    Alternately, you can try out this link that explains
    [How to Copy One Screen Layout to Another User|http://www.sbonotes.com/2008/03/how-to-copy-one-screen-layout-to.html]

  • How to install the Oracle ODBC driver for all NT users

    I need to schedule a task on a SQL server running on NT to access an Oracle DB.
    I have installed the Oracle ODBC driver on it and it is working well under my NT account.
    But the SQL scheduler runs on another NT account and the task failed.
    How is it possible to install the Oracle ODBC Driver for all NT users ???
    Thanks for your inputs...

    http://forum.java.sun.com/thread.jsp?forum=48&thread=187964&start=0&range=15#608968
    The above link is a comprehensive "How to get set up and on my way" that I made for someone else learning Oracle/jdbc. Kind of a self-help resource page. I would start from the beginning and download the newest drivers, then set up your environment,...etc.
    hope this helped,
    Jamie

  • How to change the UWL refresh rate for all portal users.

    Hi Portal Experts,
    How to change the UWL refresh rate for all portal users?
    Users can individually change the refresh rate through "Personalise View" in UWL.But we want this to set it for all users(we have 10k portal users).
    It was defaultically set to 5 mins for all users.How to change this to 20 mins.
    Thanks
    Sony.

    1.      Launch the UWL iView configuration page.
    You can access the iView from the UWL administration pages (System Administration ® System Configuration). Navigate to the property editor as follows:
          From the Universal Worklist Systems, choose the system for which you want to edit the properties.
        Choose Edit.
    may be you can get clear help from below help file
    http://help.sap.com/saphelp_nw04s/helpdata/en/eb/101fa0a53244deb955f6f91929e400/frameset.htm
    regards
    nagaraju

  • How to change application action for all Firefox users?

    Hi,
    Is there any way I can change application action for all FF users. I am using Firefox admin 0.5.9.3 and deploy FF 3.6 through GP.
    Thanks

    You can change the system colors based on the system you are logging on to.  We have many users here doing that. (Red for prod, Green for Dev, etc)  You cannot use the Sap signature Design theme as it does not allow color changing.  I explained this in another post and how to change it.
    Re: Set Color for several system with sap gui 7.20
    To answer your question on how to change this for ALL users... That I cannot answer as our user base differs and they change it as they wish.  Hope this helps.
    Regards,
    Zecher

  • I now have a black Desktop Screen for all new users

    Can someone possibly help me to shed some light on a problem I seem to be having with my image?  Here is the scenario:
    I installed Windows 7 x64 SP1 with Office 2013 on a VM-Patched up to date as of the composition of this message.
    I created a "Student" account, all I did was launch office and IE-Nothing really out of the ordinary.
    I then renamed Default to Default.bak and copied the Student profile to Default.
    Joined to the domain.
    Restarted, and logged in and now I have a black desktop, no wall paper or anything.  It is set on Windows Basic, 
    I can go in and select any other theme and it the problem is fixed.  BUT, this will be an issue for all new users.

    Hi,
    What's your propose to modify the default account? To create a mandatory User Profile? If that it is, the method you used is not correct, you can refer to the contents of the link below for more details about how to create a mandatory user profile:
    http://technet.microsoft.com/en-us/library/gg241183(v=ws.10).aspx
    For your black desktop problem, it is because the default Profile doesn't define any wallpaper. To avoid this problem, you need to customize the default profile by yourself. You can refer to the link below for more details about how to customize the default
    user profile:
    http://support.microsoft.com/kb/973289
    Roger Lu
    TechNet Community Support

  • Reporting Services through ISA server for All Authenticated Users

    Hello colleagues.
    I have MS SQL 2012 server with Reporting Services and it work via link:
    https://reports2.domain.com/reports
    In LAN all work fine, but I want publish this resource via ISA for All Authenticated Users.
    When in publish rule I configure (in Condition) "All users" - all work fine, but when I configure "All Authenticated Users" - I have trouble on web form on
    https://reports2.domain.com/reports/Pages/Report.aspx?ItemPat...  - scripts not work, because it run how "anonymous" (I see on ISA logging) and ISA block scripts.
    I can't use "All Users", because it's not secure.
    Maybe somebody publish Reporting Services through ISA server for All Authenticated Users?
    OR maybe - how on Reporting Services configure Negotiate authenticated for scripts?

    Hi Alexander,
    All users or applications who request access to report server content or operations must be authenticated using the authentication type configured on the report server before access is allowed. The AuthenticationType named RSWindowsNegotiate is supported
    by Reporting Services. To configure Windows Authentication on the Report Server, please see:
    http://msdn.microsoft.com/en-us/library/cc281253(v=sql.110).aspx
    Besides, we can publish report server via ISA server. Please note that you should use a new web port number with a new listener which shouldn’t be used by other web site for report server. Reference:
    http://social.technet.microsoft.com/Forums/forefront/en-US/1cc68996-1ce6-4d88-a30d-2bfd13fba06e/how-to-publish-ssrs-2008-through-isa-2006?forum=Forefrontedgegeneral
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support
    Katherine thanks for answer.
    Report Server service started as Domain account.
    I have in RSReportServer.config this:
    <Authentication>
    <AuthenticationTypes>
    <RSWindowsNegotiate />
    </AuthenticationTypes>
    <RSWindowsExtendedProtectionLevel>Allow</RSWindowsExtendedProtectionLevel>
    <RSWindowsExtendedProtectionScenario>Proxy</RSWindowsExtendedProtectionScenario>
    <EnableAuthPersistence>true</EnableAuthPersistence>
    </Authentication>
    In web.config I have this:
    <authentication mode="Windows" />
        <identity impersonate="true" />
    I can go (from Internet through ISA) to
    https://reports2.domain.com/reports  and LogOn Authentication is work, but scripts not work, because it run how "anonymous" (I see this on ISA logging) and ISA block scripts.
    Do you know where in Reporting Services configure run scripts with Negotiate authentication?

Maybe you are looking for