How to fix "This copy of window is not genuine" Error

Tuesday, April 21, 2015

How to fix "This copy of window is not genuine" Error


Go to: Start menu =>Type: cmd

Right Click on cmd => Run as administrator

Type: SLMGR -REARM

Successfully and Type: EXIT
And Then Restart your computer


Continue Reading | comments

How to add Facebook Like Page/Fan Box to Blogger 2014

Monday, August 11, 2014



The Like Box is a special version of the Like Button designed only for Facebook Pages. It allows admins to promote their Pages and embed a simple feed of content from a Page into other sites.

Facebook Fan Box or Like Box is a great plugin that allows blog visitors to subscribe to your blog updates via their Facebook accounts, without leaving your blog. After subscribing (by pressing like button), visitors will receive your most recent blog updates on their Facebook page. This box also displays faces of the "likers" on your blog. Before creating a fan box you should already have a facebook fan page. If you haven't yet created, click here to Create a Facebook Fan PageHere is a tutorial on adding a Facebook Like box to Blogger/Blogspot. It’s a good way to promote your Facebook.


I) Get your Facebook page  URL

  • Visit Facebook and go to your page:


  • Copy the URL from your browser’s address bar.

II) Configure your Like box

  • Go to Facebook Like box configuration page (opens in a new tab/window). You will see a configuration box, like this (Facebook has replaced Facebook Page ID with Facebook Page URL):

  • Now paste your page URL inside the Facebook Page URL text box.
  • Set other parameters such as width, height and stream. The Preview on the right will update itself as you enter the changes.
  • Click Get Code button when done. You’ll be given two codes, titled iframe and XFBML. You only need the iframe code.
  • The iframe code should look more or less like this (do not copy this code):
<iframe src="//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2Fquicklearnpage&amp;width&amp;height=290&amp;colorscheme=light&amp;show_faces=true&amp;header=true&amp;stream=false&amp;show_border=true" scrolling="no" frameborder="0" style="border:none; overflow:hidden; height:290px;" allowTransparency="true"></iframe>

  • Copy the code (the code provided by Facebook, not the sample code above).
  • In Blogger, go to Layout and click a Add agadget link. Select HTML/Javascript gadget and paste the code in the content box.
  • Save and view your blog.
  • Enjoy! 
Continue Reading | comments

How to download and install iOS 7 on your iPhone, iPad or iPod touch



Are you waiting for verision of Apple's mobile operating system? The next version of Apple's mobile operatingsystem, iOS 7, is now available.  In Apple's words this is "the most significant iOS update since the original iPhone." Not only does the next iteration of the OS bring a completely overhauled user interface design, it also adds many missing features that were being offered by rival mobile platforms. 
You'll be able to get it free of charge if your iPhone, iPad or iPod touch supports it and get an almost new device, in terms of software.

So how do you go about updating it? What are the things that you should keep in mind before updating? 


I. Does your device support iOS 7? 
iOS 7 is supported by iPhone 4, iPhone 4S and iPhone 5; iPad 2, third and fourth-generation iPads, iPad mini; and the fifth-generation iPod touch. Also, certain features of iOS may not be available on all devices. For instance, the iPhone 4S doesn't support features like AirDrop and live filters in the camera app. The iPad 3 also doesn't support AirDrop.

II. Backing up your device

If you don't regularly backup the data on your iPhone or iPad, now is a good time. You'd like your favourite apps and settings to transition to iOS 7 and for that you'll need to take a backup.


How to installed iOS 7.1 over-the-air







  • Tap on Settings from the Home screen of your iPhone or iPad.
  • Tap on General.
  • Towards the top, tap on Software Update.
  • Your iPhone or iPad should now check for new software and find that iOS 7 is now available.
  • Tap on the Download and Install option towards the bottom. You need to be on WiFi in order to download the update or this option will be grayed out.
  • Wait for your iPhone or iPad download iOS 7.1. This can take some time depending on your internet connection speed.
  • Tap on Install to to begin the installation procedure. 

  • Note:  Once the install is finished your iPhone or iPad will reboot and you'll have to sign back in. Now your iPhone, iPad or iPod touch is installed successfully!

    If you want to install the update through your PC or Mac instead, connect your device to the computer and wait for iTunes to open or fire it up manually. You'd typically get a software update prompt but if you don't just go to the device Summary page by clicking on the name of your iOS device, and click on the 'Check for Update' button, and click on Download and Update as below


    Your iPhone would restart and display an Apple logo with the progress bar while it updates and iTunes will also display the status of the installation.

    Continue Reading | comments

    What is DHCP?















    >












    Continue Reading | comments

    How to format a write-protected USB flash drive or memory card

    Saturday, June 7, 2014


    Some memory cards and USB pen drives have write protectionswitches, which allows you to prevent files from being deleted, or any new files being written to the device. It also prevents the drive or card from being formatted.
    Here are a couple of methods you can try to format the driveand remove the write protection. Bear in mind that there is no guarantee that they will work for you: your drive or memory card may be corrupt or broken and no utility or low-level formatting tool will make it work again. The only solution in this case is to buy a new drive.

    How can I format a write-protected USB flash drive or 
    memory card?



    1. Click Star then Type: regedit
    2. Navigate to the following key.

    Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies
    3. Double-click on the WriteProtect value in the right-hand pane of Regedit.exe
    4. 
    Change the Value data from 1 to 0 and click OK to save the change.
    5. 
    Close Regedit and restart your computer.
    6. 
    Connect your USB drive again, and you should find it is no longer write protected.





    Continue Reading | comments

    How To Make Undeletable, Unrenamable Folders In Windows




    Have you ever wondered how you can make a folder which neither can be deleted nor be renamed. Well, if you have, then you have come to the right place. With this trick, you will be able to create folders in Windows which cannot be renamed or deleted.

    Basic Concept
    The basic concept behind this trick is the use of Keywords. Keywords are reserved words in any programminglanguage that cannot be used as names of variables. Windows also uses certain keywords in its programming. Some of them are con, aux, lpt1, lpt2, lpt3, lpt4, lpt5, lpt6, lpt7, lpt8 and lpt9.


    In this tutorial you will learn cool and simple trick to Create an undeletable and unrenamable Folders Inwindow operating systemMost of the Peoples are not aware that it is possible to create Undeletable, Unrenamablefolder in windows without any software. To Test this concept just follow simple steps given below.

    How to make undeleteable and unrenameable folders in windows?

    1. Go to Start and Click Run
    2. Type cmd and hit Enter (To open Command Prompt)
    3. Remember you cannot create Undeletable & unrenamable folder in your root directory (i.e. where the windows isinstalled) That means you can't make this kind of folder in C: drive if you installed windows on C:
    4. Type D: or E: and hit enter
    5. Type md con\ and hit enter (md - make directory)
    6. You may use other words such as aux, lpt1, lpt2, lpt3 up to lpt9 instead of con in above step.
    7. Open that directory, you will see the folder created of name con.
    8. Try to delete that folder or rename that folder windows will show the error message.

    Continue Reading | comments

    Sport

    Entertainment

    World News

    Powered by Blogger.

    Our Network