Easier Way to Take Ownership and Grant Access Files or Directories in Vistaもっと簡単な方法を取るの所有権およびアクセス権限の付与、ファイルまたはディレクトリがビスタ

In Windows Vista, there are lots of files and directories especially those operating system files plus Windows and Windows\System32 folders have been protected. Windows Vistaで、たくさんのファイルやディレクトリのオペレーティングシステムファイルをプラス特にWindowsおよびWindows \ system32フォルダのほとんどは保護されています。 These protected system files aren’t belong to any users or groups, instead are owned by TrustedInstaller, with even Administrator or Administrators group doesn’t have modify or write access to them.これらの保護されたシステムファイルが任意のユーザーまたはグループに属して、代わりにtrustedinstallerが所有し、管理者または管理者グループも変更する必要はありませんまたは書き込みアクセスしています。 Thus if you intend to manipulate or replace the files, you’ll encounter access denied error even though you are administrator and haveこのように置換する場合は、ファイルを操作するか、お客様に遭遇アクセスが拒否されましたエラーが発生している場合でも、管理者 disabled UAC無効になってのUAC or already in elevation mode for the application trying to access.または、すでに昇格モードでのアプリケーションにアクセスしようとしています。

In this case, users will probably have to right click on the object, then access the object’s properties.この場合、ユーザは、おそらく、オブジェクトを右クリックして、アクセスして入力し、オブジェクトのプロパティを表示します。 Then users have to click on Security tab, click on Advanced button, click on Owner tab, and then perform several clicks and confirmations to take ownership of the object.ユーザーが入力し、 [セキュリティ]タブをクリックして、詳細設定]ボタンをクリックして、所有者]タブをクリックして、いくつかのクリック数と実行すると入力し、確認の所有権を取得するオブジェクトを作成します。 The whole process have to repeat again to grant read-write-modify or full control access rights to the users.全体のプロセスを繰り返しては再びを付与するがread - write -フルコントロールのアクセス権を変更したり、ユーザーです。 The whole process takes lengthy time, troublesome, involves lots of clicks and steps.全体のプロセスには長い時間、面倒な、クリック数とは、多くの手順を実行します。 To simplify the process, simply download the TakeControlOf.cmd command line batch script, which will automatically take ownership and grant full control access rights by assigning new ACLs (Access Control Lists) to the file or directory that input to the command.そのプロセスを簡略化する、単にコマンドラインのバッチスクリプトをダウンロードしてtakecontrolof.cmd 、これは自動的に取るの所有権とフルコントロールのアクセス権を付与する新しいACLを割り当てる(アクセス制御リスト)を、ファイルまたはディレクトリを入力してコマンドを実行します。

Downloadダウンロードする TakeControlOf.zip takecontrolof.zip from the forum.からのフォーラムです。

TakeControlOf.cmd makes use of two command-line utilities takeown (takes ownership of a file or directory) and icacls (sets new ACLs on a files or directory) respectively. takecontrolof.cmdを利用した2つのコマンドラインユーティリティtakeown (所要時間の所有権をファイルまたはディレクトリ)とicacls (新しいACLを設定するファイルまたはディレクトリ)です。 Full Control access privilege will be given to Administrators group.フルコントロールのアクセス権限をAdministratorsグループに与えられた。

To use the batch script, simply launch anバッチスクリプトを使用して、単に起動する elevated command prompt高架コマンドプロンプト , then run the script. 、入力してスクリプトを実行する。 Below is same examples (command should be issued from the directory where you store the TakeControlOf.cmd script):以下は同じ例(コマンドすべきであるから発行されているディレクトリにスクリプトを保存しておくtakecontrolof.cmd ) :

TakeControlOf C:\Windows\Test_File.exe takecontrolof c : \ Windowsの\ test_file.exe
TakeControlOf C:\Test_Directory takecontrolof c : \ test_directory

Note that if you specify a directory, the script will works recursively to include all subdirectories . に注意してディレクトリを指定する場合、スクリプトが動作するすべてのサブディレクトリを再帰的に含める To change this behavior, edit the TakeControlOf.cmd and remove /r from the takeown (first) line, and /t from icacls (second) line.動作を変更するには、編集してtakecontrolof.cmdし、削除/研究からtakeown (最初の)線、および/ t出典: icacls ( 2番目の)ラインです。

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 私のデジタルライフフォーラム .です。



9 Responses to “Easier Way to Take Ownership and Grant Access Files or Directories in Vista” 9レスポンスを"もっと簡単な方法を取るの所有権およびアクセス権限の付与、ファイルまたはディレクトリがビスタ"

  1. lord death 202主の死202
    May 25th, 2007 16:07 2007年5月25日16:07
    1

    great tip to hack大きなヒントをハック

  2. How to Take Ownership and Grant Permissions in Windows Vista » My Digital Life所有権を取得する方法について、 Windows Vistaのアクセス許可を付与する»私のデジタルライフ
    May 31st, 2007 04:50 2007年5月31日04:50
    2

    [...] 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 command.たりすることもできます。 Windowsシェルを準備するバッチスクリプトを実行してタスクを容易に単純なコマンドを入力します。 Get help or contribute tips or tricks at My [...]ヘルプやヒントやトリックに貢献マイ[...]

  3. Eric Jエリック無し
    October 12th, 2007 00:01 2007年10月12日00:01
    3 4

    The download link for the TakeControlOf.zip is no longer working (at least for me).ダウンロードのリンクをtakecontrolof.zipは、もはや作業(少なくとも私) 。 Has it been taken down?ダウンがとられていることですか?

  4. Eric Jエリック無し
    October 12th, 2007 00:02 2007年10月12日00:02
    4

    Or does anyone know of another script like it?または別のスクリプトのようにだれでも知ってのことですか?

  5. » 10 things that can go wrong when you upgrade your operating system | 10 Things | TechRepublic.com » 10物事がうまくいかないことができるしているオペレーティングシステムにアップグレードするとき| 10物事| techrepublic.com
    December 17th, 2007 16:01 2007年12月17日16:01
    5

    [...] This can also happen with real files and folders if your user account information has changed in the new version of Windows. [...]このこともできます。起こる、実際のファイルやフォルダを使用してユーザーアカウント情報が変更され、新しいバージョンのWindowsをします。 Or you might be trying to access system files.またはあなたのシステムファイルにアクセスしようとするかもしれない。 You may be able to fix the problem by taking ownership of the object.ができる場合もあります問題を修正して、オブジェクトの所有権を取得されています。 You’ll need to be logged on as an administrator to do that.する必要がありますこれを行うには、管理者としてログオンしている。 For more on how this works, see “Easier Way to Take Ownership and Grant Access Files or Directories in Vista.” [...]この作品方法についての詳細については、詳細については、 "もっと簡単な方法を取るの所有権およびアクセス権限の付与、ファイルまたはディレクトリがVistaのです。 " (···)

  6. Jutha jutha
    March 20th, 2008 02:03 2008年3月20日02:03
    6

    THANK YOU SOOOOOOO MUCH. sooooooo多くいただきありがとうございます。 I was foaming at the mouth after I had to buy a new lappie cuz my old one died and when I thought I had to change permissions on every file by hand I was just fuming.私は発泡は、口を購入した後、新しいlappie私は私の古いcuzを1つだと思っていたときが死亡し、アクセス権を変更するすべてのファイルを手で発煙してたんだ。 It goes to show that the command line is just the most wonderful and conistent and comforting way to get things done.それは、コマンドラインに表示することは、最も素晴らしいとはconistentと慰めの方法を利用して物事完了です。

  7. Delete Undeletable Files in Windows Vista » My Digital Life undeletableのファイルを削除するWindows Vistaの»私のデジタルライフ
    April 24th, 2008 21:59 2008年4月24日21:59
    7

    [...] can also prepared a Windows shell batch script that automate the process for easy take back the files and folders which is inaccessible and [...] [...]こともできます。 Windowsシェルのバッチスクリプトを用意するプロセスを自動化するファイルやフォルダを簡単に元に戻すのは手の届かないと[...]

  8. How to Take Ownership and Full Control Permissions of Files and Folders in Vista » Tip and Trickどのようにフルコントロールの所有権を取得すると、ファイルとフォルダのアクセス権をビスタ»ヒントとトリック
    April 24th, 2008 22:09 2008年4月24日22:09
    8

    [...] two commands have been scripted in Windows command shell batch script that easily perform the task of taking ownership and grant full control permissions to [...] [...] 2つのコマンドをWindowsのコマンドシェルスクリプトもバッチスクリプトを容易に実行するタスクの撮影の所有権とフルコントロールのアクセス許可を付与する[...]

  9. Mikeマイク
    June 17th, 2008 22:53 2008年6月17日22:53
    9

    does anyone run this and it goes on forever?だれでも実行するとそれは永遠ですか?

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> これらのタグを使用することができます: <aのhref=のtitle= <abbrのtitle= <blockquote cite=""> <cite> <acronymのtitle= <b>ダウンロードの<code> <デル日時= " " >の<em> <i>て<strike> <strong> <q cite="">

Subscribe without commenting登録なしのコメント


Custom Search

New Articles新しい記事

Incoming Search Terms for the Article検索用語を受信するには

take ownership vista 所有権ビスタ - - vista take ownership Vistaの所有権 - - take ownership in vista Vistaの所有権を取る - - TakeControlOf.zip takecontrolof.zip - - takecontrolof takecontrolof - - vista ownership Vistaの所有権 - - vista change file owner Vistaのファイルの所有者を変更する - - icacls examples icacls例 - - "unable to set new owner" "新しい所有者を設定できませんでした。 " - - icacls download icaclsダウンロード - - how to take ownership in vista Vistaの所有権を取得する方法 - - vista unable to set new owner Vistaの新しい所有者を設定できませんでした。 - - take ownership 所有権 - - all すべての - - vista change file ownership Vistaのファイルの所有権を変更する - - UNABLE TO SET NEW OWNER VISTA Vistaの新しい所有者を設定できませんでした。 - - download icacls ダウンロードicacls - - grant full access permission vista Vistaのフルアクセス許可を付与する - - ownership vista 所有権ビスタ - - unable to set new owner access is denied 新しい所有者を設定できませんでしたアクセスが拒否されました - - change file owner vista Vistaのファイルの所有者を変更する - - take ownership command line 所有権のコマンドライン - - TakeControlOf.zip takecontrolof.zip - - command line take ownership コマンドラインからの所有権 - - take ownership cmd 所有権のcmd - - vista takeown ビスタtakeown - - vista ownership privileges Vistaの所有権の権限 - - vista system32 access denied ビスタsystem32アクセスが拒否されました - - takecontrolof.cmd takecontrolof.cmd - - take ownership and grant full access permission 所有権の完全なアクセス許可を付与する - - vista system32 access Vistaのsystem32のアクセス - - take ownership script 所有権のスクリプト - - vista system32 permissions Vistaのsystem32のアクセス許可 - - take ownership of vista ビスタの所有権を取得 - - ownership privileges vista 所有権の権限ビスタ - - cmd take ownership cmd所有権 - - vista grant full access permission Vistaのフルアクセス許可を付与する - - grant full access permission in vista Vistaのフルアクセス許可を付与する - - icacls /grant icacls /助成金 - - unable to set new owner access denied アクセスが拒否されました新しい所有者を設定できませんでした。 - - unable to set new owner 新しい所有者を設定できませんでした。 - - take ownership download 所有権のダウンロード - - change file owner in vista ファイルの所有者はVistaの変更 - - change file Permissions vista ファイルのアクセス権を変更ビスタ - - take ownership and grant full access permission Vista 所有権の完全なアクセス許可を付与するビスタ - - take ownership and grant full access permission 所有権の完全なアクセス許可を付与する - - file ownership vista ファイルの所有権ビスタ - - batch take ownership バッチ所有権 - - how to take ownership vista Vistaの所有権を取得する方法について - - vista "unable to set new owner" Vistaの"新しい所有者を設定できませんでした。 " - - vista takeownership ビスタtakeownership - - "unable to set new owner" vista "新しい所有者を設定できませんでした"ヴィスタ - - ownership and grant full access permission 完全なアクセス許可を付与するの所有権と - - ownership and grant full access permission 完全なアクセス許可を付与するの所有権と - - vista take ownership command line Vistaの所有権のコマンドライン - - icacls grant icaclsグラント - - grant full access vista 助成金のフルアクセスビスタ - - Change Ownership in Vista Vistaの所有権を変更する - - icacls Access Denied icaclsアクセスが拒否されました - - how to grant full permission in vista Vistaの完全なアクセス権を付与する方法で - - download takeown ダウンロードtakeown - - changing ownership of files in vista ビスタのファイルの所有権を変更する - - script take ownership スクリプトの所有権を取る - - change file ownership vista Vistaのファイルの所有権を変更する - - takeown takeown - - vista system32 permission Vistaのsystem32の許可 - - how to take ownership and grant full access permission in vista 所有権を取得する方法について、完全なアクセス許可を付与するビスタ - - ownership in vista 所有権ビスタ - - windows xp command line take ownership Windows XPのコマンドラインからの所有権 - - Takeown download takeownダウンロード - - how to grant full access in vista Vistaの完全なアクセス権を付与する方法で - - take ownership on vista Vistaの所有権を取る - - change file ownership in vista Vistaのファイルが所有権を変更する - - icacls ownership icacls所有権 - - changing file ownership vista Vistaのファイルの所有権を変更する - -