Saturday, June 14, 2014

CREAT MICROSOFT SHELL COMMAND'S SHORTCUT EASILY ~APPSCENTERPLUS

Learn how to create shortcut of microsoft shell command on your pc.

 Hello every one.
No others talking, come to work.follow the steps and get learned.
For your helping I gave some screen shots.

Step 1:
Right click on the desktop and create  a shortcut.
  

Step 2:
Once you create a shortcut, a small window opens up. You need to type the required command script on that blank.

Now if you want to run a script like "netsh wlan start hostednetwork" then type that in the given field.
Step 3:
Now give it a name. For me it is "Start.exe"

Step 4:
To verify whether it will runs your command or not, right click on the shortcut and watch the Target field. It contains the path of your command.

Similarly create another two files with commands "netsh wlan set hostednetwork mode=allow ssid=funkywifi key=password123 keyusage=persistent " and "netsh wlan stop hostednetwork" named as "Configure_WiFi" and "Stop" respectively.
You can change you Wifi-access point name and password by changing ssid and password parameter in the "Target" field as shown in the above pic.
Now to run a command as administrator , simply right click and choose "run as administrator" option. Hope this would help you farther.