Jump to content

Recommended Posts

Posted (edited)

"Is this possible?"

 

Yes. Assuming the Virtualbox app (and therefore its icon) is in the top level Applications folder launch Terminal and issue this command:

 

sudo chflags hidden /Applications/VirtualBox.app

 

At the prompt key in the local administrator's password which you won't see being typed.

 

Remove the icon from the managed dock MCX in WorkGroup Manager assuming you haven't done this already? Using this method has added benefits you may not be aware of? If you're using ARD as part of your OS X suite of management tools you can send the command to all the macs you have and everything else you need to do with it will continue as before.

 

To 'unhide' the app run this command:

 

sudo chflags nohidden /Applications/VirtualBox.app

 

IIRC VirtualBox was in its own folder? In which case the command should look like this:

 

sudo chflags hidden /Applications/VirtualBox

 

If there's a space in the folder name escape the name by using double quotes like this:

 

sudo chflags hidden /Applications/"Virtual Box"

 

When using ARD remove sudo when you send the command ". . . as root". This removes the need for providing the administrator's password.

 

Antonio Rocco (ACN)

Edited by AntonioRocco

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...