Running everthing as Admin by default?

Forums Operating Systems Windows Server 2012 R2 Miscellaneous Running everthing as Admin by default?

Viewing 3 reply threads
  • Author
    Posts
    • #44703
      an1997
      Participant

        Hi,

        As per title, is it possible to run everything as an Admin by default?

        I am already using the default Administrator account.

        Cheers.

      • #60899
        Anonymous

          Yes, of course.
          But that is not recommended, because it´s dangerous.
          If you use an ADMIN-account, then your computer is at risk because malware can access everything.
          You should always use a normal USER-account, only use use the ADMIN-account for maintenance,
          and do not surf the web while using the ADMIN-account.

        • #60898
          Anonymous

            Yes, via unattend.xml as such. This enables Administrator from the get go and you won’t be forced to create any extra accounts.

                    


            Enable Admin Account
            1
            net user administrator /active:yes


                        



            false
            YOURPASSWORD+"PASSWORD"BASE64_ENCRYPTED_STRING == NOT_SAFE_FROM_CAPTAIN_COLDBLOC

            Default Administrator Account
            Administrator
            Administrators
            Administrator


                        
            true
            1
            Administrator

            Not sure if you want blank password, but you can enable that in the registry, a quick search might turn up the exact .reg.


            Not safe, but it can be done.

          • #60900
            Anonymous

              Depending on your security settings, even using the ‘Administrator’ account for everything might still be limited by split tokens or other built-in limitations.

              http://www.msfn.org/board/topic/144776-unable-to-open-an-elevated-windows-explorer-window/

              http://technet.microsoft.com/en-us/library/cc772207%28v=ws.10%29.aspx

          Viewing 3 reply threads
          • You must be logged in to reply to this topic.