Friday 24 November 2017

Some website or mobile apps like saavan, Spotify, holachef not working in wifi but working in mobile data

Some website or mobile apps like saavan, Spotify, holachef not working in wifi but works fine in mobile data.

Problem : This is IP address or DNS issue.

Solution : Use Static or Manual IP address or DNS in your mobile or laptop.

   


Mobile setting : Go to wifi setting
Hold your wifi network and click on modify network and add Static or Manually wifi IP address subnet mask gateway and dns adress

Eg: 
IP Address : 192.168.1.2
Subnet : 255.255.255.0
Gateway : 192.168.1.1
DNS : 8.8.8.8


This solve my issue this will also solve your issue.

Thanks.



Hibernate not showing in Power option or windows 10

Hibernate not showing in Power option or windows 10

Steps :

From Control Panel
Go to Control Panel - Power option - choose what the power button do - System setting - Select hibernate option from below - save change.

From Command line : 
Open cmd in administrator rights - Enter command  powercfg /h on
reboot once system and check.

From regedit ; 
open regedit in administrator rights - 
navigate to : HKEY_LOCAL MACHINE\SYSTEM\CURRENTCONTROLSET\CONTROL\POWER 
- on right side : double click on Hibernateenabled and change value to 0 - Click on ok. Reboot the system and check.

Repair your Hdd disk:
If all this option does not work then this is your hard issue because hibernate works on hdd - Make some free space in hard disk and repair your disk with - chkdsk /r command. ( I have also tried all above option and this repair command solve my problem.)

Thanks