Sunday, November 06, 2011

RESET THE WINDOWS PASSWORD


1.Boot the Windows through windows boot able cd

2. Go to windows command prompt through the boot able cd.

3.Find the Drive Letter of the Partition where windows is installed.

4.Type the Following

          C:\copy c:\windows\system32\sethc.exe c:\

        . copy /y c:\windows\system32\cmd.exe c:\windows\system32\sethc.exe

5. Reboot ur computer and Start the Windows

6.After you see the Logon Screen. Press the Shift Key Five Times. You should see a command prompt

 where you can  enter the following command to reset the windows password

7. Type the following

        net user

(It will Displays the List of Accounts)

             net user USERNAME NEW_PASSWORD 

8.You can Login with New PASSWORD of ur Account

After Login


9. copy the following

       copy /y c:\sethc.exe c:\windows\system32\sethc.exe

Thursday, October 06, 2011

Useful Symbols For MS Office !


These Symbols can be used in MS Word, Excel,etc.

For  ©     :   Alt+0169
For  ®     :   Alt+0174
For  ™    :   Alt+0153
For  ›       :   Alt+0155
For  †      :   Alt+0134
For  ø      :   Alt+0248
For  ¤      :   Alt+0164
For  «      :   Alt+0171
For  °      :   Alt+0176
For  ±     :   Alt+0177
For  ²      :   Alt+0178
For  ³      :   Alt+0179
For  µ     :   Alt+0181
For  ¶     :   Alt+0182
For  ¹      :   Alt+0185
For  »     :  Alt+0187
For  ¼   :   Alt+0188
For  ½   :   Alt+0189
For  ¾   :  Alt+0190
For  Å   :   Alt+0197
For  ×   :   Alt+0215
For  Ø   :   Alt+0216
For  Þ   :    Alt+0222
For  ß    :   Alt+0223
For  ?    :    Alt+1

Saturday, September 19, 2009

How to lock a folder without using any software in xp!



How to lock a folder without using any software in xp!

*Copy the following codes (Marked in blue colour):

cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==type your password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End

* Now paste it in notepad.
* Change the "type your password here" with your password (Marked as bold in the above posted matter).
* Save it as batch file(with extension .bat).Any name will do.
* Now you see a batch file. Double click it to create a folder locker.
* A new folder named Locker would be formed at the same location.
* Now brings all the files you want to hide in the locker folder.
* Now double click the batch file to lock the folder namely Locker.
* If you want to unlock your files,double click the batch file again and you would be prompted for password.Enter the password and enjoy access to the folder.

Saturday, January 17, 2009

Removing Unwanted Fonts

One trick that increases your boot time a bit is to lose any fonts in the Fonts folder in Control Panel that you never use. The more fonts you have, the more processing Windows XP has to do to prep all of those fonts for use. You must be a bit careful here to not remove fonts that you might want, but there is a good chance that you can live without many of them. For instance, you may have foreign language fonts and other symbol fonts (such as Wingdings) that you never use.

To delete unneeded fonts, follow these steps:
1) Open the Fonts folder in Control Panel.
2) Select Edit/Select All and then Edit/Copy.
3) Create a new folder on your desktop, open it, and select Edit/Paste.
4) In this new folder, delete any of the fonts you do not want.
5) Return to the Fonts folder in Control Panel. Right-click the selected fonts and click Delete.
6) Go back to your new desktop folder and click Edit/Select All.
7) Return to your Fonts folder and click Edit/Paste. You now have only the desired fonts in the Fonts folder.

Tip:

You can directly delete fonts from the Fonts folder without creating the secondary folder. However, I recommend the preceding steps to help ensure that you do not make a mistake in the deletion process.

Disabling the Boot Logo

You can remove the boot logo that appears when you start Windows XP. This little tweak probably shaves only a few seconds off your boot time but seconds count if you are serious about trying to get Windows XP up and running as quickly as possible. The only negative is that if you remove the boot logo, you will also not see any boot messages, such as check disk. (But if you are not having problems with your computer, this isn't such a big deal.)

To remove the boot logo, follow these steps:
1) Select Start/Run, type msconfig, and click OK.
2) In the System Configuration Utility, click the BOOT.INI tab.
3) On the BOOT.INI tab, click the NOGUIBOOT check box option. Click OK.

Disabling Recent Documents History

Windows XP includes a feature that keeps track of all recent documents you have opened or used. The idea is that you can select Start/Recent Documents History and quickly reopen any document you have recently used. I use many documents each day and never use the feature myself. In my opinion, I can keep up with what I want to use without Windows XP doing it for me.

The bad thing about Recent Documents History is that Windows XP has to calculate what should be put there each time you boot Windows, which can slow things down. So, if you never use the Recent Documents History, it's a good idea to disable it. Here's how:

1) Open the Registry Editor (select Start/Run, type regedit, and click OK).
2) Navigate to HKEY_CURRENT_USER\Software\Mcft\Windows\ CurrentVersion\Policies\Explorer.
3) Create a NoRecentDocsHistory D_WORD key. Double-click the value to open it once it is created.
4) Set the Data Value to 1 to enable the restriction.
5) Click OK and close the Registry Editor. You'll need to restart the computer for the change to take effect.

Manual IP Addressing on Small Office/Home Networks

Windows XP is configured to help you take care of networking. It uses the TCP/IP protocol for networking in workgroups, or what you might call small office or home networks that do not use a dedicated server.

The problem is that automatic IP addressing can be slow. When your computer boots, it has to query the network to see what IP addresses are already in use and then assign itself one. If you want to speed up the boot time a bit, consider manually assigning IP addresses to all computers on the network. This way, the network computers do not have to worry about locating an automatic IP address. Because one is manually configured, the operating system doesn't have to spend time solving this problem.

This isn't a networking book, however, so I won't delve into the implications of using a manual IP address, but if you are using a computer that functions as a host computer to the Internet (using Internet Connection Sharing [ICS]), you can get into connectivity problems if you change the configuration of the IP address. However, you can still work around this problem by starting with the ICS host computer.

Select Start/Connect To/Show All Connections. Right-click your network adapter card and click Properties. On the General tab, select TCP/IP in the list of services and click the Properties button.

In the TCP/IP properties, you can see if you use an automatic or manual IP address. In the example in Figure 4-5, I have configured a manual IP address of 90.0.0.1 and a default subnet mask. The other computers on my office network each use a different IP address in the same class, such as 90.0.0.2, 90.0.0.3, 90.0.0.4, and so on. This way, each computer has a permanent IP address, which helps increase boot time. Note that if you change the IP addresses of your computers, they must all use the same subnet mask. A default subject mask of 255.255.255.0 will keep you in good shape.

Make sure you understand the implications of changing IP addresses on your network. If you have no networking experience at all, you may be wiser to leave the automatic IP addressing as is and try to gain some speed using the additional suggestions in this chapter.

Speed Tips and Tricks for Windows XP Startup

Aside from startup programs, services, and the Prefetch folder, there are a number of other startup procedures and issues you can modify to help Windows XP start faster. The following sections explore those tips and tricks.