- Open command prompt with admin rights
- Enter the following one after the other and the software has been installed.
-
FOR %F IN ("%SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~*.mum") DO (DISM /Online /NoRestart /Add-Package:"%F")
-
FOR %F IN ("%SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~*.mum") DO (DISM /Online /NoRestart /Add-Package:"%F")
-
Tag: windows 10
Find all the saved wifi passwords in windows 10
It is very simple to look up the used passwords for wifi connections on your computer:
netsh wlan show profiles
netsh wlan show profile name=TypeOneOfTheListedSSIDsHere key=clear