Enable or Disable UAC from the Windows 7 / Vista Command Line
When you are using windows seven in your computer for more than 3 to 4 minutes, then you surely know about the user control account. Then annoying messages will popout in front of you, which is very frustrating for the user and very difficult for the user to stick on the windows seven, to avoid this frustration. You can switch to OS X, ubuntu, suse or even xp. But he huge warning for the users is to disable the UAC (Users Control Account), its insecure your computer.
When you are disabling the UAC, windows wants the permission from you because UAC prevents your computer from unauthorized changing. There is a very quick way to enable or disable the UAC by using commands. There are two methods to enable or disable, one is from the command line and other if from the control panel. By using the registry tweaks, you have to use keys. For disabling the UAC the following syntax should be followed in the command line is (C:WindowsSystem32cmd.exe /k %windir%System32reg.exe ADD HKLMSOFTWAREMicrosoftWindowsCurrentVersionPoliciesSystem /v EnableLUA /t REG_DWORD /d 0 /) and for enabling the UAC the syntax (C:WindowsSystem32cmd.exe /k %windir%System32reg.exe ADD HKLMSOFTWAREMicrosoftWindowsCurrentVersionPoliciesSystem /v EnableLUA /t REG_DWORD /d 1 /f) should be written in the command line.
After all the changes you want to make in your computer, then you have to restart your computer in order to allow these changes to affect your computer. These are some of the simple steps which should be follow to enable or disable the users control account but you can also do this as same as in the command line, in the control panel. The usage of control panel is as easy as compared with the command line interface.
|