Thursday 16 October 2014

Create your own Hot spot in laptop


                   
                         Open the notepad and type these below lines save as .bat extension and run as administrator

netsh wlan set hostednetwork mode=allow ssid=username key=password

netsh wlan start hostednetwork
netsh wlan show hostednetwork





To stop the hot shot

               
                           Open the notepad and type these below lines save as .bat extension and run as administrator

netsh wlan stop hostednetwork

netsh wlan show hostednetwork



To delete the hotspot


                              Open the notepad and type these below lines save as .bat extension and run as administrator


netsh wlan stop hostednetwork

netsh wlan set hostednetwork mode=disallow
netsh wlan show hostednetwork

Hide New... button on lookup controls in model-driven apps

  The 'New ...' button is shown upon opening the lookup search dialog whenever the logged in user has at least user create privileg...