Wednesday, December 28, 2016

Get List of all Files in a Folder/Directory using Windows Command Prompt

This is a simple way to get the details of all the files in a folder as a text file list. It can be done by the following steps:

1. Open the windows command prompt. There are many ways to do this. Do any one of the following
    • Press the WINDOWS key along with R key. You will a get a Run window as show below. Type "cmd"  in the window and press enter.
    •  Another way is to click the windows start button at the lower left corner and type "cmd". You will get the result as shown below and then press enter.

2. Once the command prompt window is open, use the change directory command to move to the folder of our interest. Use the command as ' cd <folder location>'. For eg:- cd "E:\Backup\Work". Note that if the folder of interest is in any another drive (than that is shown in the cmd window), you will have to change the drive path using the command '<drivename>: '. For eg:- e: can be used to change the drive path to "Drive E"

3. After you have done this, use the command 'dir > textfilename.txt' to save the file details of that folder into textfilename.txt within the same folder. The steps 2 and 3 are illustrated below.

 Finally the file list will look like this.



Saturday, June 18, 2016

How to Fix Virtual Router Plus Could not be Started Error

There can be different reasons for the Virtual Router Plus Could not be Started Error. Three methods to troubleshoot this issue are discussed below. Try these methods one at a time in the order 1 to 3, till your problem is solved. Hope these work for you

Method 1
  1. Right-click network, click properties, change adapter settings, disable WiFi adapter by right clicking it and selecting disable from the context menu. Not the one created by Virtual router Plus.
  2. Once disabled right click on it again to enable it.
  3. Now try connecting to internet.

Method 2 
  1. Press Windows key + X, select Command prompt (Admin)
  2. Then type the following:
    netsh wlan set hostednetwork mode=allow ssid=VirtualRouter key=123456789
  3. Enter
  4. Then type :
    netsh wlan start hostednetwork
  5. Then try connecting to internet.

Method 3
  1. Open Network and Sharing Center->Change adapter settings. Alternatively you may right-click network, click properties, change adapter settings
  2. Right click the adapter you use to connect to the internet (Ethernet/WiFi/Data Card) and open its properties window.
  3. Now go to the sharing tab and enable the 'Allow other network users to connect.....' and select the Home networking connection 'Ethernet/WiFi' as shown in the figure
  4. Click OK
  5. Now disable and then enable this adapter.
  6. Now try connecting to internet.