Add this

Monday, 3 June 2019

Install Dot Net Framework in windows 8 using command prompt?


Hello Guys,

When installing or upgrading to windows 8, many of you could have faced that Dot Net framework missing error when trying to play games or install new software.

It can be fixed easily by this steps.



Installing Dot Net Framework in windows 8 or above is a little bit tedious process.

It can be done by using basic commands.

Press Windows key and R at the same time. Type cmd in the Run dialog box and press Enter.

Open Command Prompt as an Administrator and type as below.

Enter the following line in the Command Prompt: DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:X:\sources\sxs

In order to run this command, you’ll need to replace X with the letter that represents the drive with installation media.

After running this command, you should be able to install .NET Framework 3.5 on your PC without any problems.

Hope this information helps! Do share with someone who needs help installing .NET.

How to clear Cookies and cache in Chrome browser?



I understand many people know this and it is very simple to google. 

This post may help someone who search with basic keywords.

In Chrome Browser :


  1. On your computer, open Chrome.
  2. At the top right, click More More.
  3. Click More tools and then Clear browsing data.
  4. At the top, choose a time range. To delete everything, select All time.
  5. Next to "Cookies and other site data" and "Cached images and files," check the boxes.
  6. Click Clear data.

In the Chrome app (Android):

  1. On your Android phone or tablet, open the Chrome app Chrome.
  2. At the top right, tap More More.
  3. Tap History and then Clear browsing data.
  4. At the top, choose a time range. To delete everything, select All time.
  5. Next to "Cookies and site data" and "Cached images and files," check the boxes.
  6. Tap Clear data.

In the Chrome app (iPhone & iPad) :


  1. On your iPhone or iPad, open the Chrome app Chrome.
  2. At the top right, tap More More.
  3. Tap History and then Clear browsing data.
  4. Make sure there’s a check mark next to "Cookies, site data" and "Cached images and files."
  5. Tap Clear browsing data.


That's it. Please restart the browser completely if you're streaming video or music. It will improve quality issues. 

How to delete OS from VMware Completely.


 Hello Guys,

From our previous posts, you can see how to install OS using VMware Workstation.

In this post, you can see how to remove and delete OS completely in VMWare.

Many of us having confusion between “Remove” and “Delete from the disk”.

Remove will just remove the OS from the library but it consumes the same space which cannot be allocated for any other things.

All you have to do is to delete from the disk to save the memory for some other OS.



 Select Delete from Disk to remove the OS completely from the Disk.

      By this way, we can remove OS completely from the VMware. Hope this information helps!!!