Skip to main content

Featured

Best AI tools for students

Top 3 AI tools for Student  The biggest problem facing students in an information-rich environment is not access, but effective learning. A new generation of Artificial Intelligence (AI) tools is achieving previously unheard-of levels of efficiency, even while tools like interactive simulations and 3D models (like PhET or BioDigital) have made difficult subjects visual. AI is entering the classroom to help with anything from creating personalized study materials to giving prompt, focused feedback on tasks. AI is a co-pilot for the student trip, freeing up cognitive space for more in-depth critical thinking and creative work. We are getting past the basic calculator example. Here are some key AI resources that all students should be aware of and use in order to thrive in the contemporary world. 1. Human Bio Digital Explore the Inner Workings of the Human Body in 3D! Have you ever wished you could peel back the layers and truly see how your body—or a specific medical condition—actual...

CMD: Cool Commands

Show Connected Wifi password

The process that I am going to tell you is that to show the wifi password of those wifi which are connected to your laptop using cmd. Here's the command

netsh wlan show profile

This command is used to show the SSID . 

For example now I have choose the SSID  like ABCD. Now to see the password

netsh wlan show profile name="ABCD" KEY=CLEAR

Now in the Security Setting 'Key Content ' found and that key content is the password

Security Settings

Key content: dkjdskfljsdkjfasfll


System Information GUI

Windows include a tool called Microsoft System Information(Msinfo32.exe). This tool is used to information about your computer. To do this just open the cmd and type msinfo32. It will display the dialog box which contains the information about your computer system.

msinfo32


ShutDown Computer

Open the command prompt and type shutdown /s for  immediate shutdown , /a for abort shutdown , /r for restart,  /l for log off current user and /f for forceful shutdown which closes the all other application forcefully.

shutdown /s


NsLookUp Tool

Nslookup is name of a program that lets any computer user to enter a host name(for example: "anything.com") and find out the corresponding ip address or domain name system(DNS) record

nslookup host_name



Comments

Popular Posts