Simple tricks on Windows

SIMPLE WINDOWS TIPS AND TRICKS


Create folder without Name

         1.Select any folder

     2.Rename it with empty space


     3.Press Alt + type 0160 or 255


     4.Hit enter


Increase the speed of your file sharing

         1.A simple way to share multiple folders.

     2.Goto Run and Type  SHRPUBW.EXE.


     3.Press Enter.


     4.Select the folder you want to share and Set  

      Permissions.

How to make Wi-Fi Hotspot on Windows using Notepad?


         1.We need to create simple .BAT commands that you can use to start and stop your Wi-Fi hotspot.

     2.You can change the SSID and even secure it using the KEY.So now let's get started on how it's actually done.

     3.Open Notepad and paste the below code into it.



 netsh wlan set hostednetwork mode=allow ssid=FreeWIFIkey=12345  
 netsh wlan start hostednetwork   

     4.Save the file as Start.BAT.


     5.Open new Notepad file and paste the below code.


 netsh wlan stop hostednetwork   
     
     6.Save as stop.bat. 

     7.Run start.bat as an Administrator.

     8.To stop the hosting, Just open stop.BAT.




Comments