This command will list the saved wifi list
netsh wlan show profile
netsh wlan show profile "<ConnectionName>" key=clear
Example: netsh wlan show profile "Galaxy M3256E2" key=clear
This command will list the saved wifi list
netsh wlan show profile
netsh wlan show profile "<ConnectionName>" key=clear
Example: netsh wlan show profile "Galaxy M3256E2" key=clear
Wordpress may ask for FTP credentials for installing plugins in some hosting. To avoid that we can add this below line in wp-config.php
define('FS_METHOD', 'direct');
This is as a result of some files in C:\xampp\mysql\data\mysql getting corrupted. Solution: Back up C:\xampp\mysql\data Copy all file C:\xa...