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. Normally UAC cannot be enabled or disabled by using GUI-based Control Panel. 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.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. Simply open command prompt window and run the following command:
To Disable 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
To Enable 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
After the command, computer needs to be restarted to the change to be effective.
Sponser
Subscribe to:
Post Comments (Atom)
Recent Post :
Popular Posts
-
Now you can resume the files u want to download from mediafire.com . Mediafire provide you resume facility but when you shutdown your PC or ...
-
Make a folder in any drive. Click on Start>Run Type "cmd" and click OK. Type Your Drive where is your folder created and press ...
-
This HTML escape tool known as HTML parser or encoder provides you to place adsense code into your post.You can also use HTML or Java Scri...
-
Here is the trick to rename your start button in windows XP. You can rename the taskbar. Download
-
The steps below will add an extra DOT allias in your existing Email ID. Normally yahoo dont allow a dot-id as an profile. The new ID can be ...
-
Chances are over the cause of time you have used many email addresses to communicate with friends, such as those given by your school, colle...
-
ANSI.SYS Defines functions that change display graphics, control cursor movement, and reassign keys. APPEND Causes MS-DOS to look in other d...
-
Who Used Your PC In your Absence? What Did He Do? 1st you Should Go- Start > Run> Type- Eventvwr.msc And you can check who use...
-
Instructions: 1. Put that in the address bar and press enter. 2. Start editing the writing/pics whatever you want. 3. To get rid of it ju...
-
If you want to know that how to turn the pc on in 10 seconds (may vary) just follow the given steps. Right Click on the start button then pr...
Post a Comment