New Layout for Mobile Version of the Site :-P AMAZING !!!
Hello everyone
, today i updated the WebSite layout for Mobile Phones and Mobile Devices...
Visit www.Mastergenius.net from your Mobile Browser and see the all new Mobile Site which is totally amazing and easy to navigate!!!
Thanks for the support
{Tutorial} – Fix your Master Boot Record (MBR) in Windows XP/ VISTA/ 7
Hello my friends and Merry Christmas, wish you the best!
Today i am going to explain you how you can fix your master boot record (mbr) in your windows setup, either xp, vista or 7. When we have dual boot systems especially windows with linux or even windows versions and then you decide that you don't want the either problems at your booting might come along when you delete the one you don't want. We are here to Fix this issue now
Firstly starting with XP:
- First of all you want a cd of the windows XP installation.
- Insert it and boot your PC, choose your CD as the boot option and ait for the windows files to load.
- Now press R as we want to get into the recovery console of the disk.
- You will then asked to choose the operating system to log into. Usually it's the first option you want so press the number 1 and enter.
- Enter your password and enter.
- Ok now we are at the "Windows" location in the command prompt like below:
c:\WINDOWS>
- Now enter the following commands
c:\windows>fixmbr c:\windows>fixboot
- Now you can exit the console and restart your PC normally.
Now let's go over to Vista users:
- First of all you want a vista dvd on which you must boot in during the startup of your system.
- When Windows load every file and display you the screen where you can shoo Install, you must choose the Repair your computer option from bottom left corner
- Then it will want you to choose the System you want so choose your vista installation and OK
- Next choose the command prompt
- Now you must type these commands:
Bootrec.exe /fixMBR Bootrec.exe /fixBoot
- It will say you that it was succesful, exit the command prompt and RESTART
- Now you are ready to go
Now we move over to Windows 7 users:
- Insert Win 7 installation DVD and boot from DVD drive.
- Choose your default "Language", "Time", and "keyboard Input" on the first window and click next.
- Now you have the option to Install, but what we want is to repair so choose the Repair Your Computer option.
- Choose the command prompt
- Now here we must go into the boot folder of the win7 DVD. To do this you must guess the dvd drive letter, for example if you only have one disk and one partition which is C: then probably the dvd drive will be D: . Once you find it enter the following
cd d:\boot and press enter
if it doesn't work try typing just D: and then if the command prompt change to D:\> type cd boot
- Now that we are into the boot folder of our DVD we must type the following command to fix the master boot record (mbr):
bootsect /nt60 C: /force /mbr
Where C: is you can type two more keywords instead of that. Consider that C: is your system drive though. Ok the first one is the SYS (it will choose the partition that have the atrribute as system and fix that one) keyword and the second one is the ALL (it will fix all the partitions and disks). Also you can not use the /force and /mbr arguments but i think it's better to do.
Ok everybody now you can fix your MasterBoot Record on your own
{LPSofts} – Decimal to Binary and vice-versa
Every Programmer, Mathematician and anyone who starts studying maths and computer science come against the problem of converting decimal numbers to binary ones. The way to do it is very easy but sometimes can be a matter of 10+ minutes with large numbers and we might make mistakes too.
With these little 2 programs i made this procedure is VERY easy…Just write the decimal or the Binary value and press ENTER.
Dec2Bin is the one for converting decimal values to binary ones.
Bin2Dec is for converting binary to decimal ones.
Just double-click them to open, enter your value and press ENTER and VOILA the result is there
New Layout and Content added!!!
Hello my friends,
As you see MasterGenius.NET is refreshed with a new layout (wiki styled) and many new tutorials for you. New stuff will be added daily and i hope the new style come in more handy than before since it’s simpler and in my opinion the BEST you can have.
Please read the new tutorials and post feedback of your results or any ideas for new ones. I will be glad to make a ut just for your needs!!!
THANKS