Results 1 to 5 of 5

Thread: How to remove file in Vista

  1. #1
    Join Date
    May 2008
    Posts
    82

    How to remove file in Vista

    I am running Win Vista on my system. Day before yesterday, I have downloaded a file which my friend had given me via USB pen drive. I saved it to my "D" drive and opened it. I then tried to remove it but unable to do so. How can I remove it successfully?

  2. #2
    Join Date
    May 2008
    Posts
    1,196

  3. #3
    Join Date
    May 2008
    Posts
    1,812
    Could be a virus issue. Try to scan the file using the antivirus software. Also try to scan the file in safe mode or delete it in safe mode.

  4. #4
    Join Date
    Feb 2008
    Posts
    283
    Try to take the ownership of the files or folders (if it belongs to a user who don't exists or something similar) and then grant full control access permissions to Administrators group, which supposedly you’re a member of.

    For Files:

    takeown /f file_name /d y
    icacls file_name /grant administrators:F

    For Directories (will perform action recursively):

    takeown /f directory_name /r /d y
    icacls directory_name /grant administrators:F /t

  5. #5
    Join Date
    Dec 2009
    Posts
    1

    Re: How to remove file in Vista

    And you want to know why I Love Linux!!

Similar Threads

  1. How to remove cv 22.cmd file
    By Jayden in forum Windows Software
    Replies: 3
    Last Post: 23-04-2009, 10:44 PM
  2. cannot remove .exe file
    By Actionguy in forum Customize Desktop
    Replies: 4
    Last Post: 07-03-2009, 01:57 PM
  3. Replies: 0
    Last Post: 20-06-2008, 11:40 AM
  4. remove a file from c:\recycler
    By Elettra in forum Windows Security
    Replies: 2
    Last Post: 19-05-2006, 11:00 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,428,187.74504 seconds with 17 queries