Posts Tagged ‘Windows’

How to use ‘runas’ command to remotely install software for users?

If you are working with users that have limited access rights to their Windows profile, and they need to install some software (e.g. printer drivers, application softwares) to their computer but couldn’t because they do not have administrator rights. Then, one way to do this is to use the ‘runas’ command.
1. Go to the Command [...]

Leave a Comment

Best Free Monitoring Software

MRTG – Multi Router Traffic Grapher
If you want to monitor the traffic on your network, then you got to try out MRTG. It is a free network monitoring software. It will monitor SNMP devices and will draw a graph of the traffic passing through it.

MRTG Download:
Linux/Unix | Windows | Netware
If you run into trouble, check [...]

Leave a Comment

Cracking WEP with Windows XP Pro SP2

Cracking WEP with Windows XP Pro SP2
Just found this nice article on how to crack WEP with Windows XP.
http://www.tazforum.thetazzone.com/viewtopic.php?t=2069
Official site for the program to crack WEP
http://www.aircrack-ng.org/doku.php
VN:F [1.0.8_357]please wait…Rating: 0.0/10 (0 votes cast)

Leave a Comment

How to stop the ntp server in Windows?

How to stop the ntp server in Windows?
Stop the W32time service:
net stop W32Time
Select a NTP server:
net time /setsntp:ntp.server.example.com
Start the W32time service:
net start W32Time
VN:F [1.0.8_357]please wait…Rating: 0.0/10 (0 votes cast)

Leave a Comment

Five Useful Windows Commands For System Admins

Five Useful Windows Commands For System Admins
1.) WMIC command : Windows Management Instrumentation Command-line
With WMIC, administrators can access all kinds of detailed information about the machine. WMIC is built into Windows XP Pro, Windows 2003, and Windows Vista.
Type: WMIC /? on your command prompt for listing on how to use it.
e.g. C:\> wmic process If [...]

Leave a Comment