Suneo Ch:
#
1 Check IP Address Of Any Website
nslookupanywebsite.com
#0 Create a WiFi Hotspot
Step 1- Enter the text “netsh wlan set hostednetwork mode=allow ssid=HotspotName key=Password“ in the command prompt and enter any name you wish in place of ‘HotspotName’ for your hotspot and ‘Password’ with a unique password of your choice. Now, hit enter to save the changes.
Step 2- To broadcast your WiFi hotspot, you will have to type “netsh wlan start hostednetwork” in the command prompt so that the devices near you can connect to your hotspot.
Step 3- To terminate the WiFi hotspot, you will have to make use of command “netsh wlan stop hostednetwork”. This will stop the broadcasting. if you want to restart the broadcasting, you will have to apply the step 2 once again.
#1 Shut Down Computer With CMD
For Shutdown: shutdown -s
For Restarting: shutdown -r
For Logoff: shutdown -l