SOLVED

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

Brass Contributor

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 network. My computer is logged in with my username. 

 

Now, all a person has to do is sit on my chair and right-click on Command Prompt and choose Run as administrator. Execute the above command.

 

Didn't Microsoft think about the repercussion of doing this?

 

On the Linux machine, if you want to access sensitive information like these your username and password are not enough. You have to enter su or superuser password.

 

My question is: after Windows XP which had several vulnerable ports wide open why wasn't Microsoft become more careful for Windows 10 about security or social hacking?

3 Replies
best response confirmed by Adrian1595 (Brass Contributor)
Solution
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.

@HotCakeX  I have a question though. Can I make a local user account along with an administrative account at the configuration time of windows 10 when I boot the computer for the first time? Or do I have to do it later when the configuration is done and windows is loaded on the computer with an administrative account? Because on Linux you have to create a local user account and superuser account during the Linux OS installation time.

@Adrian1595 

 

It's not possible to create 2 accounts during the first time Windows setup.

 

However It's possible to create a non-administrator account during the first time Windows setup. it will be from AAD (Azure Active Directory)
https://docs.microsoft.com/en-us/azure/active-directory/devices/azuread-joined-devices-frx

 

If interested:

Spoiler


It's Also possible to do it if you are trying to deploy Windows 10 on lots of machines, so you will create a Windows 10 installation image that is pre-configured with user accounts and settings (usually configured to be used in a company's environment).


but if it's a personal PC and you're installing an original Windows 10 image, then it won't be possible, have to be done right after you finish installation.

1 best response

Accepted Solutions
best response confirmed by Adrian1595 (Brass Contributor)
Solution
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.

View solution in original post