Forum Moderators: open
I sure hope someone with the right knowledge can give some advive on this...
some time ago i downloaded a file on my computer that was an extension for my dreamweaver.
but after i unpacked it i noticed that it didnt was what i was looking for.
so i tried to delete the folder but it refused...
so i deleted the contents...
after that i still couldnt delete the folder but i couldnt go into the folder anymore.....
and whatever i tried,i couldnt delete it to...
windows shows that i cannot access it,permission denied..
i even downloaded a program that lets you stop any running processes.
even that didnt work cause there weren't any running processes.
now it will get interesting.....
so just now when i was busy with winrar i thought ill use winrar to see if theres something inside the folder..
and was suprised to see that as soon as i click on the folder to see whats in it i end up at C:\
anybody have a clue whats going on?
it seems that its somehow linked to C:\?
If thats so then its obvious i cannot delete it..
But how do i solve this?
Kaled.
no....
Have you tried deleting from the command prompt (using the rd command)?
Whats that?
But if its connected to the C then deleting it will never work..right?
Have you tried deleting from the command prompt using the short filename?
No...but same answer as above......
Have you checked the folder's properties? Is it marked readonly? Does it have zero size? Is it shared?
as far as i can tell its not shared....folder has indeed zero size....
its not marked in any way.
What file system is in use (e.g. FAT32 or NTFS)?
NTFS
What error message is displayed when delete fails?
access denied..
check if the disk is full or secured against writing or is being used at this moment...
(all translated as im dutch)
Have you tried deleting from the command prompt (using the rd command)?Whats that?
It's also known as the Command shell [microsoft.com]. That link will bring you to an overview. The rd command that kaled suggested is the first step I'd try.
Start ¦ Run... ¦ Type "cmd" without quotation marks ¦ type "RD C:\BadDirectoryPath" again without quotes
Be careful not to remove the wrong directory. Having full system backups prior to making changes to your system is recommended.
i did try to remove it in safe mode but that didnt worked either.
and i tried with command prompt but that didnt worked also..
if i type in the full address to the folder is says (translated)...
documents is not recognised as a internal or external task, program or batchfile.
i haven't tried that system mechanics yet,but faith is dropping...
anybody more ideas?
You may need to navigate to the dir using shortfile name such as WIDGE~1
Open any folder.
Click on Tools in the menu bar.
Click on Folder Options.
Click on the View tab.
Scroll to the bottom of the Advanced Settings list, and uncheck "Use simple file sharing (Recommended)".
OK the dialog box.
Now, navigate to the folder just above your problem folder.
Right-click on the problem folder, and select Properties.
Click on the Security tab.
Select the account that you are logged in as -- Must be an administrator-permissions account.
Check all of the "Allow" boxes in the Permissions for Administrators list.
OK the dialog box.
Delete the problem folder.
If it works, go back to the first part of the procedure above, and set file sharing back to "simple" mode. If it doesn't work, try setting permissions on any/all files within the problem folder as well. Hopefully, that will take care of it; If not, I'm not sure what else might be wrong.
Jim
Open any folder.
Click on Tools in the menu bar.
Click on Folder Options.
Click on the View tab.
Scroll to the bottom of the Advanced Settings list, and uncheck "Use simple file sharing (Recommended)".
OK the dialog box.
From what Jim?
Im dutch so all my readings and options are dutch....
If im in the folder i have only ,file,edit,view,favorites,extra,and help buttons on top...
So i have no clue where you directing me to...
Open any folder. [For example, open the folder view of the "C: drive" in Windows Explorer]
Click on Tools in the menu bar. [of the Windows Explorer folder view]
Click on Folder Options. [This opens a dialog box]
Click on the View tab.
Scroll to the bottom of the Advanced Settings list, and uncheck "Use simple file sharing (Recommended)".
OK the Folder Options dialog box. [to close it]
Now, navigate to the folder just above your problem folder.
Right-click on the problem folder, and select Properties. {This opens a dialog box]
Click on the Security tab.
Select the account that you are logged in as -- This account must be an administrator-permissions account.
Check all of the Allow boxes in the Permissions for Administrators list.
OK the Properties dialog box. [to close it]
Delete the problem folder. [Right click on the problem folder's name, then select Delete]
Remember to go back to the first part of the procedure above, and set file sharing back to "simple" mode.
I generated this list by actually doing it, so there are no missing steps, and no extra steps. You should be able to follow them one-by-one, as long as you are logged in as an administrator user.
Jim
even in a dutch system ..the buttons are in the same place ..
BUT what exactly is your OS ...98II or XP ..what? ..and what was the dreamweaver extension that you were trying to install ..cos here we are all working somewhat in the dark ..when you tell us the operating system ..which windows? ..we can make a real start ..and if we know what the exact extension you tried to install was ..we may have a real chance at helping you here ..without that it' s real hard to do a "walk through"
( Oh yeah ..and never try to remove a program by just deleting it's dossier/folder ( my 'doze on this machine is in french ..some of my others are english ..some are both ..but all tyhe buttons are in the same places )..always run the uninstall ..then afterwards if there is anything left you can delete the folder ..doing it the otherway around always causes trouble ..) ..
so try to help us to help you ..whats your flavour of windows ..and what was the extension ..and for which dreamweaver ..?
[edited by: Leosghost at 6:36 pm (utc) on Nov. 6, 2006]
rd /s "C:\folder path" This will remove an entire directory tree, i.e. assuming that it is able to delete the contents of the directory, this will fix it. However, if the contents are undeletable, this will fail. In this case...
1) open regedit.exe
2) Navigate to HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce
3) Create a new string value called KillFolder and set the value to...
cmd.exe /C RD /S /Q "C:\folder path" Kaled.
If it fails, no harm will result.
If it succeeds and success causes a critical file to be deleted then yes, it could harm your computer.
The registry value is deleted automatically when the command is executed.
Kaled.