1

I don’t see any settings for giving or denying access to saved wifi passwords. I know if the user goes into network properties, wifi passwords are viewable as plain text from there, but this is different from a third-party program reading wifi passwords without the user’s knowledge or consent. Does windows allow programs that are not part of the system to read saved wifi passwords without the user’s knowledge or permission?

1 Answer 1

1

Yes, this can be done.

At an Admin Command Prompt, type:

Command Prompt: netsh wlan show profile name="Profile Name" key=clear to see password

and you can get the WiFi password.

It depends on the attacking program, but the information is there if the program has the capacity.

So, probably you are OK, but be careful what is installed.

I have tested this here on Windows 10 Pro. It also works on Windows 11 Pro.

13
  • Thank you. Is there any way I could figure out if a program is doing something like this? Commented Jul 17, 2021 at 21:44
  • You would need to look through Programs and Features to see if there is a program unknown to you and in the list of installed programs. I do not think this is likely but (a) you asked if it was possible (yes) and (b) you would need to give someone access to your computer.
    – anon
    Commented Jul 17, 2021 at 21:48
  • You mean it does require admin privilege, right? Commented Jul 17, 2021 at 22:03
  • It depends on what the rogue program is doing. Most individuals run as Admin, so this too is possible. It is not likely, but possible.
    – anon
    Commented Jul 17, 2021 at 22:04
  • Thank you. If I’m logged in on an admin account, but run programs normally (not running from “as administrator” in the right-click menu), the programs should not have admin access to anything, should they? Commented Jul 17, 2021 at 22:11

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .