Showing posts with label Command Prompt. Show all posts
Showing posts with label Command Prompt. Show all posts
Create a folder with invalid file name in Windows

Create a folder with invalid file name in Windows

Have you ever tried to make a folder named ‘CON’ ? Its impossible, because it’s an invalid folder name for windows. There is many such names like: CON, AUX, PRN, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8 and LPT9. But you can now...

Continue Reading
How to create a Wi-Fi from PC to Android.

How to create a Wi-Fi from PC to Android.

Open Cmd with administrator privilage. 1. Check wheather your PC supports Wi-Fi or not by typing this command in cmd.  netsh wlan show drivers 3. Configure Hosted Network now. netsh wlan set hostednetwork mode=allow ssid=yourname key=yourpassword 4. Change ssid, key as you desired. 5....

Continue Reading