• C:\Windows\system32>su administrator

    From Lars Anders@21:1/5 to All on Sun Jan 29 05:07:42 2023
    C:\Windows\system32>su administrator
    'su' is not recognized as an internal or external command,
    operable program or batch file.

    I am the only one who uses my laptop and I set it up normally (as I recall) something like five or more years ago, and I've never logged into the administrator account explicitly.

    When I right click to run as admin on an executable it doesn't ask for the password when the User Account Control box comes up.

    When I want to open an admin command prompt, I use the search to find the
    "Run as administrator" shortcut which doesn't ask me for a password when
    the User Account Control box comes up.

    Or I just type Win+R > cmd {ctrl+shft+enter} which does the same thing.

    Then in the command prompt I ask "whoami" and it says "you/you" and not "admin/admin" which works for me because I have admin permissions.

    But how would I even know what the admin password is that I set years ago? Obviously I'll have to use trial and error (I have ideas what it could be).

    But is there a way from my user account to "log into" the admin?
    Sort of like how Linux has the switch user "su" command?

    C:\Windows\system32>su administrator

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lars Anders@21:1/5 to All on Sun Jan 29 05:12:26 2023
    C:\Windows\system32>su administrator
    'su' is not recognized as an internal or external command,
    operable program or batch file.

    I am the only one who uses my laptop and I set it up normally (as I recall) something like five or more years ago, and I've never logged into the administrator account explicitly.

    When I right click to run as admin on an executable it doesn't ask for the password when the User Account Control box comes up.

    When I want to open an admin command prompt, I use the search to find the
    "Run as administrator" shortcut which doesn't ask me for a password when
    the User Account Control box comes up.

    Or I just type Win+R > cmd {ctrl+shft+enter} which does the same thing.

    Then in the command prompt I ask "whoami" and it says "you/you" and not "admin/admin" which works for me because I have admin permissions.

    But how would I even know what the admin password is that I set years ago? Obviously I'll have to use trial and error (I have ideas what it could be).

    But is there a way from my user account to "log into" the admin?
    Sort of like how Linux has the switch user "su" command?

    C:\Windows\system32>su administrator

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lars Anders@21:1/5 to Lars Anders on Sun Jan 29 05:21:40 2023
    On 29 Jan 2023, Lars Anders <larsanders1998@glocalnet.se> wrote :

    C:\Windows\system32>su administrator

    sorry for the hiccup

    the network is flaky so it gave an error and I resent twice.

    to my horror I saw it was sent, but only later for some reason.

    the news server is flaky lately.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to Lars Anders on Sun Jan 29 01:21:51 2023
    On 1/28/2023 11:07 PM, Lars Anders wrote:

    C:\Windows\system32>su administrator
    'su' is not recognized as an internal or external command,
    operable program or batch file.

    I am the only one who uses my laptop and I set it up normally (as I recall) something like five or more years ago, and I've never logged into the administrator account explicitly.

    When I right click to run as admin on an executable it doesn't ask for the password when the User Account Control box comes up.

    When I want to open an admin command prompt, I use the search to find the "Run as administrator" shortcut which doesn't ask me for a password when
    the User Account Control box comes up.

    Or I just type Win+R > cmd {ctrl+shft+enter} which does the same thing.

    Then in the command prompt I ask "whoami" and it says "you/you" and not "admin/admin" which works for me because I have admin permissions.

    But how would I even know what the admin password is that I set years ago? Obviously I'll have to use trial and error (I have ideas what it could be).

    But is there a way from my user account to "log into" the admin?
    Sort of like how Linux has the switch user "su" command?

    C:\Windows\system32>su administrator


    If you look in Control Panels (Start : Run : control),
    User Accounts (then Manage Another Account), there is no
    Administrator account. Instead, there is the "Lars" account
    which belongs to the "administrator group". Using the UAC prompt,
    the Lars account has just as much power as the Real Administrator
    account.

    *******

    As a member of the Administrator group, you can do this
    in an Administrator terminal window of some sort.

    net user administrator /active:yes

    Now, go back to the User Accounts panel again and then the
    Manage Another Account section. Now you will see a new
    account called Administrator. You have activated the
    "real administrator" account.

    Don't forget to set the password on the Administrator account.

    Running all the time as Administrator is "Not Recommended".

    For example, running Firefox as Administrator, means
    if the browser is exploited, the elevation makes
    changing files on the machine easier.

    There is a utility called DropMyRights and using it,
    you can do this.

    DropMyRights firefox

    Running all the time as Administrator, does not turn the
    computer into Windows 98. You will find that Microsoft has
    arranged things in a particular way, such that direct action
    from Administrator, isn't actually that useful. It always
    takes "two steps" to do anything. Microsoft has set things
    up this way, to discourage running as administrator like that.

    The thing of value in the Administrator capability ?
    Impersonation Privilege. The ability to become TrustedInstaller
    for example. Or to become SYSTEM account.

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From WolfFan@21:1/5 to Lars Anders on Sun Jan 29 10:13:54 2023
    On Jan 28, 2023, Lars Anders wrote
    (in article <tr4s21$cp79$1@paganini.bofh.team>):


    C:\Windows\system32>su administrator
    'su' is not recognized as an internal or external command,
    operable program or batch file.

    ’su’ is a Unix command. It’s not available in MS command line.


    I am the only one who uses my laptop and I set it up normally (as I recall) something like five or more years ago, and I've never logged into the administrator account explicitly.

    Unless you set up a separate standard account, you are logging into an admin account, the account set up when you first set up a WinBox is an admin
    account. You can also set up the built-in admin account; until Vista it was live automatically, since Vista you have to enable it. See, for example, https://www.groovypost.com/howto/enable-disable-built-in-administrator- account-windows-10/


    When I right click to run as admin on an executable it doesn't ask for the password when the User Account Control box comes up.

    You probably are using an admin account.


    When I want to open an admin command prompt, I use the search to find the "Run as administrator" shortcut which doesn't ask me for a password when
    the User Account Control box comes up.

    You almost certainly are using an admin account.


    Or I just type Win+R > cmd {ctrl+shft+enter} which does the same thing.

    Then in the command prompt I ask "whoami" and it says "you/you" and not "admin/admin" which works for me because I have admin permissions.

    But how would I even know what the admin password is that I set years ago? Obviously I'll have to use trial and error (I have ideas what it could be).

    But is there a way from my user account to "log into" the admin?
    Sort of like how Linux has the switch user "su" command?

    C:\Windows\system32>su administrator

    Enable the built-in, and switch users.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From cris@21:1/5 to WolfFan on Sun Jan 29 12:51:40 2023
    On 29/01/2023 07:13, WolfFan wrote:
    'su' is a Unix command. It's not available in MS command line.

    [https://sourceforge.net/projects/surun/]

    Unless you set up a separate standard account, you are logging into an admin account, the account set up when you first set up a WinBox is an admin account.

    [https://en.wikipedia.org/wiki/Runas]

    You can also set up the built-in admin account; until Vista it was
    live automatically, since Vista you have to enable it.

    [https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-xp/bb490994(v=technet.10)?redirectedfrom=MSDN]

    See, for example, https://www.groovypost.com/howto/enable-disable-built-in-administrator- account-windows-10/

    SteelRunAs
    http://www.steelsonic.com/

    WinGnut Encrypted RunAs
    https://www.wingnutsoftware.com/

    RunAs Professional
    https://www.mast-computer.com/c_9-l_en.html

    Secure Runner
    http://www.dolinaysoft.com/secure_runner.htm

    RunAsTool
    https://www.sordum.org/8727/runastool-v1-5/

    You probably are using an admin account.

    RunAs Microsoft Windows https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-xp/bb490994(v=technet.10)?redirectedfrom=MSDN

    CPAU
    http://www.joeware.net/freetools/tools/cpau/

    RunAsSpc
    https://robotronic.net/runasspcen.html

    Runapp
    https://www.horland.de/runapp-download.html

    You almost certainly are using an admin account.

    RunItAs
    https://runitas.en.softonic.com/

    RunAsGui
    https://www.softpedia.com/get/Security/Encrypting/RunAsGUI.shtml

    PCWRunas
    https://www.pcwelt.de/downloads

    SuRun
    https://sourceforge.net/projects/surun/

    Enable the built-in, and switch users.

    RunAsEU
    [https://runas.eu/]

    RunAsRob
    https://runasrob.com/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)