Sign in or 

| 1. | Click Start, point to Programs, point to Accessories, and then click Notepad. |
| 2. | Type .LOG on the first line, and then press ENTER to move to the next line. |
| 3. | On the File menu, click Save As, type a descriptive name for your file in the File name box, and then click OK. When you next open the file, note that the date and time have been appended to the end of the log, immediately preceding the place where new text can be added. You can use this functionality to automatically add the current date and time to each log entry. *************************************************************************************** How you Changing the Icon Spacing in XP? You can manage your desktop icons in windows XP horizontally as well as vertically spacing. You can change the location, size of icons and spacing between icons manually but you can arrange these setting using windows methods. First Right click on your windows XP desktop then click on Properties option. Here click the Appearance tab then go to Advance button and under Item you will find many options to change the desktop icons, for example choose icon spacing in both ways and then here you can change the size putting number (minimum or maximum) under size. When you finished all setting then click ok button . |
|
786pankaj |
Latest page update: made by 786pankaj
, Jan 9 2008, 5:35 AM EST
(about this update
About This Update
4 words added 2 words deleted view changes - complete history) |
|
Keyword tags:
windowsxp
More Info: links to this page
|
| Started By | Thread Subject | Replies | Last Post | ||
|---|---|---|---|---|---|
| Anonymous | i create a folder in xp which name is"CON" | 1 | Jan 12 2008, 3:02 AM EST by Anonymous | ||
|
|
Thread started: Jan 12 2008, 2:02 AM EST
Watch
Did you ever tried to create a folder with name con or prn or nul? you cannot create a folder with names con , prn or nul in windows. but you can create folders with thesee names from dos with some special commands
to create a folder with name con in c just type this code in dos md\\.\\c:\con if you want to create the same folder in another location just type its adress after md\\.\\ for example if you want to create a folder with name con in a folder named test in d drive, just type the following code md\\.\\d:\test\con you can use the same code for creating folders with name prn, nul etc.. |
||||
| 786pankaj | How to Turn Your Num Lock On Forever? | 0 | Jan 9 2008, 5:30 AM EST by 786pankaj | ||
|
Thread started: Jan 9 2008, 5:30 AM EST
Watch
You can set your Num Lock to stay on by default when you logon your system.
There are two different techniques to set Num Lock stay on by default. If you can use Registry Editor correctly then Click on start button and type Regedt32.exe in Run command. Here Navigate to HKEY_USERS\.Default\Control Panel\Keyboard and change the value for InitialKeyboardIndicators from 0 to 2. You can do same by configuring the script to change the NUM LOCK state. Click Start button and then open Notepad. Copy the giving code and paste in Notepad. set WshShell = CreateObject("WScript.Shell") WshShell.SendKeys "{NUMLOCK}" Now save this file with name "num.vbs" must including the quotes. At the end copy this file to user startup folder. The path for this folder is Documents and Settings\All Users\Start Menu\Programs\Startup. Now restart the computer. Num Lock should come on and stay on. |
|||||
| Anonymous | recycle bin | 1 | Jan 9 2008, 5:29 AM EST by 786pankaj | ||
|
|
Thread started: Jan 2 2008, 4:13 AM EST
Watch
Rename Recyclebin
Want to rename your Recycle Bin to something more funny? Like dust bin, hungry bin, litter box etc. Just follow the simple steps and you will be able to change the name of your Recycle Bin. * Go to Start > Run and type regedit to open Registry Editor. * Now navigate to HKEY_CLASSES_ROOT/CLSID/{645FF040-5081-101B-9F08-00AA002F954E}. * Now select (Default) , right-click it and select Modify. * The current value would be Recycle Bin. Change it to whatever you want. I have renamed my Recycle Bin to Dust Bin :D . One more thing, make a backup of your registry before trying out any tricks. I won’t be responsible for any damage to your system |
||||