Forum Discussion

Adrian1595's avatar
Adrian1595
Brass Contributor
Nov 10, 2019
Solved

Why wasn't Microsoft still serious about Windows 10 security or social hacking?

I know there is a command on Windows 10 that can obtain the password of the specified wifi SSID like this:   netsh wlan show profiles   Now say I am an administrator of a computer and home netw...
  • HotCakeX's avatar
    Nov 10, 2019
    Hi,
    I think there has been a misunderstanding there.

    Linux needs "SU" command, yes, because it is used to switch from normal user to Root user (the equivalent of Administrator on Windows).
    if you use the Linux as Root user, you won't need "SU" command anymore and accessing sensitive information on your Linux won't ask you for any passwords.

    it's the same on Windows. if you log in as a normal user, you WILL be asked for Administrator (the equivalent of root in Linux that needs SU command). but if you are logged in as Administrator in the first place, you won't be asked for Administrator password again.

    Linux and Windows work the same way in this case.

Resources