My step by step plans for traffic
Powered by MaxBlogPress  

Archive for November, 2007

Shut down Trick For remote computer


November 29, 2007 Posted By: Jim ~ Filed under Category: Internet, Windows

There’s a small utility called “SHUTCMD.EXE” included in the Windows NT Resource Kit that can be used to shutdown or restart a local or remote computer.

For example, you can shutdown the local computer by running:
SHUTCMD /L

to shutdown a computer on a network (”SYTEM1″ being the name of the system to be shutdown):
SHUTCMD \\SERVER1 /Y

to shutdown a remote computer connected to the Internet (”127.00.22.12″ being the IP address of the computer you want to shutdown):
SHUTCMD \\127.00.22.12 /Y

Disable ZIP Folders in Xp


November 29, 2007 Posted By: Jim ~ Filed under Category: Tweak, Windows

If you want to Disable ZIP Folders in Xp. Follow tis simple tips..

1.Start > Run and type CMD in the Open box, press OK
2.Type regsvr32 /u zipfldr.dll.

Note: You can reverse the above command by typing regsvr32 zipfldr.dll at a Command Prompt.