Require Administrator Password

When doing any admin functions (make system changes) a prompt pops up and ask if you if you want to proceed. This prompt is called User Account Control. Its purpose is to remind you of the potential danger of making changes to your system. We should take this danger seriously, but we will without thought click yes. It is also easy for a non-authorized person to make changes. This is why it should be required that you enter a password when you make changes. by default Windows does not. On Linux this action is default.

Let’s enable this now!
  • Press the Windows Key and type “registry”, then press Enter.
  • Select Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\
    Windows\CurrentVersion\Policies\System.
  • Double click ConsentPromptBehaviorAdmin.
  • Change the Value data from 5 to 1.
  • Click OK.

Now Whenever you make a system change of any kind it will ask for a password.

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.