How to remove a file/folder with force?

Friends, including at - it a command to remove with force a file or a folder in Windows, as what we have in Unix, i.e. "rm - rf"?

Thanks in advance.

Best regards, Kumar

You can start the command prompt and do a Delete "folder name".  If the folder is marked read only, system, or hidden, you may need to use the ATTRIB command to remove these attributes.  Question the Attrib /? command for syntax.

To access the command prompt, press F8 all the seconds until you get the menu and select Mode safe mode with command prompt.

Good luck.

Tags: Windows

Similar Questions

  • where to save the files under options the file name is duplicated how to remove an additional folder with the same name

    Under Options in Firefox, I clicked on save the files under downloads, but the file name twice and an additional file with the same name is created in the folder, i.e.:

    G:\Akbar's Songs\HAMARA DOWNLOADS\HAMARA FORUMS DOWNLOADS FORUMS

    As you can see the file repeats, how can I fix it?

    Also the music files, I download from a site of downloads as a WinRar file and I need to open it. Y at - it an option where the file opens automatically in the folder I chose?

    Thanks a lot for your help.

    Hi Akush, when you install 7 - zip, make itself the default application to open .zip and .rar files. So if you double click on the .rar file, it should open in 7 - zip. If you prefer to decompress immediately, right click the file and look for new 7 - zip items in the menu. I can't think of a way to do this automatically, however.

  • How to remove a file or folder with error code 0 x 80070570?

    The error code came on 4 files and folders, I'm trying to remove the computer they are is no longer appropriate or necessary.

    Hi Reanol,

    Go to start / all programs / accessories / command prompt, right click command prompt and click Run as administrator (you can just click on the command prompt if you are using XP).

    While in the command prompt, type chkdsk /f /r and enter and let it run.  They tried to set itself to run at the next reboot.   Answer Yes and restart to run the program.  It will scan and attempt to resolve any corruption or bad sectors on your hard drive and remove especially as a potential cause.  It is often the cause of this error message.

    If this doesn't solve the problem, or you can not complete the chkdsk program, then we'll do a more complete test of your hard drive:

    To test your hard drive, check the manufacturer and try to diagnosis HD (http://www.carrona.org/hddiag.html) or this test: Hard Drive Diagnostics tools and utilities (storage) - Corp of TACKtech (http://www.tacktech.com/display.cfm?ttid=287) or get a manufacturer test utility, if they offer a.  Make at least one, but chkdsk ends, if all three to be safer.

    If that checks, try to use one of the following free products to remove the file/folder.  Unlocker to: http://www.softpedia.com/get/System/System-Miscellaneous/Unlocker.shtml or file Assassin http://www.malwarebytes.org/fileassassin.php these programs often work when the functions of removing normal do not work correctly.

    I hope this helps.

    Good luck!

  • How to remove the file if is no longer located in...?

    When I try to delete, the file in the download folder can not be deleted. And illustrated: this item is not found.
    "This is no longer in C:\Users\Downloads. Check the location of the item and try again. "Please, help me to remove it.

    Try to use one of the following free products to remove the file/folder.  Unlocker to: http://www.softpedia.com/get/System/System-Miscellaneous/Unlocker.shtml or file Assassin http://www.malwarebytes.org/fileassassin.php (with or without forcing the deletion and I would try with: http://www.mydigitallife.info/2008/12/27/force-delete-cannot-delete-locked-or-in-used-files-or-folders-with-fileassassin/). These programs often work when normal functions remove Vista not work correctly.

    If this does not work, try to boot in safe mode (repeatedly clicking the F8 key during startup until the menu appears) and see if you can remove the file from there.  If necessary, try the two programs above Safe Mode again.

    I hope this helps.  If this isn't the case, please post back and provide us with the EXACT message Word for Word text.  What type of file is (which is its extension - the name of three digits after the point in the name of the file)?  What is the size of this file (how many bytes or MB or GB)?

    Good luck!

    Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • How to remove image files i've got duplicates when it says I can't do it because the file is open in another program? What does that mean?

    How to remove image files i've got duplicates when it says I can't do that because the folder is open in another program? What does that mean?

    Hello

    • What version of Windows are you using?
    • What were the changes made before the problem occurred?

    Follow the steps in this given link and check if that helps.

    Method 1: check out the link below and follow the steps

    Access the link for more information about the error you receive below:

    Why can't I delete a file or a folder?

    http://Windows.Microsoft.com/en-us/Windows7/why-cant-I-delete-a-file-or-folder

    Method 2: you can also try to remove the file getting mode without failure.

    Access the link below to learn more about Safe Mode:

    Start your computer in Mode safe:

    Method 3:
    Once you face this problem you can check in Manager tasks if there is an executed program attached to it.

    a. right-click on the taskbar and click Task Manager.
    b. in the Windows Task Manager window, go to 'Process' and check if there is no program associated with those files.


     
  • Automator - how I got a file zip "with replacement"?

    Automator - how I got a file zip "with replacement"?

    I have an action that selects a folder - then creates archive in a chosen folder

    Currently - it uses the name of the source folder, and then brings new archives every time as:

    My folder.zip

    my zip 1 file

    My 2 zip. folder

    I wish there was only a single zip and the new version would ALWAYS OVERWRITE the old.

    Q: How can I get what's going on?

    or how to do that with applescript?

    Hello

    In an Automator workflow, you can use this script in "run AppleScript" action.

    ----

    on track {, parameters} - script for Automator

    -create an archive in the parent folder, it uses the name of the folder, it overwrites one archive existing and returns the path of the archive

    return fileZipper (item 1 of the entry) - entry is a list and it contains the path of the folder

    end of race

    on fileZipper (thisItem)

    tPath thisItem text value

    If tPath ends by ":" and then

    the value text delimiters oTid point

    the value point text delimiters {"": "}

    tPath the text value 1 through the text element - tPath 2

    the point text delimiters oTid value

    end if

    zip (tPath & ".zip") the value as a text file

    shell script "/ usr/bin/Ditto - c k - rsrc - keepParent" & (quoted in the form of tPath POSIX path) & "" & quoted form of POSIX zipFile path ".

    return the zip as an alias file

    end fileZipper

    -----

    This script create a new archive or overwrite an archive existing with the same name as the folder.

    The destination is the parent of the selected folder.

    If you want to move this archive to a specific folder, add "move Finder items" action after the action "Run the AppleScript.

  • How to remove an undeletable folder?

    How to remove an undeletable folder? I've used attrib on the level back to change the hidden attributes.

    Not a lot of information such as your operating system, where the file is and what type, but here are a few ideas.
     
    1: try in safe mode.
     
    2: take charge.
     
    How to capture a file or a folder in Windows XP
    http://support.Microsoft.com/kb/308421
     
    How to take possession of an item in Vista. Works also under Windows 7
    3: If the file is on the desktop, drag it to the C drive and tries to remove it.
     
    4: unlocker File Remover
    http://www.emptyloop.com/Unlocker/
     
     
     
     
  • I have authorized Searchqu in my computer - how can I delete file/folder when I receive a message "access denied"?

    Original title: Searchqu Removal

    Like a fool, I have authorized Searchqu in my computer - how can I delete file/folder when I receive a message "access denied"?

    Hello

    My name is John and I am a member of the support team Searchqu. I'm here to help :)

    There is no need to worry-, it is not a virus or malware, Searchqu is a browser setting and can be easily uninstalled by taking these steps:

    Go to control panel > Add/Remove Programs > find the windows searchqu toolbar > Uninstall

    If you still have questions, we would be happy to answer J

    Searchqu support team.

  • How to remove programe files that remain in the registry after I uninstalled these programs?

    How to remove programe files that remain in the registry after I uninstalled these programs?
    I uninstalled Nero 8 on my system (Windows Vista Edition home premium, 64-bit dell 1737 studio system); but several Nero files are always stuck in my registry. How can I remove them without destabilizing the system? Thank you.

    Yes, Nero is a software that I hate. I liked Nero until 6 version, I think, but after the Version 8 and 9, it was pathetic.

    2 years ago I had uninstalled a lot of software and there were many many registry entries obsolete - when a search I found that a member of a forum on the Web recommend CCleaner.

    Used from 2 years - each time without making registry backups. He never did wrong with my two PC - Windows XP SP3 and Windows 7 SP1 (previously Windows 7 RTM).

    The registry cleaner is fantastic.

    In which case you can try it, here's the download link.

    WARNING: Installation be sure to uncheck the installation of Google Chrome options.

    CCleaner automatically prompts you to create backups of registry before she cleans up the registry. The choice is totally yours.

  • How to remove temporary files, waiting to be written to disk when the computer starts? __

    How to remove temporary files, waiting to be written to disk when the computer starts?

    Hi Reasman,

    Welcome to the Microsoft answers site!

    To clear pending files, select the files/folders in the 'Files to add to the CD/DVD' box and press DELETE. However, if you want to delete all files, click the CD/DVD drive and select 'Clear the staging area' from the context menu.

    You can manually delete the files that are stored in the following location:

    %USERPROFILE%\Local Settings\Application Data\Microsoft\CD Burning folder

    I hope this helps!

    Kind regards
    Gokul - Microsoft Support

  • How to remove duplicate files/songs in my music library without having to click on each of them?

    original title: removal of duplicates

    How to remove duplicate files/songs in my music library without having to click on each of them?

    Hi MonicaBlanco,

    1 are. what music library you referring?

    2. did you of recent changes on the computer?

    If you are referring to the Windows media player library then the only option to remove duplicates of files is to click with the right button on the file duplicate.

    Remove items from the Windows Media Player library

    http://Windows.Microsoft.com/en-us/Windows7/remove-items-from-the-Windows-Media-Player-library

  • How to remove a file that is linked to the file have?

    Hi, I reuse an old file I with a linked file and make some changes.  But I don't need the file linked in my file to have revised.

    Please let me know how to remove the file linked, so that I need not not to click on "ignore" in the pop-up window to remind me unable to find the linked file when I open the new file have every time.

    Thank you very much!!

    Hi lhcheng, I know that you can search for the file in your layers panel and delete (I must say linked file) even if its lack and that should remove it from the links aswell

  • How to remove the file from the client machine

    Hi all
    We use the database: oracle: 10 g,.
    and forms/States 10g (developer suite 10g - 10.1.2.2).

    can someone help me how to remove the file from the client computer in the location specified using webutil or everything
    (I tried with webutil_host & client_host but this only works for the application server)
    Thank you.

    Hello

    Checkbox not tested.

    PROCEDURE OPEN_FILE (V_ID_DOC IN VARCHAR2)
    IS
    
    --------------------------------------------------------------------------------
    -- Open a stored document --
    
    --------------------------------------------------------------------------------
    LC$Cmd Varchar2(1280) ;
    LC$Nom Varchar2(1000) ;
    LC$Fic Varchar2(1280);
    LC$Path Varchar2(1280);
    LC$Sep Varchar2(1) ;
    LN$But Pls_Integer ;
    LB$Ok Boolean ;
    -- Current Process ID --
    ret WEBUTIL_HOST.PROCESS_ID ;
    V_FICHERO VARCHAR2(500);
    COMILLA VARCHAR2(4) := '''';
    BOTON NUMBER;
    MODO VARCHAR2(50);
    URL VARCHAR2(500);
    
    Begin
    
    V_FICHERO := V_ID_DOC;
    
    LC$Sep := '\';--WEBUTIL_FILE.Get_File_Separator ; -- 10g
    LC$Nom := V_FICHERO;--Substr( V_FICHERO, instr( V_FICHERO, LC$Sep, -1 ) + 1, 100 ) ;
    --LC$Path := CLIENT_WIN_API_ENVIRONMENT.Get_Temp_Directory ;
    LC$Path := 'C:';
    LC$Fic := LC$Path || LC$Sep || LC$Nom ;
    
    If Not webutil_file_transfer.DB_To_Client
    (
    LC$Fic,
    'TABLE_NAME',
    'ITEM_NAME',
    'WHERE'
    ) Then
    
    Raise Form_trigger_Failure ;
    
    End if ;
    
    LC$Cmd := 'cmd /c start "" /MAX /WAIT "' || LC$Fic || '"' ;
    Ret := WEBUTIL_HOST.blocking( LC$Cmd ) ;
    LN$But := WEBUTIL_HOST.Get_return_Code( Ret ) ;
    If LN$But 0 Then
    Set_Alert_Property( 'ALER_STOP_1', TITLE, 'Host() command' ) ;
    Set_Alert_Property( 'ALER_STOP_1', ALERT_MESSAGE_TEXT, 'Host() command error : ' || To_Char( LN$But ) ) ;
    LN$But := Show_Alert( 'ALER_STOP_1' ) ;
    LB$Ok := WEBUTIL_FILE.DELETE_FILE( LC$Fic ) ;
    Raise Form_Trigger_Failure ;
    End if ;
    
    If Not webutil_file_transfer.Client_To_DB
    (
    LC$Fic,
    'TABLE_NAME',
    'ITEM_NAME',
    'WHERE'
    ) Then
    NULL;
    Else
    Commit ;
    End if ;
    LB$Ok := WEBUTIL_FILE.DELETE_FILE( LC$Fic ) ;
    
    Exception
    When Form_Trigger_Failure Then
    Raise ;
    End ;
    

    Sarah

  • How to remove temporary files and free up space on my XP computer?

    How to remove temporary files.   How do you free up space.    What are cookies.    I can delete these help, it's full... can someone help me on this... I like this pc I would go better... any suggestions... on the way...  Yes, she's old...

    * original title - could someone help... Please thank you all... *.

    CCleaner is a very good tool for the removal of temporary files, simply use it to remove temporary files, do not use the cleaning of recording functions.  Registry cleaning is mainly a wasted effort and it causes more harm than good.  You can get CCleaner here: http://www.piriform.com/ccleaner

    John

  • How to remove unused files from my account site live hotmail?

    original title: unused files

    How to remove unused files from my account site live hotmail?

    The question you have posted is bound using Windows Live (hotmail) and would be better suited to the Windows Live Help Solution . Please visit this link to find a community that will provide the support you want.

Maybe you are looking for