Monday, 13 June 2016

Missing TFGHT in windows 7 fix 100% working

Many Time when you install window 7 operating system on your computer or laptop after done installation showing is Missing TFGHT, So don't be sad you don't install operating system again, follow our instructor.  



Solution 1
Try the below option it worked for me

1) Insert my installation operating system disk 
    (Win 7 CD/DVD), boot from the disk, went to command
    prompt window.

2) Type following commands:
     bootrec /fixmbr
     bootrec /fixboot
     bootrec /rbuildbcd
     exit
3) Perform the automatic repair,
4) Then click on restart.
 Now solved your problem.

 
Solution 2

Follow the steps to uncheck "Compress drive to save disk space".

1) Start your computer from the Windows 7 installation 
    DVD or  Repair DVD.
2) Select Repair your computer.
3) Load driver.
4) Go to Computer and right click drive where Windows 7 
     is installed.
5) Select Properties and uncheck "Compress drive to save 
    disk space".
6) Close and restart the computer normally.

Top 5 Amazing keyboard shortcuts

Using keyboard shortcuts can greatly increase your productivity, reduce repetitive strain, and help keep you focused. For example, to copy text, you can highlight text and press the Ctrl + C shortcut. The shortcut is faster than moving your hands from the keyboard, highlighting with the mouse, choosing copy from the file menu, and then returning to the keyboard.

 1.Ctrl + Z and Ctrl + Y

Pressing Ctrl + Z will Undo any change. For example, if you cut text, pressing this will undo it. These shortcuts can also be pressed multiple times to undo or redo multiple changes. Pressing Ctrl + Y would redo the undo.


2. Ctrl + Back space and Ctrl + Left or Right arrow
Pressing Ctrl + Backspace will delete a full word at a time instead of a single character.

Holding down the Ctrl key while pressing the left or right arrow will move the cursor one word at a time instead of one character at a time. If you want to highlight one word at a time, hold down Ctrl + Shift and then press the left or right arrow key to move one word at a time in that direction while highlighting each word.

3. Ctrl + Home or Ctrl + End
Ctrl + Homewill move the cursor to the beginning of the document, and Ctrl + Endwill move the cursor to the end of a document. These shortcuts work with most documents, as well as web pages.

4. Alt + Tab or Ctrl + Tab
Pressing Alt + Tab switches between open programs moving forward. For example, if you have your browser window open and other programs running in the background press and hold Alt and then press tab to cycle through each open program.
Tip: Press Ctrl + Tab to switch between tabs in a program. For example, if you have multiple tabs open in your browser now press Ctrl + Tab to switch between open tabs.
Tip: Adding the Shift key to Alt + Tab or Ctrl + Tab moves backward. For example, if you are pressing Alt + Tab and pass the program you want to use, press Alt + Shift + Tab to move back to that program.
Tip: Windows Vista and 7 users can also press the Windows Key + Tab to switch through open programs in a full screenshot of the window.

5. Ctrl + C or Ctrl + Insert and Ctrl + X

Both Ctrl + C and Ctrl + Insert will copy the highlighted text or selected item. If you want to cut instead of copy press Ctrl + X.


Notepad look like Matrix.

Notepad is the Best and Simple text editor, Almost everyone knows what notepad is, and despite being a simple looking and functioning application what kind of a power it actually possesses. According to the trick it really seems Microsoft had put some hack into the coding of notepad making the text hidden after saving it.


Steps:
Go to Notepad and copy below codes

@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%

Save this file as matrix.bat
Now open this file as see matrix effect on your screen.