WSH to Master Your Computer
With Windows 2000 and higher, Microsoft included a program called Windows Scripting Host (WSH) that allows scripts to be run on a computer outside of a webpage. In effect, DOS batch files have returned, except scripts are multi-tasking and have a lot more power. More ...
Use PowerShell and WMI to Get CPU Information
Suppose you want to get some information about the CPU in your computer. Can you remember which Control Panel utility will provide that information? If you use a PowerShell script to access WMI you can always get the information you want no mater how they rearrange Control Panel. More ...
How to Change Process Priorities in Windows Task Manager
In modern systems, many processes can run simultaneously. When an application is running, it's consuming system resources such as processor cycles. Sometimes, you may want to adjust a processes priority. More ...
Uninstall OneNote from Windows 10
Windows 10 comes with many pre-installed apps to sucker you into Microsoft's revenue stream generating OneDrive cloud storage. One of those is OneNote. Here's how to uninstall OneNote. More ...
Windows 10 New Storage View
If you download lots of music and videos you may have designated a separate drive just for these items. Windows 10 new Storage view makes it easy to direct specific types of media files to your designated drive. More ...
To Protect Your PC Disable the Windows Scripting Host
Anyone can use Windows Notepad to create a script to read, modify, create, or delete files on your PC, including the registry and other configuration files. A script can be executed by clicking on the name of the script within an email message. More ...
How to Backup Mails and Address Book of Outlook Express
Outlook Express - the easiest and widely used email client on Windows OS provides easy options through which you can create backup of your emails and contact addresses. The emails get stored in the Application Data folder in the form of .dbx files - Inbox.dbx, Drafts.dbx, Outbox.dbx, Personal.dbx and so on. More ...
Common Issues With Windows Firewall
Common issues with the Windows Firewall have annoyed users. Here's a list of the most faced Windows firewall issues along with their possible solutions. More ...
How to Configure the msdos.sys file
Msdos.sys was one of the three files (along with io.sys and command.com) that DOS 6 and earlier versions was composed of. Beginning with Windows 95, msdos.sys was combined into io.sys and the new msdos.sys became a text editable configuration file. More ...
How to Restore Files From File History in Windows 10
To keep your files safe, File History automatically makes a copy of every file in your Documents, Music, Photos, and Videos folders. It copies all the files on your desktop, as well. And File History automatically makes those copies every hour. More ...
DOS Switches and Wild Cards
DOS (Disk Operating System) is an interface that a system administrator can use to perform tasks and configure the system by typing text commands. There are many commands available with the DOS command line interface, most of them feature switches, and wild cards which make them very powerful. More ...
Command Line to Get Computer's Numner of CPU Cores
WMIC (Windows Management Interface Command) is a command line tool that returns information about your syste. To learn your computer's numner of CPU cores, type wmic cpu get deviceid,numberofcores,numberoflogicalprocessors at a command prompt. More ...
Computer Data Backups - Test Now or Cry Later
When it comes to your computer data backups, complacency can be very dangerous. It's important that you get some basic understanding of the major issues with computer data backups. Here's a compilation of crucial tips on computer data backups that I?ve put together. More ...
Check Your Version of PowerShell
PowerShell is Windows replacement for the DOs CMD shell. To check your version of PowerShell, click on the top Windows PowerShell icon, and next to the prompt, type the command shown in this article. More ...
