Network Connection Status Indicator (NCSI) TEST

Description Network Connection Status Indicator (NCSI) is the little Network icon on the right side of your Windows Taskbar. It will show a red X when there is no network connection and a yellow triangle when there is No Internet connection.While browsing and other Internet related functions may still be available (when the yellow triangle … Read more

PowerShell script as a Windows scheduled task

If the problem you’re having is with Execution Policy, then you can also set the execution policy of a specific invocation of PowerShell. This is what I usually do when executing PowerShell through a scheduled task: Why? -NoProfile This ensures that you don’t rely on anything in the user’s PowerShell profile, and avoids the overhead of … Read more

Checking for updates stuck

Update Windows Update Agent (Windows 8.1/7 SP 1) Recently windows have released an update for its windows update agent which have a couple of bug fixes. The download links for the same are given below Windows 8.1 https://support.microsoft.com/en-in/kb/3138615 Windows 7 SP 1 https://support.microsoft.com/kb/3138612 You’ll see a MSU file in your downloads folder when it’s completed. … Read more

Optimising Your Minecraft: Jvm Arguments

Introduction The purpose of this thread is to help players with less capable graphic cards in their computers get better performance in Minecraft. This is mainly achieved by entering a long chain of JVM arguments in your launcher’s “Edit Profile”. Please keep in mind that I am not a Java expert. I have merely done … Read more