ورود

نسخه کامل مشاهده نسخه کامل : دستم به دامنتان -فايل پاك نميشه



شهرام11
09-08-2007, 19:29
دوستان يك رم دو گيگ دارم كه پوشه اي داخلش هست هر كاري ميكنم نميتوانم پاك كنم -خيلي ضروري هست لطفا كمك كنيد با نرم افزار هاي زير هم نتوانستم پاكش كنم
TuneUp Utilities 2007
آنلاكر 1.8.5
واقعا كسي اگربتواند كمكم كند هنر كرده چون چند تا مهندس نتوانستند اين كار را بكنند من گفتم جوابش را پيدا ميكنم
حالا اميدم به شما اساتيد است

godsmak
09-08-2007, 20:01
خب فرمتش کن، خیالتو راحت کن!!!

شهرام11
09-08-2007, 20:30
استاد فرمت نميشه
تا فايل داخلش هست فرمت امكان پذير نيست

javad_raouf_danger
09-08-2007, 21:43
با ویروس کش scan کردی شاید اون پوشه که می گی ویروس باشه
حتما با نود32 یک امتحانی بکن

شهرام11
10-08-2007, 00:23
دوست عزيز ويروس نيست

Alastoor
10-08-2007, 00:51
يعني چي فرمت نمي شه؟

از تو ويندوز ممكنه فرمت نشه ولي با سي دي ويندوز يا هر fdisk ديگه اي در هنگام بوت فرمت مي شه.

javad_raouf_danger
10-08-2007, 02:20
يعني چي فرمت نمي شه؟

از تو ويندوز ممكنه فرمت نشه ولي با سي دي ويندوز يا هر fdisk ديگه اي در هنگام بوت فرمت مي شه.


حق با ایشونه امکان نداره که فرمت نشه

F A R H A D
10-08-2007, 09:51
سلام
ممکنه فایلی که درون پوشه هست توسط یکی از برنامه هایی که در پشت پرده ویندوز اجرا میشه مورد استفاده باشه، بنابر این از safe mode استفاده کن شاید حل شه.

mahdi7610
10-08-2007, 10:44
به نظر من بهتر ه یک بار دیگه نسخه اصلی فایل را روی رم بریزی یا نصب کنی و این فایل را ریپیر کن چون این فایل معیوب شده و قابل پاک شدن هم نیست اگه می شه این کار را بکن و بعد ببین پاک میشه

شهرام11
10-08-2007, 11:28
با اين متد ها نتوانستم
Cannot delete file or folder
Posted July 17th, 2007 by admin

Sometimes a file cannot be deleted or a folder removed because Windows says it's open by another program.

If one of these methods worked for you, please add a comment and let us all know. It would be nice to have a statistic about which methods work most often.
Method 1

Reboot and try again.
Method 2

Open a command line window (WindowsKey + R, enter: cmd). Move to the folder in question by means of CD commands like CD \ and CD foldername.

Delete the file or folder by using the DEL command to delete files or the RMDIR (remove directory) command to remove directories (folders).
Method 3

If this, on its own, is still not enough, then open Task Manager (Ctrl + Shift + Esc) and kill all explorer.exe tasks. Your desktop will go blank, except for the windows already open.

Now try to delete the offending file by means of the DEL command, or folder by means of the RMDIR (remove directory) command, in the command line window, as described above.

After that, in the command line window enter:

explorer

to restart your desktop. If you closed the command line window, you can still restart explorer by opening the Task Manager by holding down the Ctrl and Shift keys and briefly pressing the Esc key. In Task Manager select Applications, New Task and enter: explorer
Method 4

If the previous method fails, particularly with multimedia files, log off, then log on again, but do not select the file in Windows Explorer. The safest way is not to open Windows Explorer in the first place.

Then try the previous method again.
Method 5

An even stronger measure would be to reboot, then try the previous methods again. This would work, for example, if a service has the file open.
Method 6

(Thanks to John Barrington.)

If you can't delete a problem file, try deleting the folder that contains the problem file. If this doesn't work, try this next item.

If the problem file and its folder, we'll call (A), is within another folder, we'll call (B), try to delete the folder (B) along with any troublesome contents.

Of course, you want to make sure, if you have any other important files or folders within either folder, that they are saved in another location first.
Method 7

Begin like the previous method, but try also

rmdir foldername /s

(replace foldername with the name of the folder to be deleted). This command should delete a folder with all its subfolders.

If the folder name contains one or more spaces, enclose it in quotes. Example:

rmdir "folder name" /s
Method 8

If the folder name contains strange characters, use a command line window again, but use the DIR /X command to find the short name (for example: PROGRA~1) and use the short name instead. The short name is DOS compatible and has no more than 8 characters for the main name, a period, then no more than 3 characters for the extension.

Retry the previous methods that use a command line window, but use the short name now.

Note: Sometimes an illegal file name can cause Windows Explorer to use nearly 100% of the CPU time.
Method 9

Boot into safe mode and try to delete the file or folder there.
Method 10

If you're trying to delete a program file, like one with the extension .exe, the cause could be that the program is currently running. Stop it, then delete the file.

If the program starts automatically, check the article Autorun causes on how to remove the start command. Do it, reboot, then delete the file.
Method 11

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 the Registry warning for a general warning.

Create an entry in

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Sessio n 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
برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید. Use it if you need this function often. A Posix utility from a Windows Resource Kit named mv.exe also does it, just in case you still have the resource kit around.
Method 12

Boot into another operating system to delete the file from there. The other operating system can be, for example, another installation of Windows, BartPE, Knoppix, or any operating system that can read the file system used (NTFS or FAT32).
Method 13

Remove the hard disk from the computer and connect it to another computer. Delete the files or folders there.
Method 14

If you cannot delete a file or folder because it is in use, you can use one of the mostly free utilities, such as Unlocker.
Method 15

If the cause is that the path and file name is too long, you can use the following method, reported 2007-05-17 by Mark Briody:

Open a command line window and use the subst command to create a virtual drive to the folder containing the long file name, e.g.:

subst x: "C:\Documents and Settings\briodym\Favorites\Mark\Gadgets and
Hardware\Hardware\Stores\eBuyer"

Then change to the virtual drive x:, and you should be able to delete the file.

Finally, to clean up, remove the subst again with:

Sharim
13-08-2007, 12:26
من هم یک بار همچین مشکلی پیدا کردم . کامپیوتر نمیتونه فرمتش کنه ولی من با Mp3 player فرمتش کردم درست شد تو هم میتونی با Mp3 player یا اگه موبایل ساپورتش کنه با موبایل فرمتش کنی 99% باید درست بشه