For older computers, Windows 10 simply might not be an option for lack of drivers. (Thanks Intel GMA 500 !)
So back to installing Windows 7 with SP1 fresh, and the next step is to get all the updates…
However this seems to take forever nowadays, runs a high CPU, high memory usage, and doing nothing. After a day of letting the computer sit and run, it was time to find a faster solution. As expected, it is a known problem. The solution is to update the update itself first: See KB3102810.
Microsoft released a new WindowsUpdate Client Update to fix the slow Update searching/Installation. Installing and searching for updates is slow and high CPU usage occurs in Windows 7 – https://support.microsoft.com/en-us/kb/3102810
Download:
32Bit: http://www.microsoft.com/downloads/details.aspx?FamilyId=fcd6bf5d-f004-4ca3-aa7e-1de462b91dd0
64Bit: http://www.microsoft.com/downloads/details.aspx?FamilyId=4fe566bd-31b1-4413-8c4c-412b52533669
After this you might also want to install this SUR: http://windows.microsoft.com/en-us/windows7/what-is-the-system-update-readiness-tool
For me just the KB3102810 update was sufficient and the computer is now trying to install 208 updates; Let’s see how long that takes 🙂
When debugging PHP I find myself searching again and again for this little piece of code to display the PHP errors. So here it is for future reference…
If you cannot add users to Windows 10, or if ‘Add someone else to this PC’ link in Settings app is not working, then this article will help you to fix that.
When developing an application with visual basic, you may want to store data. So you create a database during runtime, for example with the following piece of code, as many websites show on various forums: