Use this tag if you are trying to delete files or folders. It is usually helpful to have an operating system tag alongside.

learn more… | top users | synonyms (1)

-3
votes
3answers
31 views

How to delete all rows in column B that don't contain values from column A? Excel

How do I delete all rows in column B that don't contain the same values as those in column A? thanks.
1
vote
2answers
32 views

vim : delete from cursor to _

in some case I have name of variables with a _ like hello_world. in vim, in normal mode, with dw, I can delete from cursor position to end of word. How I can delete from current cursor position to - ...
2
votes
0answers
15 views

User RECYCLER folders have thousands of hidden files

We have a "Users" folder that is the root of all user files and network profiles. I used a directory size utility (WinDirStat) to find the largest user folders and stumbled upon a strange and ...
0
votes
3answers
42 views

Unable to delete a file [duplicate]

I have a program that I can't uninstall. I get the following error: There is a problem with this Windows Installer package. A program required for this install to complete could not be run. ...
0
votes
0answers
29 views

Search and then do an inverted delete

I have made a copy of lots of files/folder on a usb drive. I now want to remove all files from the usb drive except any files which have the words "flavia fresh" or "fresh flavia". Is this possible ...
0
votes
1answer
29 views

Can't delete Foxit Reader directory, not even as Administrator, on Windows 8

I tried to upgrade Foxit Reader and it left the directory in an unreadable state. I can't view the directory, nor even delete it, not even as Administrator. How do I get rid of it so I can re-install? ...
-3
votes
1answer
57 views

When an operating system is being deleted from a compter, what is doing the deleting and what is left after?

I read an ehow article about deleting the windows by going into safe mode and opening a cmd prompt, cd to C:// and typing DEL WINDOWS When this happens, what is doing the deleting and what is left ...
-2
votes
1answer
27 views

How to remove duplicated images automatically? [duplicate]

My photos folder contains lots of dupblicated photos. How can I get rid of duplicated copies?
0
votes
0answers
63 views

How to remove virtualbox VM with snapshots?

I have a VM with many snapshots. I don't need this machine anymore, and I need disk space. Snapshots eat a significant amount of disk space. But when I try to delete it by VirtualBox means - there is ...
2
votes
3answers
107 views

Quickest way to merge snapshots in VirtualBox?

I have vdi with quite a number of snapshots taken from it - say, 50 or 70 snapshots. I want to have one plain vdi with a current state. These snapshots take way too much disk space and are not needed ...
1
vote
1answer
66 views

How can the recycle bin hold multiple files with the same name? [duplicate]

Under Windows if I create a file and delete it, than recreate the exact copy of the file in the same place and delete it too, than I will have 2 identical files in the recycle bin with the same name. ...
0
votes
2answers
123 views

Removing a file named '…' in Windows 8

Completely by accident, I created a file named ... using Grunt.js for Node in Windows 8. Is it possible to remove this file without having to reformat the partition?
2
votes
2answers
90 views

Can't delete file with foreign letters

I have a file: På hjul.mkv When trying to move or delete file I get rm: can't remove 'På Hjul.mkv': No such file or directory The same thing happens when trying to issue $ rm *P* or the like: ...
1
vote
0answers
57 views

Permanently delete using delete key - Linux

How can I set the Delete key to do the same thing as Shift + Delete: permanently delete files, rather than sending them to the trash can? I'm using Linux Mint 14, a Debian distro, with the Cinnamon ...
1
vote
0answers
32 views

Delete a directory off the server

I am trying to delete a folder on my server (Windows Server 2003), but the folder has a file in it that I cannot manage to delete. I used command del /f desktop.ini and get an access denied response. ...
0
votes
1answer
56 views

RSync move files to a different directory if they were deleted on the server

So right now I use rsync to synchronize files with a server. Sometimes the files on the server are deleted (I know about the --delete option and I do not use it) and those files are left in my local ...
2
votes
2answers
89 views

OS X: Delete single folder of Time Machine Backup via Terminal

I know there is tmutil delete to delete single timemachine snapshots from a backup of another machine — but now I need to delete only one of the folders inside the backup. On my old (and now dead) ...
1
vote
3answers
235 views

If I image a hard drive, wipe it clean, and then restore it, are deleted files really gone?

Assuming I want to make sure all traces of deleted files are gone from a system, but don't want to do a clean install or lose the current system configuration, will restoring an image of a hard drive ...
-2
votes
1answer
31 views

Shared folders can be deleted by invited persons? [closed]

I want to create a shared folder available for multiple invited persons only for view content/download content/upload content avoiding deleting content .How can I do that ? Avoiding invited persons to ...
0
votes
3answers
243 views

deleted Win7 files do not show up in recycle bin

On Windows 7, I do not see files that I delete from the local computer in the Recycle bin. The problem occurs all the time in an otherwise healthy computer. The funny part is that if I have the RECBIN ...
0
votes
0answers
70 views

Can't delete WMA file on my desktop on Windows 8, crashes Windows Explorer

I have a WMA file on my desktop that is being stubborn. If I try to delete it, nothing happens. No prompts, no messages, no nothing. If I try to rename it, Windows Explorer crashes and restarts. I ...
1
vote
0answers
149 views

How to remove all autocomplete urls with a certain url in Chrome

I am converting my localhost:8888 to localhost and I want to remove all the autocomplete urls that have localhost:8888 in them. I already did this for history but how do I do this for autocomplete? I ...
0
votes
0answers
49 views

Can't delete files with special (and odd) filename characters

I was cleaning up my NAS and found this odd situation. $ pwd /Volumes/Backup/NoteHP/Outras/Ed Motta $ ls -larit total 12932 7786751625 -rwx------ 1 rjdsantos staff 3388293 Feb 2 2005 Ed Motta ...
0
votes
2answers
103 views

Rename/Delete Windows (x64) folder with leading and trailing space

I have created a folder via php but I made a mistake since I forgot to clear spaces. Now I cannot delete this folder. I have made a research - look at the second answer (Quoted below) but I don't ...
0
votes
1answer
252 views

Files don't disappear after being deleted unless Explorer window is refreshed? [duplicate]

Seemingly at random, deleting files from Windows Explorer in Windows 7 does not cause the deleted files to disappear unless the window is refreshed. This appears to be a well-known issue according to ...
3
votes
1answer
79 views

Diff between two directories and keep only the unchanged ones

I need to diff two directories: A: /path1/ B: /path2/ The directory A contains all files and subdirectories that are also contained in B. The files in A (and in its subdirectories) can have ...
0
votes
0answers
173 views

Get rid of MountPointManagerRemoteDatabase on external drive (under System Volume Information)

I really want to get rid of the System Volume Information on an NTFS external hard drive to be usually plugged onto the same XP SP3 machine that I have control of. After setting permissions so I can ...
0
votes
4answers
89 views

Accidentally deleted all Visual Studio 2012 Win32 files. I need advice

So, I have Visual Studio 2012, and I found that there was no windows form application. No problem, I found that I could download the files and follow the instructions, to get the windows form ...
-2
votes
1answer
189 views

Why does Windows (Vista) “AppData” get so large? [closed]

My buddy's windows had a virus ("ransomware") that we could remove while in the process I also removed ½ GB in "AppData" to get rid of the virus which succeeded. Now I wonder how we appearantly can ...
2
votes
0answers
439 views

Batch file to move/compress/delete files

I am trying to write a batch script that will run automatically daily to do the following: Move files older than 2 days to from the main directory (Jason) to an archive directory. Zip files in the ...
0
votes
2answers
26 views

Deleting multiple files in terminal

I am using Python to develop on a particular project. But one thing's disturbing is the .pyc files that crop up. % find `pwd` | grep '.pyc' This returns a list of files in my current directory. How ...
0
votes
0answers
19 views

Deleting some system Files for VPN un-install

On my way to un-install Cisco VPN client manually(completely) I tried the following link:- http://www.maas360.com/maasters/forums/laptop-management/show/13/manual-uninstall-of-the-cisco-vpn-client ...
0
votes
0answers
36 views

Forced TimeMachine backup to a network TM DISK of specified folder following shutdown command for each of 22 networked computers using Mac OS 10.8.x

I have a 22 computer LAN, wirelessly connected. Each user has their own identity, user name, and unique password. I wish to FORCE a TimeMachine backup of a specified named folder ON EACH DESKTOP, ...
2
votes
2answers
120 views

I am unable to delete a registry key

1-2 years ago I accidentally corrupted a program. I was unable to uninstall it so I delete all of its folders and the registries that I could find. Now I have come upon some registries of that same ...
4
votes
3answers
355 views

File apparently doesn't exist when attempting to delete it

A month or so back, I untarred the Linux source in a folder in Cygwin (I was curious as to whether or not it would compile with MinGW 'cause my other computer running Linux is a slow single core ...
1
vote
2answers
84 views

Automatic forward-deleting

First and foremost... please forgive my somewhat approximate English. (I'm French.) Oh and my loooooong sentences too (I need lots of words for little meaning when speaking foreign languages... plus ...
-1
votes
2answers
169 views

bash home/end/delete key inserting tilde, or if preceded by escape key, [1~ [3~

bash home/end/delete key inserting tilde, or if preceded by escape key, [1~ say I type echo hellp, move cursor to hel|lp and type delete, and bam, i got ~tilde say I type echo hellp, move cursor to ...
0
votes
0answers
78 views

how to delete windows.old folder without add desktop feature?

I have seen that windows server r2 run slow after activate Desktop feature. I want to delete windows.old folder in my c: drive. I have tried to delete it but I seen nothing after press del. Do ...
1
vote
3answers
146 views

Linux, How to delete a folder with more than 1 million files?

I'm working on a website for a client, and I just see a folder containing more than 1 million cache files. I need to delete him, but i can't, i have this message : Argument list too long I started ...
0
votes
1answer
193 views

Delete/Clean PATH variables on Mountain Lion

I tried to install PhoneGap on my osx and accidentally set a bunch of PATH variables wrong, so now it looks like this: ...
1
vote
1answer
40 views

Can not delete windows user files [duplicate]

As I was experimenting with windows I made a lot of new users accounts that I don't need anymore. Now I deleted them in control panel, but the user files stay in local disk and can't be deleted.So how ...
0
votes
1answer
27 views

Deleting Folders with same name in unix HP_UX

I accidently created a folder which has the same name of a folder which was already existing in the same parent directory. i want to delete the newly created directory. is ther a way to identify the ...
0
votes
2answers
69 views

Remove folders maching pattern recursively in Windows

I need to delete all sub-folders in a folder tree that match the pattern "images". I can remove all files matching a pattern using del /s myfolder\images*.* but it doesn't work for directories. I ...
0
votes
2answers
660 views

A MS-DOS command to delete all files and directories

I have the following situation. I got a Temp folder which gets filled with all kinds of files and directories. I want/need to clean it regularly, but I can't figure out a command or set of MS-DOS ...
0
votes
1answer
133 views

ncftp - recursive deletion

I would like to recursively delete a folder and his subfolders. I use ncftp. This application provides rm and rmdir. I already looked up the manpage, but it doesn't help.
2
votes
1answer
32 views

Recovering Shared Files

I was sent a folder through dropbox that is supposed to contain several deleted files. My job is to restore them. The person who sent them to me can click the trashcan icon and retrieve these files. ...
0
votes
1answer
82 views

Disc image Windows 8

I've tried to download a disc image via torrent and now I can't delete it. Every time I click delete I can tell from my task manager that it opens the file which appears to be why I can not delete ...
1
vote
3answers
293 views

Can't delete folder from old Windows installation not even with disk cleanup

I'm trying to delete a old Windows folder from my old HDD but I always get access denied for an old USB camera's ProgramData folder (with Admin CMD) and not even the the Disk Cleanup was able to ...
1
vote
1answer
215 views

Unable to terminate process

I can't terminate some processes. It says "Access denied". I am the ultimate owner of the computer. How can I terminate such processed anyway? These are not system processes, these are file managers ...
0
votes
1answer
121 views

how to delete FlashPlayerCPLApp.cpl

I'm trying to delete the file C:\Windows\system32\FlashPlayerCPLApp.cpl because of this link to do a clean Flash Player install. However I am having problems deleting it. It says: cannot delete ...

1 2 3 4 5 10