
Some cool and handy techniques to open programs and run commands using your keyboard. How to apply system settings without restarting ? Different admin techniques.
There are many useful command prompt tools in windows. shutdown for example, will allow you to automate shutdowns restarts and log offs via command prompt or the RUN dialog box. It is really easy to use and have many options.
I think you all remember OKTHEN, the one who told us all an easy way to list files and folders in a directory into a file through a context menu. He posted it as a comment. Well last day he commented on the post to correct some mistakes in the comment. Here is his new [...]
netstat is a command available in both Windows and Unix to analyze local ports that are open and all the connections to those ports. The syntax of the command is very simple. In the picture above a verysimple example of seeing the ports and connections is shown. The -ano option tells a – all connections [...]
Here is how you can hide files from the prying eyes of others. This can be done by using the copy command in Command Prompt. The format of the command to merge files is copy /b FILE1.ext+FILE2.ext+….+FILEn.EXT destination.EXT The parameter /b tells the command to consider files as Binary. An example is “copy /b 1.jpg+2.zip 3.jpg” [...]
A Batch file is any file with an extension .bat . The batch file is special in the sense that whatever you enter in a batch file, will be run as Commands in Command Prompt one line at a time. The commands will be shown in the prompt as they are run. Creating and Editing [...]
You can get Google to index your new blog post very fast. The trick is to ping your blog using Google blogsearch. Here are some screenshots and links.
Setting up a parental control for Windows XP would require using multiple tools and commands. This is because no parental control is built into XP as in he case with Vista. But still we can do this with he help of some commands and some free tools.
okthen has commented here with an easier way if you know registry : Go to the Folder tree My Computer\HKEY_CLASSES_ROOT\Folder\shell\ Right Click and select New»Key name the key “List Files and Folders” Now add another key to it named command. Go to the Default on right panel and double click on Default REG_SZ and paste [...]