Re: how to delete the foler "Take write access off your guest network account ..." from desktop



The trailing periods in the folder name may be the problem.

Cannot delete file Cannot read from the source file or disk

See...
Cause 6: The file name includes an invalid name in the Win32 name space
here...
You cannot delete a file or a folder on an NTFS file system volume
http://support.microsoft.com/kb/320081

Try this.

To delete a folder.

RD is the RemoveDirectory command. Removes (that is, deletes) a directory or folder.

Dragging the folder into the command prompt automatically types the path &
folder name and adds the double quotes.

\\?\ turns off some checking of illegal names as a side effect of allowing
paths up to 32000 characters.

Open a command prompt...
Start | Run | Type: cmd | Click OK |
In the command prompt window type:

RD "\\?\

Drag the folder into the command prompt so you do not have to type the name
and path.

Click on the command prompt Title bar to give it focus.

Make sure that there are NOT three double quotes, only two, like...

C:\>RD "\\?\%userprofile%\Desktop\New Folder"

Then hit your Enter key.

Try this to delete the file.

Open a command prompt...
Start | Run | Type: cmd | Click OK |
In the command prompt window type:

del (and one space)

Drag the file into the command prompt.

Then hit your Enter key.

del is the delete command. Deletes specified files.

Dragging the file into the command prompt automatically types the path &
file name and adds the double quotes.

One space is needed between del and the path\file name, like...

del "%userprofile%\Desktop\New.txt"

\\?\ turns off some checking of illegal names as a side effect of allowing
paths up to 32000 characters.

Open a command prompt and type:

del "\\?\

Drag the file into the command prompt so you do not have to type the name
and path.

Click on the command prompt Title bar to give it focus.

Make sure that there are NOT three double quotes, only two, like...

C:\>del "\\?\%userprofile%\Desktop\New.txt"

Then hit your Enter key.

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In news:1176904659.375345.241050@xxxxxxxxxxxxxxxxxxxxxxxxxxxx,
Mike <gongweigang@xxxxxxxxx> hunted and pecked:
On my Windows XP desktop, there is a folder with name

"Take write access off your guest network account ...".


It's kind of annoying, so I would like to delete it.


But I can't.


When I want to delete it, Windows Explorer shows following error :

"Cannot delete file: Cannot read from the source file or disk."


When I double click it, Windows Explorer shows following error:

"C:\Documents and Settings\....\Take write access off your guest
network
account .... refers to a location that is unavailable. It could be on
a
hard drive on this computer, or on a network. ..."




Any suggestions?




Thanks.

.



Relevant Pages

  • Re: Cannot delete folder from desktop... Item not found
    ... and refresh" method did not work for me in Windows Vista. ... The correct way to do it is to delete the file from the Command Prompt ... you to your desktop folder. ... Then type 'del filename.xyz' where xyz is the file's extension. ...
    (microsoft.public.windows.vista.general)
  • Re: Cant delete folders
    ... Open a Command Prompt window and leave it open. ... and change to the directory the undeletable folder is located in. ... Go back to Task Manager, click File, New Task and enter ...
    (microsoft.public.windowsxp.general)
  • How do you set the dircmd environmental variable in XP?
    ... Yet when I reboot the computer, go to a command line screen and run "DIR" in any large folder, the subfolders and files are still displayed out of order and zoom by without pausing. ... After all, in Windows Explorer, folders and files are displayed in alphabetical order and you are allowed to scroll up and down the list. ... The least one could expect would be for files to be displayed as close to this as possible in a command prompt window. ...
    (microsoft.public.windowsxp.general)
  • re EVE.-&#9688;- : Trojan?
    ... Open the Command Prompt window and leave it open. ... Go back to Task Manager, click File, New Task and enter ... You Cannot Delete a File or a Folder ...
    (microsoft.public.windowsxp.security_admin)
  • Re: Finding members of RDP groups of a list of computers
    ... command prompt window to the folder where it is saved. ... MVP Directory Services ... Your text file of computer names must be located in a folder on ... When you get to a command prompt you must navigate to this folder. ...
    (microsoft.public.scripting.vbscript)