deleting folders

Page 1 of 2 12 LastLast

  1. Posts : 54
    vista home premium
       #1

    deleting folders


    I have 2 windows backup folder and I want to delete one of them (i.e. windows.old). I get the message "this folder is no located on c:\" How do I get rid of it??

    Thanks!

    Eddie
      My Computer


  2. Posts : 118
    Windows 7 Home Premium - always up to date
       #2

    Try navigating to it with the command prompt running as administrator and delete it. If that won't work, boot from another source and locate it. I use Ubuntu for that. The version I use has all sorts of useful utilities too.
      My Computer


  3. Posts : 1,020
    Windows 7 Ultimate 64 bit
       #3

    Hi Edicus,


    Some thoughts:
    • What are the steps leading up to the error message? e.g. are you navigating to the folder and can see it in explorer and then trying to delete, are you using a third party deletion program etc?
    • If you can see the folder, then please run a checkdisk on your drive to remove any drive corruption.
    • Also please check that you have permissions to delete it.
    If you need any steps to complete the above, then I'd be happy to post those up as well.
      My Computer


  4. Posts : 2,737
    Windows 7 Enterprise (x64); Windows Server 2008 R2 (x64)
       #4

    Run the Clean Up Disk from windows and it will delete the Windows.Old for you.

    Or

    Run it from an elevated Command Prompt: cleanmgr.exe
      My Computer


  5. Posts : 845
    Windows 7 - Vista
       #5
      My Computer


  6. Posts : 54
    vista home premium
    Thread Starter
       #6

    TimStitt said:
    Hi Edicus,


    Some thoughts:
    • What are the steps leading up to the error message? e.g. are you navigating to the folder and can see it in explorer and then trying to delete, are you using a third party deletion program etc?
    • If you can see the folder, then please run a checkdisk on your drive to remove any drive corruption.
    • Also please check that you have permissions to delete it.

    If you need any steps to complete the above, then I'd be happy to post those up as well.
    Thanks for the help to you and everyone else.

    I am using Windows Explorer to navigate to the folder and trying to delete it from there. I'll try the other suggestions from this thread and see which works. And I did a check disk recently, so that might not be it - I'll run it again, though.
      My Computer


  7. Posts : 54
    vista home premium
    Thread Starter
       #7

    RknRusty said:
    Try navigating to it with the command prompt running as administrator and delete it. If that won't work, boot from another source and locate it. I use Ubuntu for that. The version I use has all sorts of useful utilities too.
    From command prompt I get a message the directory is not empty. I did "del *.*" from Windows.old.000/users but when I went back to the folder and went to remove the Users folder I again got a message it is not empty.

    I ran disk cleanup and checked "remove old windows installation" and that did not work either.


    <sigh>
      My Computer


  8. Posts : 2,737
    Windows 7 Enterprise (x64); Windows Server 2008 R2 (x64)
       #8

    Open an elevated command prompt and type the following in order; I am going to assume the directory name is Windows.old.000 from the above postings. Please change the name as needed.

    Note: This will delete the folder and there is NO quick recovery if you type the wrong directory name in, so please be extremely careful. Create a restore point if you want to have a backup.

    Code:
    takeown /F Windows.old.000 /R /A
    attrib -r -s -h Windows.old.000\*.* /s /d
    rd Windows.old.000 /s /q
      My Computer


  9. Posts : 499
    Windows 7 Ultimate 64Bit
       #9

    right click and select properties, that should tell you where it is. How many partitions do you have ?
      My Computer


  10. Posts : 54
    vista home premium
    Thread Starter
       #10

    WindowsStar said:
    Open an elevated command prompt and type the following in order; I am going to assume the directory name is Windows.old.000 from the above postings. Please change the name as needed.

    Note: This will delete the folder and there is NO quick recovery if you type the wrong directory name in, so please be extremely careful. Create a restore point if you want to have a backup.

    Code:
    takeown /F Windows.old.000 /R /A
    attrib -r -s -h Windows.old.000\*.* /s /d
    rd Windows.old.000 /s /q
    Worked! Thanks so much. Command prompts make me miss the days of DOS!
      My Computer


 
Page 1 of 2 12 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 04:46.
Find Us