deleting folders

edicus

New member
Local time
1:25 AM
Messages
54
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

OS
vista home premium
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

Computer type
PC/Desktop
Computer Manufacturer/Model Number
eMachines ET1810-03 (Acer) - single user
OS
Windows 7 Home Premium - always up to date
CPU
Intel E2210 2.2Ghz
Motherboard
(OEM) ECS MCP73VT-PM with AMI BIOS R01-A3 (4-29-2009)
Memory
3Gb DDR2
Graphics Card(s)
NVIDIA GeForce 7050/610I GPU
Sound Card
Realtek ALC888/1200 8-channel HD integrated
Monitor(s) Displays
AOC 22" LED
Screen Resolution
1920 x 1080
Hard Drives
Internal - Seagate 320Gb SATA; External - Western Digital 320Gb USB (3.5" internal drive inside a RocketFish USB enclosure)
Keyboard
Wireless
Mouse
Logitech M705 laser wireless
Internet Speed
TWC Cable Broadband ~ 15 Mbps Down/1 Mbps Up
Antivirus
NIS
Browser
Chrome
Other Info
Microsoft Office 2007, incl Outlook SP3; Netgear router; ubee modem
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

Computer Manufacturer/Model Number
Custom Hack job
OS
Windows 7 Ultimate 64 bit
CPU
Intel(R) Core(TM)2 Quad CPU Q8200 @ 2.33GHz
Motherboard
GigaByte EP45-UD3
Memory
8 GB Kingston
Graphics Card(s)
Nvidia GeForce 9600GT
Sound Card
Soundblaster Audigy
Monitor(s) Displays
AOC x2 22"
Hard Drives
2 x Samsung 500GB (RAID)
2 x Samsung 2TB
1 x WD Green 2TB
1 x Seagate 1TB
1 x Samsung 500GB
PSU
Thermaltake QFan 750W
Case
CM Scout Gaming
Cooling
Coolermaster V10
Keyboard
Microsoft Wireless Keyboard 1000
Mouse
Microsoft Wireless Optical 2000
Internet Speed
320
Other Info
Winfast PVR2000CP
LG DVD-RAM DVD/RW/DL Super Multi
Linksys WMP300Nx2 Wireless Adapter
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

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Dell OP7010
OS
Windows 7 Enterprise (x64); Windows Server 2008 R2 (x64)
Memory
16GB
Monitor(s) Displays
4 Dell 24" LCD
Screen Resolution
1280x1024
Keyboard
Dell
Mouse
Dell Optical
Internet Speed
40meg
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

OS
vista home premium
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

OS
vista home premium
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

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Dell OP7010
OS
Windows 7 Enterprise (x64); Windows Server 2008 R2 (x64)
Memory
16GB
Monitor(s) Displays
4 Dell 24" LCD
Screen Resolution
1280x1024
Keyboard
Dell
Mouse
Dell Optical
Internet Speed
40meg
right click and select properties, that should tell you where it is. How many partitions do you have ?
 

My Computer

Computer Manufacturer/Model Number
Myself
OS
Windows 7 Ultimate 64Bit
CPU
C2D E8200
Motherboard
XFX 750i
Memory
8GB PNY PC2-6400
Graphics Card(s)
BFG 9600GT x 2
Sound Card
Stock XFX Optical
Monitor(s) Displays
Gateway 22" HD Display
Hard Drives
C: 1 TB G: 500 GB H: 500 GB
PSU
Ultra LSP 550 Pro Lifetime Series
Case
Xion2
Cooling
ThermalTake
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

OS
vista home premium
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!


Alternatively, if you are looking for a GUI based item to delete folders and files that won't go away, try Unlocker.
 

My Computer

Computer Manufacturer/Model Number
HP Pavilion dv7
OS
Windows 7
CPU
Core i7
Memory
8 GB
Graphics Card(s)
ATI FireGL
Monitor(s) Displays
Secondary is an HP L1940T
Screen Resolution
1680x1050
Hard Drives
160 GB SSD and 500 GB SATA
Keyboard
G11 Logitech
Mouse
G7 Logitech
Internet Speed
Fiber
Other Info
My rig smegging rules!
Back
Top