How to Disable or Enable Vista User Access Control in Command Prompt कमान में अक्षम या सक्षम Vista उपयोगकर्ता पहुँच नियंत्रण के लिए कैसे तत्काल

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. (Windows Vista, जो एक बार अनुमति की माँग को एक काम जो ऊंचा प्रशासक के अधिकारों की आवश्यकता है जारी रखने के लिए खिड़की संवाद पुष्टि पॉप में UAC). Normally UAC cannot be enabled or disabled by using GUI-based Control Panel. आम तौर पर UAC या सक्षम नहीं GUI का उपयोग नियंत्रण पैनल आधारित द्वारा अक्षम हो सकता है. 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. प्रोग्रामर या डेवलपर्स के लिए यह करने के लिए प्रयोग CLI (कमांड लाइन अंतरफलक) आदेश, जो बैच लिपि में कार्य को स्वचालित इस्तेमाल किया जा सकता द्वारा सक्षम या अक्षम 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 C: \ Windows \ system32 \ cmd.exe / k% windir% \ system32 \ reg.exe जोड़ें HKLM \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Policies \ प्रणाली / v 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 C: \ Windows \ system32 \ cmd.exe / k% windir% \ system32 \ reg.exe जोड़ें HKLM \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Policies \ प्रणाली / v EnableLUA / टी REG_DWORD / घ 1 / च

After the command, computer needs to be restarted to the change to be effective. आदेश के बाद, कंप्यूटर से बदल पुनर्प्रारंभ करने की आवश्यकता के लिए प्रभावी होगी.

IMPORTANT : The page is machine translated and provided "as is" without warranty. महत्वपूर्ण: पृष्ठ की मशीन है और अनुवाद प्रदान "के रूप में वारंटी के बिना है." Machine translation may be difficult to understand. मशीन अनुवाद मुश्किल से समझ सकते हो. Please refer to कृपया उल्लेख करने original English article मूल अंग्रेजी लेख whenever possible. जब भी संभव है.


5 Responses to “How to Disable or Enable Vista User Access Control in Command Prompt” 5 उत्तर के लिए "कैसे निष्क्रिय या सक्रिय Vista उपयोगकर्ता पहुँच नियंत्रण के लिए कमान के तत्काल"

  1. How to Disable and Turn Off UAC in Windows 7 » My Digital Life अक्षम UAC के बाहर और Windows में कैसे मुड़ें 7 »मेरे डिजिटल जीवन
    February 4th, 2009 00:45 4 फ़रवरी 2009 00:45
    5 5

    [...] greater convenient to advanced technical user. [...] अधिक उन्नत तकनीकी उपयोगकर्ता के लिए सुविधाजनक है. In actual, the commands,, which are also used to disable or enable UAC in Vista, are just doing the same thing as directly modifying the [...] असल में, आदेश,,, जो भी अक्षम है या Vista UAC में सक्षम किया जाता है बस सीधे संशोधित रूप में एक ही बात कर रहे हैं [...]

  2. How to Disable and Turn Off UAC in Windows 7 » My Digital Life अक्षम UAC के बाहर और Windows में कैसे मुड़ें 7 »मेरे डिजिटल जीवन
    February 4th, 2009 00:45 4 फ़रवरी 2009 00:45
    4 4

    [...] greater convenient to advanced technical user. [...] अधिक उन्नत तकनीकी उपयोगकर्ता के लिए सुविधाजनक है. In actual, the commands,, which are also used to disable or enable UAC in Vista, are just doing the same thing as directly modifying the [...] असल में, आदेश,,, जो भी अक्षम है या Vista UAC में सक्षम किया जाता है बस सीधे संशोधित रूप में एक ही बात कर रहे हैं [...]

  3. admin व्यवस्थापक
    June 25th, 2007 15:29 25 जून 2007 15:29
    3 3

    You need to launch as administrator. आप व्यवस्थापक के रूप में शुरू करने की जरूरत है.

  4. Shadic Shadic
    June 25th, 2007 14:07 25 जून 2007 14:07
    2 2

    I do this, and I end up with a oh-so-wonderful “Access is denied” in the MS-DOS window that appears… मैं यह कर, और मैं अंत के साथ एक ओह, तो कुछ अद्भुत प्रवेश "" एमएस में से इनकार-Dos विंडो है ...

  5. Myles Myles
    April 23rd, 2007 23:48 23 अप्रैल 2007 23:48
    1 1

    Or you could just type msconfig and goto tools then down to Disable UAC या आप बस सकता है प्रकार msconfig और गोटो तो निष्क्रिय UAC के नीचे उपकरण

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=""> <acronym कर सकते हैं <blockquote title=""> <b> cite=""> <cite> <code> <डेल DateTime = ""> <em> <i> <q cite=""> <strike> <strong>

Subscribe to comments feature has been disabled. टिप्पणी की सुविधा है विकलांग गया है की सदस्यता लें. To receive notification of latest comments posted, subscribe to सदस्यता के लिए नई टिप्पणियों की सूचना प्राप्त पोस्ट किया है, My Digital Life Comments RSS feed मेरे डिजिटल जीवन टिप्पणियाँ आरएसएस फ़ीड or या register to receive रजिस्टर प्राप्त करने के लिए new comments in daily email digest. दैनिक ईमेल में नई टिप्पणियाँ डाइजेस्ट.
Custom Search

New Articles नए लेख

Incoming Search Terms for the Article के लिए खोजें शर्तें आने अनुच्छेद

vista uae विस्टा संयुक्त अरब अमीरात - -- disable uac script निष्क्रिय uac लिपि - -- uae vista संयुक्त अरब अमीरात विस्टा - -- turn off uae बंद संयुक्त अरब अमीरात - -- disable vista administrator confirmation निष्क्रिय Vista प्रशासक पुष्टि - -- disable uae निष्क्रिय कर संयुक्त अरब अमीरात - -- disable acl vista निष्क्रिय ACL विस्टा - -- script disable UAC स्क्रिप्ट को निष्क्रिय UAC - -- script to disable uac निष्क्रिय uac के लिए पटकथा - -- remove vista confirmation विस्टा पुष्टिकरण हटा - -- turn off acl in vista विस्टा में बंद ACL बारी - -- vista confirmation विस्टा पुष्टि - -- vista acl turn off ACL बंद विस्टा - -- vista administrator confirmation Vista प्रशासक पुष्टि - -- vista confirmation disable विस्टा पुष्टि अक्षम - -- turn off vista acl बंद विस्टा ACL बारी - -- turn off acl vista बंद ACL विस्टा बारी - -- disable acl in vista विस्टा में अक्षम ACL - -- vista turn off UAE विस्टा बंद संयुक्त अरब अमीरात - -- vista disable acl विस्टा को निष्क्रिय ACL - -- disable uac on vista deutsch विस्टा को निष्क्रिय कर देते हैं uac Deutsch - -- vista turn off acl विस्टा बंद ACL - -- vista acl disable विस्टा ACL अक्षम - -- vista remove confirmation विस्टा पुष्टिकरण हटा - -- disable vista uae निष्क्रिय Vista संयुक्त अरब अमीरात - -- turn off confirmation in vista बंद विस्टा में पुष्टि की बारी - -- turn off uac script बंद uac स्क्रिप्ट बारी - -- disable vista acl निष्क्रिय Vista ACL - -- turn off vista confirmation बंद विस्टा पुष्टि की बारी - -- disable vista prompt निष्क्रिय Vista शीघ्र - -- vista turn off confirmation विस्टा बारी पुष्टि बंद - -- how to turn off confirmation in vista कैसे बंद करने विस्टा में पुष्टि - -- how to turn off uae कैसे बंद को संयुक्त अरब अमीरात - -- vista confirm विस्टा की पुष्टि - -- How to turn off ACL in Vista कैसे बंद Vista में एसीएल बारी - -- how to disable user access in vista विस्टा में अक्षम उपयोगकर्ता का उपयोग कैसे - -- turning off UAE बंद संयुक्त अरब अमीरात मोड़ - -- UAE In Vista संयुक्त अरब अमीरात Vista में - -- how to disable uae निष्क्रिय कर संयुक्त अरब अमीरात के लिए कैसे - -- vista disable uae विस्टा को निष्क्रिय कर संयुक्त अरब अमीरात - -- script to turn off UAC लिपि बंद करने UAC - -- disable vista confirmation निष्क्रिय Vista पुष्टि - -- turn off uae vista बंद संयुक्त अरब अमीरात विस्टा बारी - -- uac disable script uac अक्षम लिपि - -- uac script uac लिपि - -- UAE disable संयुक्त अरब अमीरात को निष्क्रिय - -- acl vista disable ACL विस्टा को निष्क्रिय - -- enable cmd vista cmd विस्टा सक्षम - -- vista disable confirm निष्क्रिय विस्टा की पुष्टि - -- how to disable vista confirmation निष्क्रिय Vista पुष्टि कैसे - --