Enable or Disable Built-in Administrator Account in Windows Vista تمكين او تعطيل مدمج مدير البرنامج في حساب ويندوز فيستا
Unlike Windows XP where the built-in Administrator user account is created with على عكس ويندوز اكس بي المدمج فيها مدير حساب المستخدم في صنعه blank password كلمة السر فارغه (no password) during Out-of-Box-Experience (OOBE) and simply hidden from the view of users, (لا يوجد كلمة السر) اثناء الخروج من مربع - تجربة (oobe) ببساطة وخفية من وجهة نظر المستخدمين ، Windows Vista ويندوز فيستا also by default will create a built-in Administrator account with empty password, but this Administrator account is disabled by default in all clean installations and upgrades of Windows Vista, including factory pre-installed Windows Vista from Original equipment manufacturers (OEMs) and system builders. افتراضيا ايضا سيخلق مدمج مع مدير الحساب كلمة السر فارغه ، ولكن هذا هو حساب مدير المعوقين بشكل افتراضي في جميع المنشآت ونظيفة من ترقيات ويندوز فيستا ، بما في المصنع قبل تثبيت ويندوز فيستا من مصنعي المعدات الاصليه (نظام إدارة دخول الطلبات) وبناء الانظمه . The admin account is disabled in order to enhance the security protection of the system. وقد تم تعطيل الحساب الاداري من اجل تعزيز الحمايه الامنية للنظام.
How to Enable Windows Vista Administrator Account كيفية تمكين ويندوز فيستا حساب مشرف
Method 1 طريقة 1
Under the command prompt shell window, run the following command: في اطار موجة الاوامر شل نافذة ، قم بتشغيل الأمر التالي :
net user administrator /active:yes صافي مدير البرنامج المستخدم / نشطة : نعم
Note that you may need to علما انه قد تحتاج الى disable UAC تعطيل uac or او open elevated command prompt ارتقى الاوامر مفتوحة .
Method 2 طريقة 2
Enable the built-in Administrator account by using the Local Users and Groups MMC console to change the properties of the Administrator account: تمكين مدمج مدير البرنامج عن طريق استخدام حساب المستخدمين والمجموعات المحلية MMC مستعدة لتغيير خصائص حساب مدير البرنامج :
- Open the MMC console and select Local Users and Groups. فتح MMC console اختر والمستخدمين والمجموعات المحلية.
- Right-click the Administrator account and select Properties. انقر بالزر الايمن لمدير البرنامج وتحديد خصائص الحساب. The Administrator Properties window appears. مدير الممتلكات ويبدو أن النافذة.
- On the General tab, clear the Account is Disabled box. على علامة التبويب عام ، واضحة من الحساب هو الاطار المعوقين.
- Close the MMC console. اغلاق MMC يحدث.
- Administrator access is now enabled. وصول مدير مكن الآن.
Method 3 طريقة 3
You can enable the Administrator login access automatically during the unattended setup and installation of Windows Vista, by using the AutoLogon unattended Setup setting. يمكنك تمكين مدير البرنامج في الدخول تلقائيا أثناء الاعداد غير المشموله بالرعايه وتركيب ويندوز فيستا ، عن طريق استخدام غير المشموله بالرعايه autologon تحديد الاعداد. To do so, set the AutoLogon setting to Administrator in the Microsoft-Windows-Shell-Setup component. على ان تفعل ذلك ، حدد مدير البرنامج لتحديد autologon في مايكروسوفت ويندوز - - شل - اعداد العنصر. This option will enable the built-in Administrator account in Windows Vista, even if a password is not specified in the AdministratorPassword setting. وسيمكن هذا الخيار المدمج في حساب مدير البرنامج في ويندوز فيستا ، حتى لو كان كلمة سر لا تكون محددة في تحديد administratorpassword.
For fully automated procedure, system administrators can create an answer file by using Windows System Image Manager (Windows SIM), as shown in the sample below that will enable the Administrator account, specify an Administrator password, and automatically log onto the system. لالمءتمته بالكامل الأجراء ، يمكن للمشرفين انشاء نظام اجابة الملف عن طريق استخدام نظام ويندوز صورة مدير (ويندوز سيم) ، كما هو مبين أدناه في العينه التي من شأنها ان تمكن مدير الحساب ، حدد مدير البرنامج كلمة السر ، واليا على سجل النظام.
<component name=”Microsoft-Windows-Shell-Setup” processorArchitecture=”x86″ publicKeyToken=”31bf3856ad364e35″ language=”neutral” versionScope=”nonSxS” xmlns:wcm=”http://schemas.microsoft.com/WMIConfig/2002/State” xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance”> <اسم المكون = "مايكروسوفت ويندوز - - - الاعداد شل" processorarchitecture = "x86" publickeytoken = "31bf3856ad364e35" = لغة "محايدة" versionscope = "nonsxs" xmlns : wcm = "http://schemas.microsoft.com/wmiconfig/ 2002/state "xmlns : xsi =" http://www.w3.org/2001/xmlschema-instance ">
<AutoLogon> <autologon>
<Password> <password>
<Value>SecurePasswd123</Value> <value>Securepasswd123 </ القيمه>
<PlainText>true</PlainText> صحيح <plaintext></ الرسالة الغير مشفره>
</Password> </ كلمة المرور>
<Username>Administrator</Username> مدير <username></ اسم المستخدم>
<Enabled>true</Enabled> صحيح <enabled></ مكنت>
<LogonCount>5</LogonCount> <logoncount>5 </ logoncount>
</AutoLogon> </ Autologon>
<UserAccounts> <useraccounts>
<AdministratorPassword> <administratorpassword>
<Value> SecurePasswd123</Value> <value>Securepasswd123 </ القيمه>
<PlainText>true</PlainText> صحيح <plaintext></ الرسالة الغير مشفره>
</AdministratorPassword> </ Administratorpassword>
</UserAccounts> </ Useraccounts>
</component> </ المكون>
How to Disable Administrator Account Logon Access كيفية تعطيل وصول مدير حساب لتسجيل الدخول
Method 1 طريقة 1
Under the command prompt shell window, run the following command: في اطار موجة الاوامر شل نافذة ، قم بتشغيل الأمر التالي :
net user administrator /active:no صافي مدير البرنامج المستخدم / النشطه : لا
Note that you may need to علما انه قد تحتاج الى disable UAC تعطيل uac or او open elevated command prompt ارتقى الاوامر مفتوحة .
Method 2 طريقة 2
Reset and remove all unique and customized account information including product activation status to return to end users first-run out-of-box experience (OOBE) by using sysprep.exe /generalize command. اعادة ضبط وازالة جميع فريدة من نوعها وحسب معلومات الحساب تنشيط المنتجات بما فيها مركز للعودة الى المستخدمين النهائيين الأولى التي تديرها خارج نطاق الاطار تجربة (oobe) باستخدام Sysprep.exe / التعميم القيادة. Sysprep (System Preparation Utility) is an integral part of the operating system and is always present in the C:\Windows\system32 directory, and thus can be invoked from the command line as shown below or via a GUI dialog box. Sysprep (اعداد نظام المنفعه) هو جزء لا يتجزأ من نظام التشغيل وهو دائما حاضرا في ج : \ نوافذ \ system32 الدليل ، وبالتالي يمكن الاستناد اليها من سطر الاوامر كما هو مبين ادناه ، او عبر واجهة مربع الحوار. To run it, execute any of the following command in command prompt or Run box. لاداراتها ، وتعدم اي من التالى فى موجه الأوامر أو تشغيل الاطار.
sysprep /generalize sysprep / التعميم
or او
c:\windows\system32\sysprep\sysprep.exe /generalize ج : \ نوافذ \ system32 \ sysprep \ Sysprep.exe / التعميم
The next time the computer starts, the built-in Administrator account will be disabled. في المرة القادمة التي تبدأ الحاسوب ، المدمج في حساب مدير البرنامج سوف يتم تعطيل.
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 مقالات ذات صلة
- Activate, Enable and Show Administrator Account in Vista Welcome Screen تنشيط ، وتمكينها من عرض مدير الحساب في شاشة ترحيب فيستا
- Enable and Unhide Administrator Account with Vista Local Security Policy Setting ويمكن حساب مدير ظهار فيستا المحلية مع تحديد السياسة الأمنية
- How to Enable and Turn On Hibernation Feature in Windows Vista كيفية تمكين والسبات بدوره على ميزة في ويندوز فيستا
- Temporarily Disable IE7 Protected Mode in Vista on Ad-hoc Basis تعطيل مؤقتا ie7 المحمي في فيستا على اساس المخصص
- How to Disable or Enable Vista User Access Control in Command Prompt كيفية تعطيل او تمكين المستخدم التحكم في الوصول فيستا في الاوامر
- The Call to DllRegisterServer Failed with Error Code 0×80004005 on Windows Vista الدعوة الى فشل dllregisterserver مع رمز الخطأ 0 × 80004005 على ويندوز فيستا
- Unhide the Administrator Account in Windows XP ظهار حساب مدير البرنامج في ويندوز اكس بي
- Workaround to Change System Display Language When Vista MUI Install Tool Fails حل لتغيير لغة العرض نظام فيستا عندما يفشل أداة تثبيت MUI
- Ways to Turn Off and Disable Vista IE 7 Protected Mode طرق لايقاف وتعطيل اي 7 فيستا المحمي
- Disable and Turn Off (or Enable or Turn On) Data Execution Prevention (DEP) in Windows Vista تعطيل وايقاف (او تشغيل او تمكين) لمنع تنفيذ البيانات (DEP) في ويندوز فيستا
































