Friday, August 28, 2015

Screen Resolution Problem with Ubuntu 14.04.3 LTS in VirtualBox

This post for those who are facing the problem of screen resolution and unable to locate the package virtualbox-guest-x11

Follow the below step to make it solve:

1. Open the Terminal window
2. type sudo apt-get remove libcheese-gtk23
3. then type sudo apt-get install xserver-xorg-core
4. then finally type sudo apt-get install -f virtualbox-guest-x11

That's it..

Thursday, August 13, 2015

Turn Off Automatic Updates in Windows 10

In windows 10, Microsoft removed the ability to turn off automatic updates. the registry setting that allowed you to disable windows update in the previous build of windows 10 no longer works. however it is still possible to deactivate automatic updates.

In this post, I will show you how you can disable automatic windows update by disabling the windows update service.

Follow the below step:

1. Type services  in the windows 10 search box and click View Local Services.
2. Find the Windows Update and double click it.
3. A new windows will be open.
4. If service status is running, then press the Stop button.
5. Select Startup Type Disabled.
6. Press Apply and OK.

And you are ready to go..:)