Four Ways to Create a Directory with PowerShell

This tutorial shows you for different methods to create a directory with the help of PowerShell. First, open the PowerShell console with administrative privileges. Then use one of the following four ways to create directories. Creating a Directory by using PowerShell So how to create directory a now? Here are 5 create directory cmd variants ... Read more

Export and Import Sound Schemes on Windows 7

Importing and exporting whole sound schemes becomes handy if you want to apply your schemes to different computers or setup your system anew and don't want to copy the whole Windows theme. Doing so proves trickier as one might think though, since sound schemes are not saved as some kind of file or package as ... Read more

How to Transfer a Windows Media Player Playlist to a Different Computer

Transfer Media Player Playlist

Many people these days are quite fond of listening to music and they create several playlists based on their tastes and then listen to different songs in their leisure time. The users can conveniently listen to the songs of any particular playlist but the question arises when they want to transfer this playlist to a ... Read more

Increase number of visible lines in cmd on Windows

Windows CMD Buffer Size

The Windows command-line only shows a history of 300 lines by default - this can be a nuisance especially if you are working with long list outputs. However, you can easily increase the number of lines that are shown. Open a cmd window, right-click the title bar, and select Properties. Go to the Layout tab and ... Read more

How to Delete a Folder Using Command Prompt of Windows

Delete Folder in Windows

To delete a folder using the command prompt of Windows, follow this procedure. Open a command prompt (Press the Windows icon key and R to open the run window). Type cmd and hit enter from the keyboard. On a command prompt, enter the following command and hit enter from the keyboard. Syntax rmdir /s <complete ... Read more

2 Ways to Update Drivers in Window 10

Update Windows 10 Drivers

A device driver is a part of the software that permits Windows 10 to communicate with particular hardware (together with a video card, memory driver, network adapter, Bluetooth, and so on) in addition to peripherals for example mouse, keyboards, printers, displays, and so on. Device drivers are often detected and installed spontaneously making use of ... Read more