Delete Undeletable Files in Windows Vista Undeletable حذف الملفات في ويندوز فيستا

There are files and directories in Windows Vista that seem to impossible to delete and remove away. وهناك أدلة وملفات في ويندوز فيستا ويبدو أن من المستحيل لحذف وإزالة بعيدا. These persistent undeletable files and folders sometimes can’t even be accessed no matter what, even by an administrator, and you’re pretty sure that the files are not locked by running process. undeletable استمرار هذه الملفات والمجلدات في بعض الأحيان لا يمكن حتى يمكن الوصول مهما كانت ، حتى من قبل مدير البرنامج ، وكنت جميلة على يقين من أن الملفات لا تخوض بها إدارة العملية. This situation always happen especially if you perform in-place upgrade from Windows XP or install Windows Vista on another partition or hard disk drive, leaving the old XP used partition with its own data. وهذه الحالة تحدث دائما خاصة إذا كنت في مكان أداء من رفع مستوى تركيب ويندوز إكس بي أو ويندوز فيستا على آخر تقسيم أو محركات الأقراص الصلبة ، وترك القديم إكس بي تستخدم التقسيم مع البيانات الخاصة بها.

The problem symptom occurs because the undeletable files and folders’ ACLs (Access Control Lists) were set for accounts with SIDs that applied to an old partition. أعراض المشكلة يحدث لأن undeletable الملفات والمجلدات 'ACLs) قوائم التحكم في الوصول) لحسابات مع مجموعة الدول النامية الجزرية الصغيرة التي تطبق على تقسيم قديم. So these data will effectively owned by nobody or non-existent user when view in Vista operating system. لذلك فان هذه البيانات على نحو فعال لا أحد يملكها أو غير موجودة عندما رأي المستخدم في نظام التشغيل ويندوز فيستا. In order to access the file for manipulation, modification or deletion, we will need to take control of the files under Vista. ومن أجل الوصول إلى الملف للتلاعب أو تعديل أو حذف ، سوف نحتاج الى السيطرة على الملفات تحت فيستا.

We can use 2 command-line utilities to take ownership of the files or folders, and then grant full control access permissions to Administrators group, which supposedly you’re a member of. يمكننا استخدام 2 قيادة الخط المرافق لاتخاذ ملكية من الملفات أو المجلدات ، وبعد ذلك السيطرة الكاملة على منح الاذونات والوصول إلى مجموعة الإداريين ، التي يفترض أنك عضو. The 2 command line syntaxes are as below. 2 في سطر الأوامر syntaxes هي على النحو المبين أدناه. Note that the full path should be included if you’re not at the current directory, and to run these commands, علما أن كامل الطريق ينبغي أن تدرج إذا كنت لا دليل في الوقت الحالي ، ولتشغيل هذه الأوامر ، command prompt has to be in elevated mode الأوامر لابد من ارتفاع في طريقة .

For Files: وبالنسبة للملفات :

takeown /f file_name /dy takeown / و FILE_NAME / dy
icacls file_name /grant administrators:F icacls FILE_NAME / منح مديري : واو

For Directories (will perform action recursively): لمراجع (سوف أداء العمل بشكل تكراري) :

takeown /f directory_name /r /dy takeown / directory_name و / ص / dy
icacls directory_name /grant administrators:F /t icacls directory_name / منح مديري : واو / ر

You can also prepared a يمكنك أيضا أعدت Windows shell batch script ويندوز شل دفعة البرنامج النصي that automate the process for easy take back the files and folders which is inaccessible and undeletable. أن أتمتة عملية سهلة لاستعادة الملفات والمجلدات التي يتعذر الوصول إليها وundeletable.

If you’re not comfortable working with command line, you can also using Windows Explorer to do the task. إذا كنت لا ترتاح العمل مع سطر الأوامر ، يمكنك أيضا استخدام ويندوز اكسبلورر للقيام بهذه المهمة. But be warned that it’sa lengthy process, as detailed in لكنه حذر من ان يكون انها عملية طويلة ، على النحو المفصل في how to take ownership and grant permissions guide كيفية اتخاذ ملكية ومنح أذونات الدليل .

This article has been reposted to هذه المادة قد لمرسل Tip and Trick نصيحة والخديعة .

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. هام : هذه هي آلة الصفحة المترجمة التي تقدم "كما هي" دون ضمان. Machine translation may be difficult to understand. الترجمة الآلية قد يكون من الصعب فهم. Please refer to يرجى الرجوع إلى original English article المادة الانكليزية الأصلية whenever possible. كلما كان ذلك ممكنا.

Share and contribute or get technical support and help at وحصة المساهمة أو الحصول على الدعم التقني والمساعدة في My Digital Life Forums بلادي الرقمي الحياة المنتديات .



7 Responses to “Delete Undeletable Files in Windows Vista” 7 ردود على "حذف Undeletable الملفات في ويندوز فيستا"

  1. How to Take Ownership and Grant Permissions in Windows Vista » My Digital Life كيفية اتخاذ ملكية ومنح الاذونات في ويندوز فيستا »بلدي الرقمي الحياة
    May 25th, 2007 16:12 مايو 25th ، 2007 16:12
    1

    [...] possible to take ownership and grant full control permissions from command line. [...]ممكن لاتخاذ ملكية والسيطرة الكاملة على منح الاذونات من سطر الأوامر. Or you can also prepare a Windows shell batch script that easily perform the task by typing simple [...] أو يمكنك أيضا إعداد ويندوز شل دفعة السيناريو بسهولة أن أداء المهمة بكتابة بسيطة (...)

  2. abell
    June 29th, 2008 15:40 يونيو 29th ، 2008 15:40
    2

    I still cannot delete my camtasia folders on my desktop using your instructions or ما زلت لا يمكن حذف المجلدات camtasia بلادي بلادي على سطح المكتب الخاص بك باستخدام تعليمات أو these instructions. هذه التعليمات. They only helped me remove a couple JPG files I been try’in to get rid of. إلا أنها ساعدت في إزالة لي زوجين ملفات JPG الأول تم try'in للتخلص من. CAN SOMEONE PLEASE HELP ME! يمكن للشخص الرجاء مساعدتي!

    Regards, تمنيات ،

  3. Pichy
    August 20th, 2008 11:42 أغسطس 20th ، 2008 11:42
    3

    good job! جيد!

  4. Kinryuu
    August 24th, 2008 13:37 أغسطس 24th ، 2008 13:37
    4

    This doesn’t seem to do any good on my Vista Ultimate system. هذا لا يبدو جيدا على أي فعل بلدي نظام ويندوز فيستا النهائية. Sometimes there are files that I simply cannot delete, even after having ownership and running the icacls command. أحيانا هناك ملفات أنني ببساطة لا يمكن حذف ، حتى بعد أن ملكية وإدارة icacls القيادة.

    I have no idea what’s causing it. ليس لدي أي فكرة ما يسبب لها. Sometimes, I can leave the file alone and come back to it later and it will delete just fine. أحيانا ، ويمكنني أن ترك الملف وحده ، والعودة إليها في وقت لاحق وأنها سوف تحذف على ما يرام. Other times, it simply will not delete without unmounting and remounting the entire drive. أوقات أخرى ، أنها ببساطة لن تحذف غير متزايد دون وإعتلاء حملة بأسره.

    Oddly enough, the files don’t show up anywhere in any handles (checked via process explorer) AND I can even rename the files successfully, which would imply that the files are not locked. ومن الغريب ، الملفات لا تظهر في أي مكان في أي يتعامل مع (عملية التحقق عن طريق اكسبلورر) وأستطيع حتى إعادة تسمية الملفات بنجاح ، الذي يعني ضمنا أن لا تخوض الملفات. And yes, the files still won’t delete even after renaming. ونعم ، لا تزال الملفات لن تحذف حتى بعد إعادة تسمية.

    There is something strange afoot with Vista files… not sure what… هناك شيء غريب على قدم وساق مع ملفات فيستا... ليس متأكدا ما...

  5. Marcel مارسيل
    August 28th, 2008 19:27 أغسطس 28th ، 2008 19:27
    5

    Had exactle the same problems here. وكان exactle نفس المشاكل هنا.

    Usually i don’t like to use external programs, but this one helped. عادة أنا لا أحب لاستخدام برامج خارجية ، ولكن ذلك ساعد احد.

    http://ccollomb.free.fr/unlocker/

  6. Peter McCarthy بيتر ماكارثي
    September 7th, 2008 00:19 سبتمبر 7th ، 2008 00:19
    6

    Well… thank you very much! حسنا... شكرا جزيلا!

    I’ve been trying to free up room on my 2nd drive that had an older Vista installation on it for quite a while. لقد محاولة لتحرير بلادي 2nd الغرفة على أن حملة كان لكبار السن على أنها تركيب ويندوز فيستا لفترة طويلة. Your command prompt advice worked perfectly. الأوامر الخاصة بك تقديم المشورة وعملت تماما.

    Take the rest of the day off! تأخذ ما تبقى من يوم عطلة!

    Peter بيتر

  7. ArneOst
    September 10th, 2008 22:31 سبتمبر 10th ، 2008 22:31
    7

    Couldn’t delete the files either after this process, so changed the value “administrators” to my local username “Arne” and it worked! لا يمكن حذف الملفات سواء بعد هذه العملية ، حتى تغير قيمة "الإداريين" لبلدي المحلية اسم المستخدم "آرني" وانها عملت!

    like: مثل :
    takeown /f “Program Files” /r /dy takeown / و "ملفات البرنامج" / ص / dy
    icacls “Program Files” /grant Arne:F /t” icacls "ملفات البرنامج" / منحة آرني : واو / ر "

    Thx, finally some space! Thx ، وأخيرا بعض الفضاء!

Leave a Reply ترك الرد

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> يمكنك استخدام هذه العلامات : <ahref="" title=""> <abbrtitle=""> <acronymtitle=""> <b><blockquotecite=""> <cite><code><ديل datetime = ""> <em><i><qcite=""> <strike><strong>

Subscribe without commenting اكتتاب دون التعليق


Custom Search

New Articles المواد الجديدة

Incoming Search Terms for the Article ابحث الواردة للشروط المنصوص عليها في المادة

can't delete file vista لا يمكن حذف ملف ويندوز فيستا - -- delete file vista حذف ملف ويندوز فيستا - -- vista delete files فيستا حذف الملفات - -- how to delete file vista كيفية حذف ملف ويندوز فيستا - -- can't delete files in Vista لا يمكن حذف الملفات في ويندوز فيستا - -- cannot delete file in vista لا يمكن حذف الملف في فيستا - -- deleting files in vista حذف الملفات في ويندوز فيستا - -- deleting a file vista حذف ملف ويندوز فيستا - -- Delete Vista files from XP حذف الملفات من ويندوز فيستا إكس بي - -- delete file in use windows vista حذف ملف في استخدام ويندوز فيستا - -- delete files in vista حذف الملفات في ويندوز فيستا - -- how to delete an undeletable file in Vista لحذف ملف undeletable في فيستا - -- how to delete files Windows Vista كيفية حذف ملفات ويندوز فيستا - -- vista can't delete file فيستا لا يمكن حذف الملف - -- cannot delete a file vista لا يمكن حذف ملف ويندوز فيستا - -- deleting undeletable files in Vista undeletable حذف الملفات في ويندوز فيستا - -- windows vista cannot delete file ويندوز فيستا لا يمكن حذف الملف - -- cannot delete files with command line لا يمكن حذف الملفات مع سطر الأوامر - -- cannot delete file vista لا يمكن حذف ملف ويندوز فيستا - -- can't delete a file in vista لا يمكن حذف الملف في فيستا - -- cant delete old windows files in vista غير قادر على حذف الملفات القديمة النوافذ في ويندوز فيستا - -- can't delete certain files in vista لا يمكن حذف بعض الملفات في ويندوز فيستا - -- cannot delete file under vista لا يمكن حذف الملف تحت فيستا - -- can't delete file in vista لا يمكن حذف الملف في فيستا - -- delete vista files that won't delete فيستا حذف الملفات التي لا تحذف - -- deleting files in vista حذف الملفات في ويندوز فيستا - -- deleting files from vista حذف الملفات من ويندوز فيستا - -- delete undeletable file in vista undeletable حذف ملف في فيستا - -- delete undeletable folders on vista حذف المجلدات undeletable على فيستا - -- delete files vista حذف الملفات فيستا - -- delete files from windows command line حذف الملفات من نوافذ سطر الأوامر - -- delete files from command prompt vista حذف ملفات من الأوامر ويندوز فيستا - -- deleting file vista حذف ملف ويندوز فيستا - -- FILE WON'T DELETE IN WINDOWS VISTA لن تحذف الملف في ويندوز فيستا - -- File in Use delete +Vista حذف ملف في استخدام ويندوز فيستا + - -- how to delete old files in vista كيفية حذف الملفات القديمة في فيستا - -- how to delete a file that won't delete in vista كيفية حذف ملف التي لن تحذف في فيستا - -- how to delete program files in vista كيفية حذف ملفات البرامج في ويندوز فيستا - -- how to delete undeletable files windows vista كيفية حذف ملفات ويندوز فيستا undeletable - -- how to delete any file in windows vista كيفية حذف أي ملف في ويندوز فيستا - -- how to delete files from old vista installation كيفية حذف الملفات القديمة من تركيب ويندوز فيستا - -- programs to delete undeletable files برامج لحذف الملفات undeletable - -- program to delete file that won't delete on windows برنامج لحذف الملفات التي لا تحذف على النوافذ - -- unable to delete file vista غير قادر على حذف ملف ويندوز فيستا - -- undeletable files windows vista undeletable ملفات ويندوز فيستا - -- undeletable file vista undeletable ملف فيستا - -- vista cannot delete directory فيستا لا يمكن حذف الدليل - -- vista file won't delete ملف فيستا لن تحذف - -- vista delete file access فيستا حذف ملف وصول - -- vista: can't delete files فيستا : لا يمكن حذف الملفات - --