Command Prompt, is a powerful tool in the world of computing for those who are comfortable with text-based interactions rather than Graphical User Interface(GUI).
[mai mult...]How to open Google Chrome using Command Prompt on Windows 11?
Command prompt is a Windows-based utility that allows one to manage system files and folders, access core features as well as remove stubborn software. This can also allow the system to go directly into the websites open on a Google Chrome browser. But sometimes, one does not need to. For example, for developers, custom scripts.
A command can be set to open Google Chrome at a given time, or a web page using Task Scheduler. The command can run both the standard and incognito modes of Chrome.
[mai mult...]How to create a Bootable Windows/Linux USB using cmd (command-prompt)?
Bootable USB is a disk that is used to boot up a system for the installation of an Operating System. A USB can be made bootable using a command-line only for systems that have Windows(7/8/8.1/10) operating system. Early versions of Windows i.e. before Windows 7, can’t be used for making a USB bootable.
[mai mult...]How to Delete a File or Folder using CMD?
In some cases, for whatever reason, Windows will make sure that the provided file is used by the system and prevent it from being deleted. This file situation is very frustrating, especially if you know the file is not in use.
If you are having trouble in deleting any file or folder directly by right-clicking, then you can delete it using cmd. The commands below delete the specific file or folder and place them in the recycle bin:
- del
- rmdir
How to show all the previously connected WiFi Networks using CMD in Windows?
Wi-Fi(Wireless Fidelity) Launched in September 1997 is affiliated with WLAN (Wireless Local Area Network). It is a wireless communication technology that uses radio waves to provide a high-speed network and Internet connection.
Sometimes there is a need to know the previously connected WiFi networks to get details on some network. There is a wide range of Softwares available for the same. But, this can be done easily with the use of the command prompt of the windows.
Getting hash of a file using CMD
A cryptographic hash is a fixed size string (or text) that is used as an identifier/fingerprint of some data. These are particularly useful in determining the integrity of files after they are transferred over a communication channel. Hashes are even utilized by certain OS-level processes for their working. The command processor of Windows OS (cmd.exe) provides the user with the ability to compute hashes on files/Directories via an utility command named Certutil. In this article we would learn about computing hashes on command prompt (cmd).
Description of command:
The command Certutil is primarily used for working with digital certificates and not hashes. The ability to hash files is due to the presence of a -hashfile switch in it.
> Certutil -hashfile -hashfile -- Generate and display cryptographic hash over a file[mai mult...]
How to find duplicate values in Excel using VLOOKUP
How to Split Cells in Excel?
Most often we need to split cells for text processing [Eg. Split Last Name and First Name from Customer name field].
We explore two different methods to split cells in Excel:
- Text to Column
- Use Excel function – Left () and Right ()
How to find the percentage of two cells in Microsoft Excel?
If you want to find the percentage of two cells in Microsoft Excel, Simply select an empty cell, where you want to display the percentage of the two cells.
[mai mult...]How to hack WPA/WPA2 WiFi using Kali Linux?
“Hacking Wifi” sounds really cool and interesting. But actually hacking wifi practically is much easier with a good wordlist. But this world list is of no use until we don’t have any idea of how to actually use that word list in order to crack a hash. And before cracking the hash we actually need to generate it.
[mai mult...]