Microsoft putting anti Firefox ads in the start menu?

Microsoft is putting anti-Firefox ads on the start menu. This could be construed as anti-competitive practice. They want everyone to use Microsoft Edge instead of Firefox. I bet they hate Google Chrome as well. But their operating system is plagued by buggy horrible updates that always break key components like Windows Search and Explorer. So … Read more

Windows update KB4532695 is causing loss of Internet connectivity for users.

The latest Windows Update KB4532695 is causing the Internet connections of Windows 10 users to drop out. This is embarrassing for Microsoft. They are so useless they cannot even put out a simple update without the Internet breaking or audio failing. They are useless. That is why Linux should become more popular. Windows 10 users … Read more

New Windows 10 update can break Windows Defender Advanced Threat Protection.

The new Windows 10 update KB4520062 Could Break Defender ATP, Microsoft Warns. This is yet another embarrassment for the software giant, they cannot even release a simple update without it breaking a key Windows feature. They should really create a whole new codebase and then use that to create an entirely new version of Windows. … Read more

How to install .NET 3.51 on Windows easily with Powershell.

I had problems installing .NET 3.51 on Windows 8.1, the downloaded installed kept saying that it could not access the Internet to download and install the files, which is retarded. So I put in the Windows DVD and used the command below in an Administrator Powershell session. PS C:\Windows\system32> Dism /online /enable-feature /featurename:NetFx3 /All /Source:I:\sources\sxs … Read more

How to search through textfiles in a folder when you are stuck on Windows.

Windows has quite a few useful utilities for searching text. The findstr utility allows searching through a folder full of text files for a certain string. Here is an example. >findstr /S /R "money_quest_update" *.*>findstr /S /R "money_quest_update" *.* And this is how to search for text strings in a folder. E:\shadowofchernobyl\gamedata>findstr /S /R "money_quest_update" … Read more

Windows still having issues with updates in 2019.

Linux and Windows are continually in a state of competition, but the problem with Windows 10 is the update methods that create many and varied problems that should never even happen in the first place. The Linux and Macintosh operating systems do not have that many problems when upgrading. I have updated Macintosh OS to … Read more

The traditional PC is changing according to Bill Gates.

According to Bill Gates the traditional personal computer is dying and the mobile revolution is signalling a change to tablets and Metro applications instead of the traditional applications that all computer users are enjoying at the present time. But I believe that the standard computer form factor with a tower case, large screen and keyboard/mouse … Read more

Some very useful Windows 7 scripts to get system information.

A useful VBScript sample to get user information. This is just basic information about the user. ‘ Logoninformation.vbs ‘ VBScript Logon script. ‘ This program demonstrates how to get information about the logged in user. ‘ This script tested on a Windows 7 machine and works perfectly too. ‘ ———————————————————————- ‘ Copyright (c) 2012 John … Read more

A method to try and fix the forced restarts in Windows 10.

The forced restarts in Windows 10 are very annoying when you are working on something and then your machine restarts in the middle of your work. There is a way to turn this off. To do this go to this folder. %windir%\System32\Tasks\Microsoft\Windows\UpdateOrchestrator%windir%\System32\Tasks\Microsoft\Windows\UpdateOrchestrator Rename the “Restart” file and create a folder called “Restart” so that Windows … Read more