This tutorial will show two ways you can map a network share as a network drive. By mapping a network drive in this fashion, it will have a drive letters just like a local harddrive. This make access more efficient and convenient. Some programs that are unable to use network shares will function when […]
All posts by admin
Net User Command
You can use the net user command to create and modify user accounts on computers. When you use this command without command-line switches, the user accounts for the computer are listed. The user account information is stored in the user accounts database. This command works only on servers. To run the net user command tool, using […]
Ipconfig
ipconfig is a commmand line utility available on all versions of Microsoft Windows starting with Windows NT. ipconfig is designed to be run from the Windows command prompt. This utility allows you to get the IP address information of a Windows computer. It also allows some control over active TCP/IP connections. ipconfig is an alternative to […]
Router Logins
If you need to access your router and your not sure on the Login. This site might help: http://www.routerpasswords.com/
How to Shut Down and Reboot Remote PCs via the Command Prompt
Microsoft’s Remote Desktop service is a great way to manage remote Windows PCs, regardless of whether they’re in the next room or on the other side of the world. With a good network connection between systems, Remote Desktop gives a user virtually all of the power and capabilities in a remote session that they would enjoy […]
How to Enable Telnet
The telnet client isn’t installed by default. You’ll have to install it from the Control Panel. Once installed, you can use the telnet command to connect to telnet servers without installing any third-party software. To install telnet go to Control Panel then Click on Programs and Turn on windows features On or Off
sfc /scannow – Scan System Files for Problems
Windows includes a system file checker tool that scans its system files and looks for problems. If system files are missing or corrupted, the system file checker will repair them. This may fix problems with some Windows systems. To use this tool, open a Command Prompt window as Administrator and run the sfc /scannow command.
How To Check Or Read Email With Telnet
Open your command prompt. At the command prompt, type in telnet example.com 110 Type user and the email address (username@example.com) of the user for which you wish to view emails: user username@example.com Then type in pass followed by your password: pass yourpasswordgoeshere Type list to bring up a list of your emails: list You will […]
How To Send Emails Using Telnet
TIP: We use the domain example.com as an example. Be sure to replace with your own domain. Open your command prompt. Now, connect with telnet using the following command: telnet example.com 25 Type ehlo example.com. Some servers also accept helo in place of ehlo. ehlo example.com Type mail from: username@example.com: mail from: username@example.com Type rcpt […]
Kill Processes From The Command Prompt
We all at one time or another have used the Task Manager to kill some particular process, no doubt the task manager offers a great way to manage processes but have you ever tried to kill multiple processes with the task manager? You can kill only one process at a time. Windows lets you manage processes […]