Thursday, 5 June 2014

Donate

Tuesday, 1 April 2014

LOCK UNWANTED APPLICATIONS ACCESSING FROM INTER

Windows XP:

Need:

  1. Avira  task manager (Because XP doesn’t have Resource monitor) [Or] If u have tune up utilities then use tune up process manager.

  2. Internet Lock


        How  To:

  •        Open Anvir Task manager and go to the processes tab.

  •        View->Columns-> Select Network Received and Network Sent.

  •        Then sort the processes  by Network Received column by clicking on the tab.

  •         Now u can see which processes are accessing the internet.

  •         Right click on the process u want to block->File properties-> Note the      location.



  •      Now Open Internet lock ->Rules->wizard->Custom->deny.

  •     Here u can see list of installed program. U can add the program u want to block.

  •      And also u can Browse and select  *.exe file that u want to deny access.

  •     Click Next->Next->Finish.

  •      Done. The process can’t access the internet.

  •    (This is with Internet Lock 5.2.0 newer version may change.)


Note: [If the process is depend on windows folder  then don’t deny  the process. It may Block ursystem’s internet access.]

Windows 7 & 8:

Need:

  •     Internet Lock:     


      How To:

  •        Open Run command box (Win Key + R).

  •        Enter resmon.

  •        Go to the Network tab.

  •        Wait for some time to load the programs that accessing internet.

  •        Note the Processes name and search it in the C: drive(Windows installation drive).Note the Location.

  •    Then same as above steps told at top.


 

Tuesday, 25 March 2014

WINDOWS CANNOT BE INSTALLED ON THIS DISK. THE SELECTED DISK IS OF THE GPT PARTITION STYLE !!!

gpt-partition-errorNOTE:- This will DELETE all your data from the hard disk. whole hard disk will be ERASED. Take backup of ur files to an external drive before u proceed. \\\Follow this link to Take backup from the hard disk without logged in to the system.(if u can't logged in to ur system b'coz of some problem)///


  1. Turn off the PC, and put in the Windows installation DVD or USB key.

  2. Boot the PC to the DVD or USB key in UEFI mode (change in BIOS ).

  3. From inside Windows Setup, press Shift+F10 to open a command prompt window.

  4. Open the diskpart tool: type and enter as below




    diskpart





  5. Identify the drive to reformat: type and enter as below




    list disk





  6. Select the drive, and reformat it: type and enter as below ( one by one )




    select disk <disk number>        ///eg:- select disk 0
    clean
    convert gpt
    exit





  7. Close the command prompt window.

  8. Continue the Windows Setup installation.

  9. When choosing an installation type, select Custom. The drive will appear as a single area of unallocated space.

  10. Select the unallocated space and click Next. Windows begins the installation.


 

//source: technet

WINDOWS 7 PRODUCT EDITIONS DIFFERENCE !!!

 

win 7 editions megaatechz

"NO DEVICE DRIVERS WERE FOUND" - WINDOWS INSTALLATION ERROR !!!

nodevicedriver megaatechz

If u r installing windows from FLASH DRIVE and ur laptop has USB 3.0 means u may get this error. To solve this :-

  1. Open BIOS settings in ur laptop.

  2. Search settings for USB 3.0 and if it is ENABLED means change it to AUTO (1st prefer ) OR DISABLE ( 2nd prefer ).

  3. Save BIOS settings and then exit.

  4. Finished. Now start windows installation.

  5. Now You can go through the installation process.


 

Wednesday, 19 February 2014

CHANGE THE BOOT MENU SELECTION TIMEOUT IN UBUNTU!!!

 

  1. Open Terminal by Searching in applications.

  2. Type " su " and press Enter.

  3. Type " password " and press Enter.

  4. Type command," gksu gedit /etc/default/grub "

  5. Now the boot loader  window will open gedit editor.

  6. Change the GRUB_TIMEOUT value(Give number of seconds.ex:-GRUB_TIMEOUT=10) .

  7. The value u r giving will be taken in seconds.

  8. If u are giving " -1 " means, the menu will show indefinitely (No time).

  9. Now Save the file and close the gedit window.

  10. Now In  Terminal, type " sudo update-grub "

  11. Done.

  12. Now Restart the computer.

CHANGE THE BOOT MENU SELECTION TIMEOUT IN FEDORA !!!

 

  1. Open Terminal by Searching in applications.

  2. Type " su " and press Enter.

  3. Type " password " and press Enter.

  4. Type command," gedit -s /etc/default/grub "

  5. Now the boot loader  window will open in gedit editor.

  6. Change the GRUB_TIMEOUT value(Give number of seconds.ex:-GRUB_TIMEOUT=10) .

  7. The value u r giving will be taken in seconds.

  8. If u are giving " -1 " means, the menu will show indefinitely (No time).

  9. Now Save the file and close the gedit window.

  10. Now In  Terminal, type " grub2-mkconfig -o /boot/grub2/grub.cfg "

  11. Done.

  12. Now Restart the computer.

Saturday, 15 February 2014

" SAVE AS PDF " OPTION FOR MS OFFICE 2003 & 2007 !

MS Office 2010 and 2013 have SAVE AS PDF option. We can save our word file as PDF in those versions.

To add this features to MS OFFICE 2003:-


  • Follow this  link  and download the Add-in and Install.

  • Done.

  • Go to File -> Save As. In Save As Type Select PDF and then save.



To add this features to MS OFFICE 2007:-


  • Follow this  link  and download the Add-in and Install.

  • Done.

  • Go to File -> Save As. In Save As Type Select PDF and then save.


Friday, 14 February 2014

FIND SIMILAR IMAGES ON THE INTERNET WITH GOOGLE IMAGES !

 

  • Go to Google Images.

  • Drag and drop the image on the google images page.

  • Wait for sometime to upload the image. Time takes depends on the Image size.

  • Automatically the page will show similar images on the internet.

  • And also u can try this.


 

SOLVE WINDOWS BOOTING PROBLEM !

  

  • When we've linux and windows both in our pc, while removing linux, the boot record may crash.So Windows unable to boot. May get error while power on the pc like grub rescue>...
  • For that follow this,......

Windows XP:-

  • Insert your  Windows XP CD into your computer.
  • Restart your computer. If prompted, press a key to start from the CD-ROM.
  • When the Welcome to  Setup page appears, press Enter on your keyboard.
  • On the Windows XP  Licensing  Agreement page, read the licensing agreement. Press the Page Down key to scroll to the bottom of the agreement. Then, press F8.
  • When prompted, press R to have Windows XP attempt to repair Windows by reinstalling important Windows components.
  • Then execute this two commands.
  • First  Type bootrec.exe /fixmbr and enter.
  • And then bootrec.exe /fixboot and enter.
  • Reboot the Computer.

Note:[ bootrec.exe"space"/fixmbr or /fixboot ]

Windows 7 & 8:-

  • Insert your Windows 7 or 8 DVD into your computer.
  • Click Repair your computer.
  • Click next. Open command prompt.
  • Then execute this two commands.
  • First  Type bootrec.exe /fixmbr and enter.
  • And then bootrec.exe /fixboot and enter.
  • Reboot the Computer.

Note:[ bootrec.exe"space"/fixmbr or /fixboot ]

GET FACEBOOK NOTIFICATIONS IN SMS FOR FREE !

 

  • Open Facebook mobile application.

  • Login with ur account.

  • Go to Profile -> About.

  • Edit Phone number and put your phone number.

  • Under that select " Get Notifications  by sms ".

  • Click Done.


 

Thursday, 13 February 2014

BLOCK PROGRAMS FROM ACCESSING INTERNET !

Windows XP:


        Need:



      1.     Avira  task manager (Because XP doesn’t have Resource monitor) [Or] If u have tune up utilities then use tune up process manager.

      2.    Internet Lock




        How  To:




  •        Open Anvir Task manager and go to the processes tab.

  •        View->Columns-> Select Network Received and Network Sent.

  •        Then sort the processes  by Network Received column by clicking on the tab.

  •         Now u can see which processes are accessing the internet.

  •         Right click on the process u want to block->File properties-> Note the location.



  •      Now Open Internet lock ->Rules->wizard->Custom->deny.

  •     Here u can see list of installed program. U can add the program u want to block.

  •      And also u can Browse and select  *.exe file that u want to deny access.

  •     Click Next->Next->Finish.

  •      Done. The process can’t access the internet.

  •    (This is with Internet Lock 5.2.0 newer version may change.)


Note: [If the process is depend on windows folder  then don’t deny  the process. It may Block ursystem’s internet access.]


Windows 7 & 8:


      Need:


·         Internet Lock:     


      How To:

  •        Open Run command box (Win Key + R).

  •        Enter resmon.

  •        Go to the Network tab.

  •        Wait for some time to load the programs that accessing internet.

  •        Note the Processes name and search it in the C: drive(Windows installation drive). Note the Location.

  •     Now Open Internet Lock and do same as above steps told at top.



Normal
0




false
false
false

EN-US
X-NONE
X-NONE













MicrosoftInternetExplorer4





























































































































































/* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Table Normal";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-priority:99;
mso-style-qformat:yes;
mso-style-parent:"";
mso-padding-alt:0in 5.4pt 0in 5.4pt;
mso-para-margin-top:0in;
mso-para-margin-right:0in;
mso-para-margin-bottom:10.0pt;
mso-para-margin-left:0in;
line-height:115%;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;}


Windows XP:


        Need:


1.       Avira  task manager (Because XP doesn’t have Resource monitor) [Or] If u have tune up utilities then use tune up process manager.


2.       Internet Lock


        How  To:




  •        Open Anvir Task manager and go to the processes tab.

  •        View->Columns-> Select Network Received and Network Sent.

  •        Then sort the processes  by Network Received column by clicking on the tab.

  •         Now u can see which processes are accessing the internet.

  •         Right click on the process u want to block->File properties-> Note the location.



  •      Now Open Internet lock ->Rules->wizard->Custom->deny.

  •     Here u can see list of installed program. U can add the program u want to block.

  •      And also u can Browse and select  *.exe file that u want to deny access.

  •     Click Next->Next->Finish.

  •      Done. The process can’t access the internet.

  •    (This is with Internet Lock 5.2.0 newer version may change.)


Note: [If the process is depend on windows folder  then don’t deny  the process. It may Block ursystem’s internet access.]


Windows 7 & 8:


      Need:


·         Internet Lock:     


      How To:

  •        Open Run command box (Win Key + R).

  •        Enter resmon.

  •        Go to the Network tab.

  •        Wait for some time to load the programs that accessing internet.

  •        Note the Processes name and search it in the C: drive(Windows installation drive). Note the Location.

  • Then same as above steps told at top.