Is it possible to delete the OS9 directories?

I'm trying to free up space on my Powerbook and my wife's iBook. It seems like these directories take up quite a bit of room, and we don't need these applications. Is it safe to remove them?

Without knowing which operating systems are installed, it's difficult to provide a good answer. Details please, such as which ones and which versions. I rather not assume that both machines are running OS X. Additionally, HD sizes and amount used would be helpful.

Similar Messages

  • Is it possible to delete the table of contents in a pdf but keep the bookmarks?

    Is it possible to delete the table of contents in a pdf but keep the bookmarks?

    If the TOC is located on certain pages, you can simply delete those (from the Pages panel).
    Make sure it doesn't screw up with how your bookmarks work, though...

  • It is possible to delete the request after compression

    Hi,
    It is possible to delete the request after compression,if it yes,how can delete the  request.

    Hi,
    You cannot delete the request individually but you can one of the following:
    1. Do a selective deletion from the cube. RSA1 -> Cube -> Contents -> selective deletion.
    2. Delete all the data in the cube and then reconstruct only the required request ids. This would work only if you have the PSA available for all the requests.
    3. Reverse posting is another possibility.
    Bye
    Dinesh

  • Why am I unable to delete the default track (which seems to act as the master, right?) after making a rough mix?  Is it possible to delete the default track after having rendered a mix?

    Why am I unable to delete the default track (which seems to act as the master, right?) after making a rough mix?  Is it possible to delete the default track after having rendered a mix?  I did a rough mix and now cannot change the song as the tracks that were a part of the rough mix seem to remain in the song even though I mute the tracks for a new mix.  For instance, I played and recorded a different bass line.  Muted the original, but when trying to create the new mix I can hear the original bass line even though I have muted that track.  It seems to remain in the previous master (default) track.  Please send help.  Thank you.

    Before answering your question, you have to make sure you understand the difference between the different track types in GarageBand.
    Tracks, you record your music on
    There are three types of those Tracks.
    MIDI Tracks (aka Software Instrument Tracks)
    Audio Tracks (aka Real Instrument Tracks)
    Drummer Track (only one per Project)
    Global Tracks
    These are the Tracks that can be shown/hidden at the top of the Tracks Area for specific purposes.
    Arrangement Track
    Movie Track
    Transposition Track
    Tempo Track
    Master Track
    This Track can also be shown/hidden in the Tracks Area. Please note, you cannot delete that Track, only hide it, similar to the Global Tracks
    Regarding the Tracks you record your music on,  you can delete any of those. It doesn't matter if you created them or there are part of a Template (maybe that  is what you refer to as the default track). Once you delete the last Track, the "New Track Window" will pop up to add a new track.
    I will explain all that in much more detail in my manual "GarageBand X - How it Works".
    Hope that helps
    Edgar Rothermich
    http://DingDingMusic.com/Manuals/
    'I may receive some form of compensation, financial or otherwise, from my recommendation or link.'

  • After the last update of the iPhone 5.1 sound became low tones specifically entered into the settings and made the maximum sound d, but to no avail there is no update for this problem Haddl Is it possible to delete the Japanese language and take advantage

    After the last update of the iPhone 5.1 sound became low tones specifically entered into the settings and made the maximum sound d, but to no avail there is no update for this problem Haddl Is it possible to delete the Japanese language and take advantage of memory storage space
    Osmhto tried to solve the problem of low sound we have become we do not hear a tone sounds clearly like the first phone

    hello...
    I am having the same issue here... just upgraded my 5s to 7.1.1 (never jailbroken - factory unlocked) and then boom... NO Service!!! Searching ... that's it. currently using Smart Telecom Sim... at first it was working for me... after 6-7 hours, it started the No Service issue. I cannot send a text or make a call...
    I did the steps you have taken but it is still not working... any updates on your end?

  • Is it possible to delete the diagnostics&usage data?

    First of all...i'm new in this community so hello to everybody :-)
    Please excuse my "creative english" I'm german but I do my very best.
    My question...
    Is it possible to delete the data in diagnostics&usage? If it's possible, how can I do this?
    I didn't allow the device sending data to apple but it always saves crash data or whatever.
    Theres no use of it for me and i don't want the iphone spend memory for this.
    I just read the handbook an started internet search but i couldn't find anything special about this.

    Why doesn't apple tell us, the people who paid for these products, how to delete the information that just keeps growning. COME ON APPLE, fix this.

  • Is it possible to delete the original photos from my iphone if i have uploaded them into the icloud?

    Is it possible to delete the original photos from my iphone if i have uploaded them into the icloud?
    Or are they then completely lost?

    Yes.  iTunes will report that your photos are now being accessed from iCloud Photo Library and will no longer sync photo and videos from your computer.  If you have a Mac, you'll want to avoid enabling it until OS X Yosemite in introduced along with it's built-in photo app, which will have to ability to access iCloud Photo Library.  (Note: the Photos app may not be introduced concurrently with Yosemite, but is supposed to follow "early next year".)

  • Is it possible to delete the purchase history in the App Store?

    Is it possible to delete the purchase history in the App Store?

    No it isn't. You can hide the purchases in the App Store but you can't delete them. But you must do this in your iTunes account in the iTunes app on a computer. It cannot be done from the phone.
    iTunes Store: Hiding and unhiding purchases - Apple Support

  • Is it possible to delete the original Admin Account, having set up other Admin Accounts on the computer?

    Is it possible to delete the original Admin Account, having set up other Admin Accounts on the computer?
    Thanks,
    iHope

    Once you have an additional Admin Account, there should be nothing "magical" about the original Admin account.
    The Account you use to delete the original MUST be an Admin Account, or the old account cannot be deleted. But that is the "Acid test" for the veracity of the new Admin account.

  • Is it possible to delete the boot/startup volume from Terminal

    Is it possible to delete the boot/startup volume from Terminal?
    What sort of command would/could allow this?

    Is it possible to delete the boot/startup volume from Terminal?
    Do you mean is it possible to destroy your system from the Terminal? Anyone that has spend long enough working with Unix from a command line knows that answer. Yes! And a painful lesson it has been for many of us.
    The real question is, what is your goal?
    If you just want to erase lots of files, then the 'rm' command is available. Once all the files are erased, the rm command will be one of them, and so that is the end of the game. You will not be able to execute any more commands. The file system is still there, and the data in all those files is still on the disk, you have just eliminated the easy way to access that data (via file names).
    If you want to initialize a new file system on the disk, you could most likely do that (diskutil - it will be the last command you run from the terminal, but you could most likely do it). Again, the data is still there, but the file system structure that held all the names and allocation information has been eliminated.
    If you want to securely erase the disk, that is also possible (diskutil), and again, that will be the last command you will run from the terminal. Now nothing is left behind, neither data nor file system structure.
    What sort of command would/could allow this?
    rm and diskutil come to mind (in combination with sudo).
    You could also just boot from the installation DVD, and then from the Menu select the Disk Utility and erase the disk as well as give it a new file system. And since you are running from the OS stored on the DVD, you can do other things after the Disk Utility is finished.

  • Possibility of deleting the scheduled jobs through reports

    hi friends
    is it possible to delete the schedule jobs through report making?
    i mean i have to enter a particular user name
    list of jobs scheduled by him has to be listed
    and selecting the unwanted job have to delete all the jobs
    Thanks and regards
    s.janagar

    Jangar,
    Yes. This can be done. Write a delete statement and use it on the table TBTCO.
    Note: Any other operations can be done on the tables TBTC*
    Thanks,
    Babu Kilari

  • Possible to delete the Layers and Signatures icons?

    I have a pdf wth bookmakrs and have the pdf to open in bookmakrs mode. Is it possible to delete the Layers and Signature icons from the panel on the left? Would only like to show the bookmarks icon.
    thanks

    Not possible.

  • How should we delete the files & directories, which made by Rescue & Recovery Software.

    I use Rescue and Recovery Software in Think Pad W500.
    Carelessly, I made the backup files in the my HDD drive, which is not for backup use and for my daily use of my work.
    Then, i found the one directory of Rescue and Recovery, and then i tried to delete the file including the related files.
    (the directory capacity is 50GB, not small.)
    I was not able to delete bot only the directories and the files.
    I thought could delete them, once i un-installed the rescue and recovery soiftware.
    I am looking for how to delete them.
    someone's teaching it would be appriciated.

    Which version of r&r do you have?  R&R during the install will create folder \RRbackups on your Primary drive(local), typically your C drive. If you uninstall R&R, it will remove the \RRbackups folder.  IF the r&r software is installed, you can delete backups by Launching r&r, advanced menu, click the ADVANCED tab at the top of the screen, select delete backups. ONLY DELETE 1 at a time!! From the newest, working your way back to the oldest.
    I have 2 drives.  C and D.  I backup to my Second hard drive, thus I have 2 \RRbackups folders, one on each drive.  If i uninstall, r&r, it cleans up the C drive correctly, but does NOTHING to the second hard drive.  I have to go to the second hard drive, Modify the security access to allow me to delete  the \RRbackups folder. If I reinstall r&r, then point to my second hard drive for backups, I  believe it says " backups already there, would you like to keep them" or similar message.  Next time I install R&R, I can verify if this is correct.
    Please detail if you have 1 HDD, or 2 HDD.   If possible, please post a screen shot of the Folders on the drive you are having issues with.   It sounds like you were backing up to, maybe USB, then 1 day you accidentaly backed up to the LOCAL drive. 

  • Is it possible to delete the origional appleID email adress?

    Hello,
    I have a little problem: My father has a email adress corresponding to his internet connection, with this email adress he created an appleID (serveral years ago). So he has an apple id using "[email protected]" including an icloud email adress "[email protected]".
    Now comes the problem: he changed providers, wich means his email adress will be deleted.
    the good part is, is that every part of electronics in his houshold is mac (or mac compatible) so it would be easy to use "[email protected]" as his primary mail adress (since its apple's own email service).
    But.... Is it possible to completely delete the old email adress now it isnt usable anymore, and replace it with his @me adress?

    You can't change your primary address to a me/mac address, but you can change it.
    Firstly, you need to change your details with Apple,  Start here, change your country if necessary and go to manage your account
    In order to change your Apple ID or password for your iCloud account on your iOS device, you need to delete the account from your iOS device first, then add it back using your updated details. (Settings > iCloud, scroll down and hit "Delete Account")
    Providing you are simply updating your existing details and not changing to another account, when you delete your account, all the data that is synced with iCloud will also be deleted from the device (but not from iCloud), but will be synced back to your device when you login again.
    In order to change your Apple ID or password for your iCloud account on your computer, you need to sign out of the account from your computer first, then sign back in using your updated details. (System Preferences > iCloud, click the sign out button)
    In order to change your Apple ID or password for your iTunes account on your iOS device, you need to sign out from your iOS device first, then sign back in using your updated details. (Settings > store, scroll down and tap your ID)

  • Is it possible to delete the item in sales order .

    Hi
    I have 5 items in the sales order , 
    The delivery and billing is over .
    But the one line item still shows the open status .
    Is it possible to delete that  item in the order ?
    Thanks,
    Phani

    Hi Phani,
    Is the Line Item that you want to Delete is not delivered or not Invoiced Yet?
    If you haven't done any subsequent processing with that line item, yes you can delete that line item from the sales order. result is you will not see that Line Item number again in the sales order. Even if you look at the sales order line item table, you cannot see that LI number.
    Eg:
    If you have 5 line items, 10, 20, 30, 40 & 50, you have NOT DONE delivery billing to any line item (Say 30), you can delete that line item without any issue by selecting DELETE ITEM option in the sales order /Item Overview tab.
    Prime Requirement for Deletion: No Delivery billing should be done
    If you have partially delivered and / or billed, in that case you cannot use that option.
    Then you have another option to close that line.
    Go to Line item & select a "Rejection Reason" there. Though you have partially delivered & invoiced, now your line item is closed. It won't appear in you MRP also.
    Eg: If you have 100 quantity in the line item, and you have delivered 80. and customer don't want any deliveries again, In that case you can do this.
    Best thing is create a new Rejection Reason as "Complete".
    Then assign that  "Complete" rejection reason, for this type of scenarios.
    Best regards,
    Anupa

Maybe you are looking for