Trick To Hide Text In Notepad

Steps to hide text in a Notepad
1. Open your command prompt Start–>Run and Type cmd
2. Type cd.. to move to C:\> drive or Type cd desktop to move to your desktop.






3. Type the below code in your command prompt
notepad filename.txt:hidden

4. Write some data and save(Ctrl+S) the file.5. Browse to the file location and Open filename.txt you cannot see any data in the file.6. To retrieve the hidden data open command prompt and type the same command.notepad filename.txt:hidden

How To Open Multiple Gmail Accounts In IE8

If you are Gmail User and have lots of Gmail Account but can’t access at the Same Time in IE 8. Don’t Worry,here is the trick to Open Multiple Gmail Accounts in Internet Explorer 8. If you are a Firefox Fan see here How To Login With Multiple Orkut/Gmail/Yahoo Id In Firefox
1. Open Internet Explorer 8 and login to your Gmail account.          Note:
          Make sure the 
Stay signed in option is unchecked when you sign in.2. Goto File –>Click New Session

   

3. This will open a new Internet Explorer session.
4. Now open Gmail and sign in with different account.

How To Add Command Prompt To Windows Right-Click Menu



Adding command prompt to windows explorer right click menu is a simple hack that you can do it.Few months back i have discussed on how to Customize Your ‘Send To’ Right-Click Windows Menu.In this article i will show two simple methods to add CMD in right-click menu.
First i go with easy one,Method 1: 
1. Open Notepad.2. Copy(Ctrl+C) & Paste(Ctrl+V) in notepad.


Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\CommandPrompt]
@=”Command Prompt:”
[HKEY_CLASSES_ROOT\Directory\shell\CommandPrompt\Command]
@=”cmd.exe /k cd %1″


3. Now save the file as “cmd.reg”
Note:
Save with quotes
4. Double click on that file, and the text will be entered into the registry.
Thats it you can get command prompt in right click.
Method 2:(Using Registry)
1. Goto Start–>Run.2. Type Regedit & hit enter.
3. Navigate to the following registry key

HKEY_CLASSES_ROOT\Directory\shell


4. Once you are at that key, right click and choose the New Key option
5. Name the key “CommandPrompt” (without the quotes) and then double-click on the default value.Change the text to “Command Prompt Here” as seen below,



6. Now Right click on the new Command key and select New key.



7. Name the new key Command as well, and then double-click the default value of that key. Set the text of that key to this
cmd.exe /k cd %1



8. Now right click on any folder you can find Command prompt.

NTLDR Missing Or NTDETECT.COM Not Found In Windows XP



You have probem with  “NTLDR is missing, Press any key to restart” during boot up ?
What is NTLDR ?

NTLDR (NT Loader) is the boot loader for all releases of Microsoft’s Windows NT operating system up to and including Windows XP.
This message NTLDR is missing indicates that the boot loader is either
 corrupted or missing due to some reason.
Let’s now see how we can fix it.
Fix:
There are
 two approaches to fix the missing boot loader in windows XP.
If your Windows is installed on FAT32 Partitions:

1.
 Boot your computer with a Win98 startup floppy.2. Now, copy the NTLDR or NTDETECT.COM files from the i386 directory on your floppy to your windows installation drive (e.g in “c:\” in case the windows is installed on c:).

If your Windows is installed on 
NTFS Partitions:
1. Arrange for the bootable Windows XP setup CD.2. Boot from CD select R=Repair option, by pressing R key during the setup.3. Select the windows installation.4. You need to enter in the administrator password when requested, if you had not set any password for the administrator account just press enter without typing.5. Type the following commands to repair the bootloader, where X is the drive letter for your CD / DVD drive.COPY X:\i386\NTLDR C\:
COPY X:\i386\NTDETECT.COM C:\

6. Eject CD-ROM and type exit to restart.

Disable Automatic CHKDSK Option

Windows startup after a sudden shutdown leads to an annoying feature chkdsk. It automatically checks the entire drive for any infected files. This checking can be skipped by pressing any key before it starts during the blue screen which says:

Click to View
"Checking file system on C:
The type of file system is NTFS.

One of the drives needs to be checked for consistency. You may cancel the disk check, but it is strongly recommended that you continue.
To skip disk checking, press any key within 10 second(s)."
The problem is that skipping is only a temporary option and though it is highly recommended, this chkdsk can be disabled manually. Even if the checking is skipped, it would prompt again during the next windows boot up.
Editing the registry to avoid the automatic checking is one option. It is most recommended if you are looking to exclude the main drive from the automatic checking. To avoid checking during Windows startup would be to exclude the main drive used from the chkdsk option. chkntfs is the command in command prompt. /x is to be used to exclude any drive from being checked automatically.
For instance if C: is the hard drive, to remove it from the chkntfs command, use:
chkntfs /x c:
If there are two drives for instance C: and D: then the command can be modified as:
chkntfs /x c: d:





How It Works:





The chkntfs value is directly related to the BootExecute value in the system registry. The current BootExecute value can be found in:
HKEY_LOCAL_MACHINE\SYSTEM\CURRENTCONTROLSET\CONTROL\Session Manager
By default the BootExecute value is set to autocheck autochk *.  Modifying the chkntfs command with a /x adds further value to the autocheck autochk * command before the asterisk. The further command is the /k which is used to exclude or prevent certain files or drives to be included in the search. So if chkdsk /x c: is given it modifies the autocheck autochk * command into autocheck autochk /k c: which avoids C: during the checking.
Most experts recommend not skipping or disabling the automatic checking option at a Windows bootup to detect any malicious file which may have caused a sudden shut-down to the system. This feature however does not delete any infected file if it detects one but simply turns into another format not accessible to the user. It saves the infected file under the name File00001.CHK. This mostly does not stop the bad activities of the infected file and it has to be removed manually again.
This feature does not prevent the function or delete the infected file but simply detects, renames and saves it in another place. This function is mostly unnecessary if you have other tools like an anti-virus software package to detect infected files. Most anti-virus software also quarantines and deletes the infected file which is an added bonus compared to this feature. This feature also requires us to manually search for the .chk file again and then delete it manually. Most times it even corrupts the entire hard drive for one infected file which rarely happens in an antivirus software package.

    Search This Blog

    Now!!

    Followers

    About Me

    My photo
    A simple and an ordinary person .. I never think of the future..It comes soon enough!!

    Suggestion Box


    ShoutMix chat widget