Delete Undeletable Files in Windows Vista Windows Vistaのundeletableのファイルを削除する
There are files and directories in Windows Vista that seem to impossible to delete and remove away.には、ファイルやディレクトリをWindows Vistaのように不可能なことを削除し、削除です。 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.このような状況でいつも起こる特にインプレースアップグレードを実行する場合はWindows XPまたはWindows Vistaのインストールから別のパーティションまたはハードディスクドライブ、パーティションを残し、古いXPで使用される、独自のデータです。
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 'のACL (アクセス制御リスト)がアカウントの設定が適用されると、古いSIDのパーティションを作成します。 So these data will effectively owned by nobody or non-existent user when view in Vista operating system.これを効果的に所有され、これらのデータが存在しないときに誰もまたは非表示にVistaオペレーティングシステムです。 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コマンドラインを使うことができますユーティリティの所有権を取得するファイルまたはフォルダ、と入力し、フルコントロールのアクセス許可のアクセス許可を付与するAdministratorsグループに、これたぶんあなたはメンバーです。 The 2 command line syntaxes are as below. 2つのコマンドライン構文は、以下の通りです。 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 / f ファイル名 / dy
icacls file_name /grant administrators:F icacls ファイル名 /助成金管理者: f
For Directories (will perform action recursively):ディレクトリ(再帰的にアクションが実行さ) :
takeown /f directory_name /r /dy takeown / f directory_name /研究/ dy
icacls directory_name /grant administrators:F /t icacls directory_name /助成金管理者: f /トン
You can also prepared a準備をすることもできます。 Windows shell batch script Windowsシェルのバッチスクリプト 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この記事にされreposted 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 私のデジタルライフフォーラム .です。
Related Articles関連記事
- Remove or Delete Briefcase from Vista New Menuブリーフケースから削除したり、削除するVistaの新しいメニュー]
- Where is Thumbs.db in Vista?ビスタのThumbs.dbではどこにありますか?
- How to Take Ownership and Grant Permissions in Windows Vista所有権を取得する方法について、 Windows Vistaのアクセス許可を付与する
- Windows Vista System Junk Cleaner Windows Vistaのシステムの迷惑クリーナー
- Recover and Reclaim ‘Lost’ Disk Space After Installing Windows Vista Service Pack 1 (SP1)回復を取り戻す'失われる'ディスクの空き容量をインストールした後にWindows Vistaのサービスパック1 ( SP1 )を
- Delete Browsing History for IE7 By Using Command Prompt閲覧の履歴を削除するコマンドプロンプトを使用してie7
- Rename “Windows PC 2″ Computer Name in Windows Mobile Device Center (WMDC)名前を変更する" Windowsパソコン2 "コンピュータの名前をWindows Mobileデバイスセンター( wmdc )
- Delete Files or Folders Locked by Windows Via Unlocker 1.8.7 Windowsのファイルまたはフォルダを削除経由でロックされunlocker 1.8.7
- Delete Your Computer Tracks with Advanced Privacy Cleaner 1.1お使いのコンピュータのトラックを削除する高度な個人情報保護クリーナー1.1
- How to Rename Multiple or A Series of Files in Windows Vista複数の名前を変更する方法について、一連のファイルまたはWindows Vistaで

































May 25th, 2007 16:12 2007年5月25日16:12
[...] 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 [...]たりすることもできます。 Windowsシェルを準備するバッチスクリプトを容易に実行して簡単なタスクを入力[...]
June 29th, 2008 15:40 2008年6月29日15:40
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,よろしく、
August 20th, 2008 11:42 2008年8月20日11:42
good job!グッジョブ!
August 24th, 2008 13:37 2008年8月24日13:37
This doesn’t seem to do any good on my Vista Ultimate system.これは任意の良いように見えるこの操作を行うにしてVistaの究極のシステムです。 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.他の回、それだけでは削除されませんremountingをアンマウントと全体のドライブに挿入します。
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…何か奇妙な進行中には何なのか分からないとVistaのファイルを… …
August 28th, 2008 19:27 2008年8月28日19:27
Had exactle the same problems here. exactleここでは、同じ問題が発生します。
Usually i don’t like to use external programs, but this one helped.通常のは好きじゃない外部プログラムを使用するが、この1つの助けします。
http://ccollomb.free.fr/unlocker/