How to check if Windows 32 or 64 bit?

4 months ago
Srini

There are multiple ways to check whether a Windows computer is running 32-bit OS or of 64-bit one. Check 32…

Get Windows install date

If you ever need to find when was Windows installed on your computer or laptop, then here is a Windows…

4 months ago

User questions about fixing javac not recognized error

Of all my posts, the one that gets most number of comments is - "Javac is not recognized as internal…

4 months ago

How to Kill process from PowerShell

Powershell provides command Stop-Process to kill a process from command prompt. This command can take in process Id, process name…

4 months ago

Fix WMIC invalid alias verb error

If you use WMIC commands extensively, you would have come across the error - 'Invalid alias verb'. WMIC error messages…

4 months ago

How to remove user login password from command prompt

For Windows home users, having a login password is not absolutely necessary if the physical access to the device is…

4 months ago

Run command for performance monitor

Run the following steps to open performance monitor application on Windows computer. Press Windows+R to open run windowType 'Perfmon' and…

4 months ago

PowerShell – Failed to update help for the modules

Powershell help manuals can be updated by running the command 'Update-Help' from Powershell command prompt. If you run this command…

5 months ago

Run command for remote desktop (RDP client)

The Run command for Windows Remote desktop application is Mstsc Just open Run from start menu and type mstsc in…

11 months ago

Find saved outlook emails

It's a common practice to export Outlook emails as files on disk, this helps save your important emails from accidental…

11 months ago