By default, when Data Standard is installed, the New Folder command is removed from the File and Right-Click menus. Administrators can remove additional default commands from the Vault user interface by modifying the suppressMenuItems section in the mymenu.mnu file.
suppressMenuItems { "NewFolder" "NewFolderGroupMenu" "NewFolderGroupButton" "NewFolderForContextMenus" }
Example
To suppress the New Library Folder command, add the following two commands to the suppressMenuItems list: "NewLibraryFolder" "NewLibraryFolderForContextMenus"
To suppress Rename Folder, add this command: "Folder.Rename"
Undo Suppressed Commands