Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: delete from desktop????xp pro

  1. #11
    In And Above Man Black Cluster's Avatar
    Join Date
    Feb 2005
    Posts
    912
    Sometimes you can not delete the file itself, but in SOME cases you can delete the folder that contain the file in questio. If you can't then.........

    Goto Command prompt and use the following command:

    rmdir foldername /s

    Replace foldername with your folder's name, this commands should delete the main folder and all subfolders as well.

    If all the steps went to no vail, then you can move to the follwoing step.

    If this also doesn't work, there is a way to rename a file or folder during the boot process. For this you need to use the registry editor REGEDIT.EXE. See RegistryWarning.htm for a general warning.

    Create an entry in

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Session Manager\

    named PendingFileRenameOperations of type REG_MULTI_SZ. In pre-XP Windows versions you have to use REGEDT32.EXE to create this value type.

    The first line of each pair is the current file or folder path and name with \??\ in front of it.

    The second line of each pair is the new file or folder path and name with !\??\ in front of it.

    Example for one pair which moves the file mfc42.dll from the temp folder to the system32 folder and overwrites any existing file at the destination:

    \??\C:\TEMP\mfc42.dll
    !\??\C:\WINDOWS\system32\mfc42.dll

    You can add as many pairs as you like. The move operation is performed directly after the next reboot. You can also give folder paths, so the folder will be renamed. But both paths have to be local.

    There is a Windows API call for this, named MoveFileEx, and somebody in Germany has even written a utility named MoveEx for it. You can download it from http://wwwthep.physik.uni-mainz.de/~frink/nt.html. Use it if you need this function often. A Posix utility from the Windows NT Resource Kit named mv.exe also does it, just in case you still have that resource kit around.

    http://www.michna.com/kb/WxCannotDelete.htm
    Helpful, I hope.

    Cheers
    \"The only truly secure system is one that is powered off, cast in a block of concrete and sealed in a lead-lined room with armed guards - and even then I have my doubts\".....Spaf
    Everytime I learn a new thing, I discover how ignorant I am.- ... Black Cluster

  2. #12
    Senior Member
    Join Date
    Jun 2003
    Posts
    349
    dont know how to navigate in dos to that folder
    what do i have to type when fo to dos???

  3. #13
    Senior Member
    Join Date
    Jun 2003
    Posts
    349
    When try to openit it says not walid windows 32 application

  4. #14
    In And Above Man Black Cluster's Avatar
    Join Date
    Feb 2005
    Posts
    912
    Originally posted here by unvi$ible
    dont know how to navigate in dos to that folder
    what do i have to type when fo to dos???
    unvi$ible,

    When you are in DOS Mode, you have to type the full path of the file you want to implement a ceratin command. For instance, if you want to delete a folder named AAA located at your C drive you type the following command:

    C:\>Deltree C:\AAA

    If you wanna learn more, I guess you need to use google. I am not quite certain if someone has writen a tutorial about DOS at AO. Conduct a search into this as well.

    Cheers
    \"The only truly secure system is one that is powered off, cast in a block of concrete and sealed in a lead-lined room with armed guards - and even then I have my doubts\".....Spaf
    Everytime I learn a new thing, I discover how ignorant I am.- ... Black Cluster

  5. #15
    AO French Antique News Whore
    Join Date
    Aug 2001
    Posts
    2,126
    http://www.antionline.com/showthread...light=CopyLock

    Check this thread. Download the attachment. I'll do the job then.
    -Simon \"SDK\"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •