Disable Windows 10 Automatic Update

One of the most annoying "feature" on Windows 10 is Automatic Updates. Really. There are sometimes bad updates that mess up your operating system. Some updates require you to reboot the computer, Many users get an unstable graphics driver which causes problems. Patch causes PC to crash repeatedly. Maybe you don't have enough internet data...And…

2 Comments

Stop Autoplaying HTML5 Videos

HTML5 introduced an element for the playback of videos. One of the features is the ability to make the video autoplay when the webpage is loaded.Here is an example of the code:<video controls autoplay>  <source src="kacnje.mp4" type="video/mp4">  <source src="kacnje.ogg" type="video/ogg">  Sorry - your browser does not support the video tag.</video>But autoplay is a bad idea…

1 Comment