How to Upgrade the PowerShell in Windows

Below is step by step guide to upgrade the PowerShell Shell Version on Windows 7, first we will check current version of PowerShell. As we know there are multiple way to anything in PowerShell. (Get-Host).Version $Host.Version PSVersionTable.PsVersion Get-Host | Select-Object Version Now we will upgrade PowerShell version to 5.1 and see the below table to get the right version as per your OS. Now we will download the Windows Management Framework 5.1  https://www.microsoft.com/en-us/download/details.aspx?id=54616 After downloading, first we have to change

» Read more

Windows 7 – Edit Hosts File

Do you want to edit the hosts file in window 7? Hosts file is system file which is used map the hostnames and an IP addresses for bypassing the DNS Server. Path of hosts file in Windows 7 %systemroot%\system32\drivers\etc\ Steps to Edit the Hosts File Open the Notepad with the option “Run as administrator” Now Navigate the system32\drivers\etc\ folder and open the hosts file Now make your changes to the Hosts file and save hosts file.

» Read more

Windows 7 – MSVCR71.dll file missing error

If you are facing the error like MSVCR71.dll file missing in Windows 7 then you will find the fix of issue in this post. MSVCR71.dll is Microsoft C Runtime Library files and your program require this file to run successfully. Now you have to download MSVCR71.dll file from given download link Click here to Download MSVCR71.dll Installation of MSVCR71.dll file in windows  Windows 7 (32-bit) In Windows 7 (32-bit) you just need to copy MSVCR71.dll file under → Windows\System32 Windows

» Read more

Windows 7 Installation Guide / Tutorial

Windows 7 Installation Guide / Tutorial The Windows 7 is finally here. It’s released for beta testers a few days ago and I am here with a small step by step picture guided tour through the installation process. I downloaded the x86 version of the M3 build ( build No: 6801) from Microsoft Connect site, which is 2.72 GB ISO. The x64 version is around 3.2 GB in size. The installation process was just like vista setup and to my

» Read more