How to Disable or Enable Vista User Access Control in Command Prompt كيفية تعطيل او تمكين المستخدم التحكم في الوصول فيستا في الاوامر
There are many possible way to وهناك العديد من الطرق الممكنة ل turn off or turn on User Access Control ايقاف تشغيل او تحويل السيطرة على وصول المستخدمين (UAC) in Windows Vista, which frequently pop up a confirmation dialog window to asking for permissions to continue a task which requires elevated administrator rights. (Uac) في ويندوز فيستا ، التي كثيرا ما البوب حتى نافذة الحوار تأكيدا ليطالب التصاريح لمواصلة مهمة تتطلب رفع مدير الانسان. Normally UAC cannot be enabled or disabled by using GUI-based Control Panel. عادة لا يمكن ان يكون uac تمكين المعوقين او عن طريق استخدام واجهة القائمة على لوحة التحكم. For programmers or developers, it may be useful to be able to enable or disable UAC by using CLI (command line interface) commands, which can be used to automate tasks in batch script. للمطورين او المبرمجين ، قد يكون من المفيد ان تكون قادرة على تمكين او تعطيل هذه المبادرة القطريه عن طريق استخدام uac (سطر الاوامر) الاوامر ، التي يمكن استخدامها لاتمته المهام في دفعه النصي.
The ability to enable or disable UAC from command prompt is actually using a trick to turn off or on UAC by using registry key. القدرة على تمكين او تعطيل uac من الاوامر باستخدام هو في الواقع حيلة لايقاف او على uac باستخدام مفتاح التسجيل. Simply open command prompt window and run the following command: مجرد فتح نافذة الاوامر وتشغيل الأمر التالي :
To Disable UAC لتعطيل uac
C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f ج : \ نوافذ \ system32 \ cmd.exe / ك ٪ windir ٪ \ system32 \ reg.exe اضافة hklm \ برامج \ مايكروسوفت \ نوافذ \ CurrentVersion \ سياسات \ منظومة / الخامس enablelua / ر reg_dword / د 0 / واو
To Enable UAC لتمكين uac
C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 1 /f ج : \ نوافذ \ system32 \ cmd.exe / ك ٪ windir ٪ \ system32 \ reg.exe اضافة hklm \ برامج \ مايكروسوفت \ نوافذ \ CurrentVersion \ سياسات \ منظومة / الخامس enablelua / ر reg_dword / د 1 / و
After the command, computer needs to be restarted to the change to be effective. بعد قيادة الحاسوب يحتاج الى التغيير من جديد الى أن تكون فعالة.
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 المادة الاصليه English whenever possible. كلما كان ذلك ممكنا.
Share and contribute or get technical support and help at والمساهمة في حصة او الحصول على الدعم التقني والمساعدة فى My Digital Life Forums بلدي الرقميه الحياة المنتديات .
Related Articles مقالات ذات صلة
- How to Enable and Turn On Hibernation Feature in Windows Vista كيفية تمكين والسبات بدوره على ميزة في ويندوز فيستا
- The Call to DllRegisterServer Failed with Error Code 0×80004005 on Windows Vista الدعوة الى فشل dllregisterserver مع رمز الخطأ 0 × 80004005 على ويندوز فيستا
- Activate, Enable and Show Administrator Account in Vista Welcome Screen تنشيط ، وتمكينها من عرض مدير الحساب في شاشة ترحيب فيستا
- How to Open Elevated Command Prompt with Administrator Privileges in Windows Vista كيف ارتقى لفتح الاوامر مع مدير الامتيازات في ويندوز فيستا
- Enable or Disable Built-in Administrator Account in Windows Vista تمكين او تعطيل مدمج مدير البرنامج في حساب ويندوز فيستا
- Emulate Expanded (EMS) Memory Support in Vista with EMS Magic محاكاه الموسعه (نظم الادارة البيءيه) الذاكرة دعم نظم الادارة البيءيه مع فيستا في السحر
- How to Change Windows Vista Product Key كيفية تغيير مفتاح المنتج ويندوز فيستا
- Disable and Turn Off (or Enable or Turn On) Data Execution Prevention (DEP) in Windows Vista تعطيل وايقاف (او تشغيل او تمكين) لمنع تنفيذ البيانات (DEP) في ويندوز فيستا
- Vista IE7 “No Connection to the Internet is Currently Available” Error Ie7 فيستا "لا علاقة لشبكة الانترنت هو متاح حاليا" خطأ
- Easier Way to Take Ownership and Grant Access Files or Directories in Vista أسهل طريقة لاتخاذ الملكيه ومنح الوصول الملفات أو الدلائل في فيستا




























April 23rd, 2007 23:48 نيسان / ابريل 23rd ، 2007 23:48
Or you could just type msconfig and goto tools then down to Disable UAC او يمكنك ان اكتب msconfig والادوات اذهب اليه ثم نزولا الى تعطيل uac
June 25th, 2007 14:07 يونيو 25th ، 2007 14:07
I do this, and I end up with a oh-so-wonderful “Access is denied” in the MS-DOS window that appears… افعل هذا ، وأنا في نهاية الامر - مع ذلك - أوه رائع "رفض الوصول" في مايكروسوفت دوس النافذة التي تظهر…
June 25th, 2007 15:29 يونيو 25th ، 2007 15:29
You need to launch as administrator. انت بحاجة الى اطلاق بوصفه مديرا.