Skip to main content

Posts

Maintenance Tasks: Extend Your PC Life

Using a desktop computer or laptop in today's world is just like using mobile phone, watch or a vehicle. I mean computer has been a part of our life. We keep many vital information in our PC. Such as books, audios, videos, necessary data etc.  If the PC crashes everything within it might get lost! And in that time we have to suffer. So, in this post I am gonna suggest you some tips to extend your PC life.  1. Optimum Environment: A computer especially a desktop must be kept in a moderate environment. It shouldn't be either very cool or very hot. It must be kept in a temperature between 15 to 30 degrees Celsius with a humidity level between 50 to 75 percent. Over heating may cause your hardware loose its capacity soon.  2. Proper Supply of Electricity: A common cause of system damage is the unstable power supply. Surges, spikes and sags in electric supply can damage computer completely or may shorten the life...

Explanation of Megabytes, Gigabytes, Terabytes...

In this post I am gonna explain the disk space, or data storage space, and system memory used in computing. We are mostly using the terms megabyte and gigabyte. In some cases we use kilobyte and terabyte. But there are something before kilobyte and after terabyte.  You can have some more terms in the following table: Virtual Storage          Disk Storage 1 Bit = Binary Digit 8 Bits = 1 Byte 1024 Bytes = 1 Kilobyte 1024 Kilobytes = 1 Megabyte 1024 Megabytes = 1 Gigabyte 1024 Gigabytes = 1 Terabyte 1024 Terabytes = 1 Petabyte 1024 Petabytes = 1 Exabyte 1024 Exabytes = 1 Zettabyte 1024 Zettabytes = 1 Yottabyte 1024 Yottabytes =1Brontobyte 1024 Brontobytes =1Geopbyte             1 Bit = Binary Digit            8 Bits = 1 Byte            1000 Bytes =...

My Computer Icon Removed from Desktop!

Well this is a very common situation when a PC has multiple users. Not only My Computer sometimes Recycle Bin itself also remove from desktop by accident.  If this happen, no tension. Now you will learn how to make original icon of My Computer, Recycle Bin, Control Panel and so many.  The process is not very difficult. Just like making a folder. For example you need to create my computer icon. Then right click on the desktop and click on new folder. Rename the folder as: My Computer.{20D04FE0-3AEA-1069-A2D8-08002B30309D} In this way you can create the following icons. Just create a new folder and and rename this as below:   Recycle Bin.{645FF040-5081-101B-9F08-00AA002F954E}  Control Panel.{21ec2020-3aea-1069-a2dd-08002b30309d}  Internet Explorer.{871C5380-42A0-1069-A2EA-08002B30309D}  My Computer.{20D04FE0-3AEA-1069-A2D8-08002B30309D}  Internet Explorer.{871C5380-42A0-1069-A2EA-08002B30309D}  My Network ...

GTA San Andreas Cheat Codes !

Hello Gamers!  In this post you will find the cheats for GTA San Andreas.  You can write the following cheats while playing the game. When you enter a code correctly you will see a message stating 'Cheat Activated' on the screen. The cheats on this list are not case sensitive.  Adrenaline Mode  Cheat code: MUNASEF Aggressive Drivers  Cheat code: YLTEICZ All Cars Explode  Cheat code: allcarsgoboom All Cars Have Nitro  Cheat code: COXEFGU or SPEEDFREAK All Green Lights  Cheat code: ZEIIVG Always Midnight  Cheat code: NIGHTPROWLER or XJVSNAJ Beach Party  Cheat code: CIKGCGX Black Traffic  Cheat code: IOWDLAC Blow Up All Cars  Cheat code: CPKTNWT Boats Fly  Cheat code: AFSNMSMW or FLYINGFISH Cars Float Away When Hit  Cheat code: BSXSGGC or BUBBLECARS Cars Fly  Cheat code: RIPAZHA Chaos Mode  Cheat code: STATEOFEMERGENCY Clear Wanted Level  Cheat code:...

Use of Function Keys (F1 - F12)

All of you are familiar with the function keys. There are 12 function keys in the QWERTY keyboard. These keys are located at the top of the keyboard. And they are named as F1, F2, F3 . . . . . . . . F12.  As the name indicates, Function Keys keys have functional use. While installing Windows on your PC, you will notice the use of these keys. Of course the use of these keys are not same always. Different brand's main boards and their models don't use the functional keys similarly.  In this post you're getting the most useful practices of the   function keys .  F1: In most of the programs F1 shows the help option.  F2: It has several functions. F2 is used to rename a folder. In MS Word Ctrl+Alt+F2 is used to open a previously saved document. Ctrl+F2  shows the print preview in MS Word. In Microsoft Excel, F2 is used to make correction in a cell.  F3: In many programs, pressing F3 activates the search option. Shift+F3 is ...

Make Calculator Using Notepad !!

In this post I am gonna show you another fun of notepad. Here I will show you how to make calculator using notepad.  Copy and paste the following text in notepad.  @echo off title Batch Calculator by (www.munnamark.blogspot.com) color 0c :top echo -------------------------------------- echo -Welcome to Batch Calculator by *(Marks PC Solution)!- echo -------------------------------------- echo Enter your operand echo. set /p sum= set /a ans=%sum% echo. echo = %ans% echo -------------------------------------------------------------- pause cls echo Previous Answer: %ans% goto top pause exit Now save the file as Calculator.bat. Now double click on the file to open it. Type 2*2 and have fun!

Convert Drives to NTFS without Formatting!

Often you may need to convert your hard drives from FAT/ FAT32 to NTFS. If you have to convert all drives of your PC, then it will be really difficult for you to back up your files. Because, in order to convert drives, you have to format it.  And in that case you may need to set up the whole computer. But there is an easy option for you to do this job. And you don't need to format your drive. Even you don't need to back up your files!  Okay let's start - Open Notepad Copy and paste the following code in the Notepad title Marks PC Solution! convert c: /FS:NTFS convert d: /FS:NTFS convert e: /FS:NTFS convert f: /FS:NTFS convert g: /FS:NTFS convert i: /FS:NTFS convert k: /FS:NTFS msg %username% NTFS Converter: Presented by www.markspcsolution.com!       3. Save the file as NTFS.bat Look at the drive list. I've used C, D, E, F, G, I, K. If your drive letters are different just make change in th...