Welcome to Harkawal's Blog. Hope you are doing good !

Monday, October 14, 2019

Fix slow photos app windows 10

Fix slow photos app in windows 10

Open Microsoft Photos

Go to Settings

Turn off Microsoft OneDrive Show my cloud-only content from OneDrive

Turn People to off

Turn Viddeo Use hardware-accelerated video encoding to off

Done

Simple as that.


Friday, August 16, 2019

Disable Superfetch in Windows 10

Disable Superfetch in Windows 10

Superfetch is good but if it is causing problem and making disk to 100% always, then it's a good idea to try disabling it. As in my PC it was causing disk to 100% always. So i just disabled it and now am not having the 100% disk usage problem always.

Here is how we can do this;

Open Command Prompt with administrator previlages.

Enter the following command;

net.exe stop sysmain

Press Enter

or if the above command is not working;

Then enter the following command;

net.exe stop superfetch

Press Enter

We can also do this in Services.msc

Open Run 

Type services.msc

Look for SysMain Service.

Right click on it and then click  on Stop

Or if you want to disable it permanently, then right click and select properties

Then Startup type to disabled.

To enable it right click on SysMain select properties and startup type to Automatic.

Click on Ok.

Done !

Simple as that.



Tuesday, August 13, 2019

Failed to open session Error Virtual Box

Sometimes we get an Error in Oracle Virtual Box

"Failed to open session"

For this we can solve this problem very easily with the below mentioned command in the Command Prompt;

Open Command Prompt in Administrator Mode

Type the below command;

2
 bcdedit /set hypervisorlaunchtype off                                                             
Press Enter
This will disable hyper v
To enable again (In case you need to enable it at some point or in some other situation;
Open Command Prompt in Administrator Mode
Type the below command;
 bcdedit /set hypervisorlaunchtype auto
3
4 Thanks and Regards 5 Harkawal Post settings Labels Virtual Box, No matching suggestions Published on 7/13/19 2:57 PM Links Location Search Description Options Post: Edit

Sunday, June 2, 2019

Android App Crash Problem

Android App Crash Problem
In case of problems in your android mobile device like Crashing application or hang or not responding properly, First of all Restart your android mobile device (or power off the android mobile device and then power on or if you are unable to see the option of restarting or power off, then the power button need to be pressed and hold for few seconds and your phone will restart).
You may also check the android update in your droid mobile device after restarting it.
If your  android mobile device is already updated then you may need to update the app which is having problem.  For that you need to go to the droid mobile device's play store app and then go to my apps and see if there is an update available, then update it by taping on update option.
You may try clearing the cache of the app which is causing problem.
Sometimes you may need to clear the app's data. But doing that will erase all the data saved in that app, so you need to take back up before doing this.
Sometimes you might need to uninstall and reinstall the app. (But you need to take the back up before doing anything like that. )
Disclaimer: I am not responsible for any harm to your android mobile device after reading this article and following it practically. i am not Engineer. I have written this article just for my knowledge and my mind's back up about this. Practically follow it entirely at your risk.
Thanks and Regards
Harkawal
In case of any queries, you can leave a comment.
I love answering the questions.

Friday, May 24, 2019

Firebase Update

New Update available 6.9.0 → 6.10.0     
 Run npm i -g firebase-tools to update