Showing posts with label netsh. Show all posts
Showing posts with label netsh. Show all posts

Windows 7 as AP , Hotspot with Netsh





Share your network connection with any  WiFi device ( laptop,desktop Pc, mobile phone...)
without any extra software in your windows 7





Step 1

  1. Run CMD as administrador  
  2. Launch this command (change NameofWan , WLankey)

netsh wlan set hostednetwork mode=allow ssid=NAMEofWLAN key= Wlankey

Step 2

  1. Go to Control Panel > Network and Sharing Center>Change adapter settings 
  2. right click on internet adapter and select properties 
  3. Click the sharing tab
  4. Mark the box "Allow other network users to connect"
  5. Choose the virtual WiFi adapter  and  click OK

Step 3 

  1. Open CMD as administrador and launch

netsh wlan start hostednetwork

END 

Other Netsh useful commands

To stop Hosted network ( virtual WiFi):

netsh wlan stop hostednetwork

To see hosted networks and configuration :

netsh wlan show hostednetwork

To see Hosted network  security information:

netsh wlan show hostednetwork security

For more commands  use:

  netsh wlan ?


Convertir archivos Bat a Exe


Quick Batch File Compiler convert your batch files into actual program (.EXE format)
in one click. This program may be run on Windows 2000/2003/XP/Vista without any limitations. An .EXE file is much harder to casually reverse-engineer, so this could be a way to conceal a particular batch file's operations from an end user. Content of your batch file will be encrypted and protected from changes.
Quick Batch File Compiler also lets you set various resources in the .EXE file, such as its description, the company name, version information and even the application icon. In additional, you may include any files to compiled exe file and use it during execution.