Blogger Widget ....beware shocked.... 02/16/14 - ....beware shocked....

Sunday, February 16, 2014

0 How To Create Undeletable And Unrenamable Folders?

How To Create Undeletable And Unrenamable Folders ?
1. Go to Start and then
 Click on Run
 -Type cmd & hit enter (To open Command Prompt ).
2. Remember you cannot create Undeletable & unrenamable folder in your root directory (i.e. where the windows is installed)
That means you can't make this kind of folder in C: drive if you installed windows on C:
3. Type D: or E: and hit enter
4. Type md con\ and hit enter (md - make directory)
5. You may use other words such as aux, lpt1, lpt2, lpt3.....lpt9 instead of "con" in above step.
6. Open that directory,you will see the folder created of name "con".
7. Try to delete that folder or rename that folder windows will show the error message.

Now the question is how to delete it when you really need to do?
1. Open Command Prompt
2. Type D: ( if u created this type of folder in D drive) & hit enter Type rd con\ (rd - remove directory)
3. Open that directory and the folder will not appear because it is removed.

0 Create a Wifi Hotspot on Window 8 or 7

Create a Wifi Hotspot on Window 8 or 7
                                                                  Laptops without any software !!!
Just using CMD :
  •  Goto RUN...
  •  Type cmd
  •  Now copy paste
below lines one by one....
1. netsh wlan show drivers
2. netsh wlan set hostednetwork mode=allowssid=Netwrok name here
key=password here
3. netsh wlan start hostednetwork
Note : Change network name and password shown
                                                                 above to your choice !
Done !See More
Blogger Widgets