USB block through administrating server

Hello Buddies,


In a work environment, I'm trying to "lock down" a mac computer so that files can't be transferred via USB storage device.


Problem is, keyboard and mouse are plugged in through USB, but I would still need those enabled, plus the keyboard has two more USB ports on either side.

how we can handle through server/software ? another way through we can enable and disable our mac user USB ports when we want. ?

Like we can in windows server through Group policy management.

windows 10-OTHER

Posted on Jan 25, 2016 4:05 AM

Reply
4 replies

Jan 25, 2016 4:25 AM in response to lllaass

I know it 🙂

  1. Open the /System/Library/Extensions folder.
  2. To remove support for USB mass storage devices, drag the following file to the Trash: IOUSBMassStorageClass.kext
  3. Open Terminal and enter the following command:
    $ sudo touch /System/Library/Extensions
    The touch command changes the modified date of the /System/Library/Extensions folder. When the folder has a new modified date, the Extension cache files (located in /System/Library/) are deleted and rebuilt by Mac OS X.
  4. Choose Finder > Secure Empty Trash to delete the file.
  5. Restart the system.

but I want to to control my all Macbooks through server/software

Jan 25, 2016 4:28 AM in response to Alvin.MH

I know it, I want to to control my all Macbooks through server/software 🙂

  1. Open the /System/Library/Extensions folder.
  2. To remove support for USB mass storage devices, drag the following file to the Trash: IOUSBMassStorageClass.kext
  3. Open Terminal and enter the following command:
    $ sudo touch /System/Library/Extensions
    The touch command changes the modified date of the /System/Library/Extensions folder. When the folder has a new modified date, the Extension cache files (located in /System/Library/) are deleted and rebuilt by Mac OS X.
  4. Choose Finder > Secure Empty Trash to delete the file.
  5. Restart the system.


This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

USB block through administrating server

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.