Showing posts with label Notepad. Show all posts
Showing posts with label Notepad. Show all posts

Sunday, 17 February 2013

Freeup or clean RAM using Notepad Easy Trick and Make your Computer Fast

system speed. Sometimes the process which have executed but are not required by the OS are stored on the RAM. So, we can remove or freeup the RAM with unused junk data to Speedup the System or processing speed.
We can clean the RAM just by using a Notepad application. This donot require any advanced software. The process to do so is as follows.

Open Notepad

Type
FreeMem=Space(64000000)
save it as “CleanRAM.vbs” on desktop
Note: Type the name of file along with inverted commas
Run the file and your RAM may be free.
Of course you can edit the code in the file for a greater “cleaning-progress”.
For example:
FreeMem=Space(1280000000)
FreeMem=Space(2560000000)
FreeMem=Space(5120000000)
FreeMem=Space(10240000000)

Friday, 15 February 2013

TIPS TO MAKE YOUR COMPUTER LIFE LONG

TIPS FOR THE SAFETY OF COMPUTER.

Here some tips for the safety of computer. A user can get better result and performance of computer speed by acting upon these tips. 
  • Don't  turn off your computer during working position of windows.
  • Alway turn off you computer manually by clicking on start menu and select shut down. If you are not using a mouse then simply press windows key and then press "U key" 2 times. 
  • Before connecting new hardware i.e cd rom, ram, hard drive etc, Turn off computer completely.
  • Always close Cd Rom by pressing its button, don't apply force on the gate of CD Rom.
  • Don't keep your computer near dinning table and also don't keep any liquid or water near your CPU. 
  • Keep you system in airy atmosphere. 
  • You can use AC in your compute room.
  • Don't use water room cooler in front of CPU.
  • Always turn off computer manually and disconnect your computer from the AC current.

USE-FULL NOTEPAD TRICKS.

hint for world trade center

Every body knows about 9/11.  The flight number of that plane was Q33N. Ok now see some amazing trick.
1.   Open notepad and type this number Q33N.
2.   Increase font size to 70, or 80 etc.
3.   Now select this number and change its font to “Wingdings”
4.   As a result you will be shocked to see the resultant shape.
                                  Q33N


LOG TRICK. (DIARY WITH AUTO DATE & TIME)


             If you want to make a diary which inserts date and time automatically then.

1.   Open notepad

2.   Type ( .LOG ) (no brackets)

3.   Save this file with any name e.g. diary etc.

4.   Reopen the file and see the log book magic.

5.   You will see that the current date and time are automatically inserted.

6.   It will happen every time

 

NOTEPADE “HIDE TEXT” MAGIC


·   Open notepad and type 4 words separated by spaces. The letters of these words should be 4,3,3,5. For example you can write “mark the kid ahead” or “boys are not quick”  it is also called 4335 rule.

·    Save this file with any name.

·    Reopen your file and see magic.



RESTART YOUR PC QUICKLY.



This trick helps you to shut down your computer quickly after showing a message box. To apply this trick:

·    Open notepad

·    Write this code

@echo off

Msg* I am dead tired now.

Shutdown –c “Error! I will sleep now! Good byeee” –s

·    Save this file on desktop with bat extension.

·    Done.

·    Double click on the saved file, you will see a message and your pc will restart.