Wednesday, December 19, 2018

Find WiFi password from CMD

To display WiFi Password, Follow these steps:
 
  • Open CMD as administrator.
  • Run the following command: 
netsh wlan show profile

  • Run the following command:
netsh wlan show profile name=<YOURWIFINAME> key=clear


MS-SQL CPU limit

 ALTER RESOURCE GOVERNOR RECONFIGURE; CREATE RESOURCE POOL pMAX_CPU_65 WITH (MAX_CPU_PERCENT = 65); GO CREATE WORKLOAD GROUP gMAX_CPU_65 USI...