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. जब भी संभव है.
Related Articles संबंधित लेख
- Reveal and Access to Windows Vista Hidden Context-Sensitive (Right Click) Menu Item – Open Command Prompt Here & Copy as Path पता चलता है और प्रवेश Windows Vista हिडन संदर्भ के लिए संवेदनशील (ठीक है पर क्लिक करें) मेनू मद - ओपन कमान के तत्काल यहाँ & पथ की प्रतिलिपि के रूप में
- How to Enable More Fonts for Windows Command Prompt कैसे Windows कमान के तत्काल के लिए अतिरिक्त फ़ॉन्ट्स के लिए सक्षम करें
- How to Open Elevated Command Prompt with Administrator Privileges in Windows Vista कैसे प्रशासक विशेषाधिकार के साथ ऊपर उठाया कमान के तत्काल Windows Vista में खोलने के लिए
- How to Fully Maximize Command Prompt Window in Vista कैसे Vista में पूरी तरह अधिकतम कमान के तत्काल विंडो को
- Run Command Prompt Window as Administrator by Right Click Computer in Vista भागो कमान के तत्काल ठीक पर क्लिक करें कम्प्यूटर द्वारा Vista में प्रशासक के रूप में विंडो
- Open Elevated Command Prompt Window Here as Administrator at Current Folder Directly in Vista Windows Explorer खुला ऊंचा कमान के तत्काल वर्तमान फ़ोल्डर में प्रत्यक्ष Vista Windows Explorer में यह प्रशासक के रूप में विंडो
- Turn Off or Disable User Account Control (UAC) in Windows Vista बंद या अक्षम उपयोगकर्ता खाता नियंत्रण (UAC) Windows Vista में घूमो
- Create and Put an Elevated Command Prompt on Windows Vista Desktop or Start Menu बनाएँ और Windows Vista डेस्कटॉप या प्रारंभ पर एक ऊंचा कमान के तत्काल रख मेन्यू
- Enable or Disable Built-in Administrator Account in Windows Vista सक्षम या अक्षम प्रशासक खाते में निर्मित Windows Vista में
- Disable Direct Root Login and User Access via SSH to Server अक्षम प्रत्यक्ष रूट लॉगिन और उपयोगकर्ता पहुँच सर्वर को ssh से होकर










































February 4th, 2009 00:45 4 फ़रवरी 2009 00:45
[...] 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 में सक्षम किया जाता है बस सीधे संशोधित रूप में एक ही बात कर रहे हैं [...]
February 4th, 2009 00:45 4 फ़रवरी 2009 00:45
[...] 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 में सक्षम किया जाता है बस सीधे संशोधित रूप में एक ही बात कर रहे हैं [...]
June 25th, 2007 15:29 25 जून 2007 15:29
You need to launch as administrator. आप व्यवस्थापक के रूप में शुरू करने की जरूरत है.
June 25th, 2007 14:07 25 जून 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… मैं यह कर, और मैं अंत के साथ एक ओह, तो कुछ अद्भुत प्रवेश "" एमएस में से इनकार-Dos विंडो है ...
April 23rd, 2007 23:48 23 अप्रैल 2007 23:48
Or you could just type msconfig and goto tools then down to Disable UAC या आप बस सकता है प्रकार msconfig और गोटो तो निष्क्रिय UAC के नीचे उपकरण