كيف أن يأخذ ملكية ويشبع تحكم أذونات من مبارد وملفات في [فيستا]

[ا لوت] من مبارد وملفات داخل [ويندووس] [فيستا] يتمّ لا واقعيّا ينتسب إلى مستعملات. بالأحرى, يتلقّى كثير [سستم فيل] "وثق مركبة" بما أنّ مالكة, ال [أسّين] أو منحة [ردوريت], عارضة أو يشبع تحكم أذونات إلى نظامة أو مبتدعة مالكة مستعملة يحسب فقط. هكذا مستعملات ينبغي أخذت ملكية ومنحت يشبع [أكّسّ كنترول] أذونات وحقوق إلى بنفسي إن هم يريدون أن يعدّل, عيّنت أو محات هذا مبارد أو ملفات. أحيانا, مستعملات يمكن احتجت أن يأخذ ملكية ومنحت يشبع حقوق إلى بنفسي على آخر إدارة وحدة دفع أو حاجز, خصوصا على أسطوانة حديثا يركّب أو يدخل إن هم يستطيع لا يستعرض ال [كنتنتس] من الإدارة وحدة دفع.

أتمّت أن يأخذ ملكية ومنحت يشبع تحكم (أو [رد وريت]) أذونات من مبارد أو ملفات في [ويندووس] [فيستا], هذا [ستبس].

  1. حددت في [ويندووس] رجل التّنقيب نافذة, المبارد أو ملفات أنّ أنت تريد أن يأخذ ملكية ومنحة أو غيّرت يشبع تحكم أو أخرى [أكّسّ برميسّيون].
  2. يصحّ طقطقت فوق المبرد أو دليل, وبعد ذلك انتقيت خاصية على ال يصحّ طقطقة قائمة الطعام.

    فتحت ملف خاصية

  3. طقطقت فوق أمن [تب.].
  4. طقطقت فوق متقدّمة زرّ في القعر.

    لقطة ملكية

  5. تقدّم في "أمن عمليّة إعداد" حوار نافذة, يطقطق فوق مالكة [تب.].
  6. هنا سيكون أنت يمكن أن يرى مالكة حاليّة ([إي.]. [تروستدينستلّر]). طقطقت أن يأخذ ملكية من الشيء, فوق ال حرّرت زرّ. دخلت إن [أوك] يحضّ لمديرة كلمة سرّ أو إذن أن يستمرّ, ال يصحّ كلمة سرّ أو ضغطت استمرّت زرّ.

    لقطة [أنورشيب] من مبارد وملفات في [ويندووس] [فيستا]

  7. تقدّم إضافيّة "أمن عمليّة إعداد" حوار سيظهر. ركّزت المستعملة اسم (مثلا, مديرات) في ال غيّرت مالكة إلى علّبت أنّ يريد أنت أن يعيّن كالمالكة للشيء. طقطقة [أك] أن يجعل التغير.

    لقطة ملكية من مبارد وملفات في [فيستا]

  8. تقدّم إلى الخلف في أصليّة والد مستوى "أمن عمليّة إعداد" نافذة, أنت سترى المالكة موجودة من المبرد أو ملف قد غيّر إلى المستعملة أنت فقط انتقيت.
  9. طقطقة [أك] زرّ أن يخرج هذا نافذة.
  10. طقطقة [أك] ثانية إلى مخرجة تماما من الخاصية نافذة.
  11. انتسبت الملكية الآن إلى مستعملة أو مستعملة حساب أنّ يكون ينتقى. كرّرت أن يعيّن أذونات ضروريّة إلى المستعملة أيضا, خطوة 1 [تو] 3 أن يفتح الشيء خاصية نافذة ثانية.
  12. طقطقت في شيء خاصية نافذة, فوق حرّرت زرّ أن يغيّر أذونات. دخلت إن [أوك] يحضّ لمديرة كلمة سرّ أو إذن أن يستمرّ, ال يصحّ كلمة سرّ أو ضغطت استمرّت زرّ.

    غيّرت مبارد وملفات أذونات في [ويندووس] [فيستا]

  13. ركّزت ال مديرات or the user who wants the permissions on the object be changed in the “Group or user names” box.

    If the user ID or group that you want to manage the permissions for the object doesn’t exist, click on Add button, and type in the user name or group name desired into the Enter object names to select box, and finish off by clicking on OK.

  14. In the Permissions for Administrators box below (or any other user name or group name you chose), click on “Full Control” under the “Allow” column to assign full access rights control permissions to Administrators group.

    Assign Full Control Permissions

  15. Click “OK” twice when done.

Users can now do whatever you like to the files or directories processed as above. If you feel that above process is a little too long, and prefer to use command line to perform above process, then open an elevated command prompt as administrator, and issues the following commands:

For Files:

takeown /f file_name /d y
icacls file_name /grant administrators:F

For Folders or Directories (will perform action recursively):

takeown /f directory_name /r /d y
icacls directory_name /grant administrators:F /t

Replace file_name or directory_name with actual file name or folder name, with path when applicable. The first command will take ownership of the file or folder specified, and the second command will grant full control permissions to administrators user group. Note that when using command for folders, to command will run recursively. To prevent the task been perform recursively, remove the “/r” and “/t” switch.

Above 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 Administrators user group by typing simple command. Alternatively, users can add “Take Control Of” option to right click menu so that the next time you need to take control of a file with full control permissions, it’s just a one click task.

IMPORTANT: You're reading a machine translated page which is provided "as is" without warranty. Unlike human translation, machine translation does not understand the grammar, semantics, syntax, idioms of natural language, thus often produce inaccurate and low quality text which is misleading and incomprehensible. Thus, please refer to original English article when in doubt.



4 Responses to “How to Take Ownership and Full Control Permissions of Files and Folders in Vista”

  1. How to Take Ownership and Grant Permissions in Windows Vista » My Digital Life
    April 24th, 2008 21:39
    1

    [...] This guide has been reposted to Tip and Trick. [...]

  2. Delete Undeletable Files in Windows Vista » My Digital Life
    April 24th, 2008 22:00
    2

    [...] This article has been reposted to Tip and Trick. [...]

  3. Fix Logitech QuickCam (Messenger, Chat, Zoom, IM, Express) Not Compatible Driver Issue in Windows Vista SP1 » Tip and Trick
    April 24th, 2008 22:08
    3

    [...] Take ownership and grant full access permission of WindowsSystem32driversUSBAUDIO.SYS file. [...]

  4. Windows Vista Cannot Auto Find Driver for New USB Device Plugged In » Tip and Trick
    April 27th, 2008 11:10
    4

    [...] delete INFCACHE.1 file, user have to has the Full Control permission and ownership on the file. You can choose to rename if you want to be on the safe side. If the UAC prompt for [...]

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>

Subscribe without commenting


Custom Search

Incoming Search Terms for the Article

take ownership of folders - vista take ownership - take ownership of folder - icacls recursive - take permission - files - You need Full Control Permission - ownership and grant full access permission - grant full access vista - all - take ownership and grant full access permission vista - full control permissions - take ownership mac os x - batch take ownership - take ownership xp command line - vista take ownership script - take permission in vista - take permission vista - vista take control of folder - take ownership command prompt - vista full control - take ownership and grant full access permission - grant full access permission in vista - full control vista - take ownership of folders in vista - vista change owner recursive - mac os x take ownership - take ownership of folder vista - take ownership and full control - full control permission to folder for vista - full control permission - vista permissions full control - how to take ownership of a file - osx take ownership - how to take ownership of a drive - How to take ownership and grant full access permission in vista - take control of folder vista - windows vista recursive change permission - vista take owner ship - grant full access permission Vista - take ownership of files xp sp3 - how to take ownership of folders - permission - TAKING OWNERSHIP OF FOLDERS - How to take ownership of a file or folder in Vista - ownership - take onwership - vista take permission - grant permission rights recursively in vista - take ownership and grant full access permission -