Friday, 21 June 2013

Solution to ‘You may be a victim of software counterfeiting’ Problem

Solution to ‘You may be a victim of software counterfeiting’ Problem

Microsoft has started bugging the users of non genuine copies of Windows. If you are also running a non genuine or pirated copy of Windows then there is a full chance of you getting this notification one day or the other.
The problem was reported by one of our viewers that when she updated her copy of Windows with Windows Update then her system started showing this notification that reads “You may be a victim of software counterfeiting” and “This copy of windows does not pass genuine Windows validation”.
These notifications start coming back again after some time and do not feel good. Though I never encourage piracy but here is how you can remove this problem:
1.    Before doing anything serious try restoring your system. If the problem is occurring after the Windows Update then System Restore will surely help.
2.    But if it does not then do try this, launch Windows Task Manager.
3.    Locate the process “wgatray.exe” and end it.
4.    Log in into the Safe Mode and delete the file WgaTray.exe from c:\Windows\System32
5.    Also delete the WgaTray.exe from c:\Windows\System32\dllcache
6.    Type regedit in Run to open Registry Editor, navigate toHKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify key.
7.    Delete the folder WgaLogon and all of its contents.
8.    Restart the PC normally.
Update:
Download this WGA remover tool called RemoveWGA.exe, just download it and run. You can download from any link below and see which one works for you.

Thursday, 20 June 2013

How to Add a Print it Button to Your Blogger Blog


How to Add a Print it Button to Your Blogger Blog
Allowing your users to print your blog posts with just a single click is something that is pretty cool. On the other hand, almost all browsers provide the flexibility to print a web page by just going to “File” and “Print”. Different people have different choices and different people like to have a print feature on their blog posts for different reasons. You may just like to add a continent way. When users can print your posts with just one click then why they should be doing some complicated processes? In this article, we will show you how to add a quick print button to your Blogger blog.

The First thing you will be doing is to login into your Blogger Dashboard. Now After logging in, go to your blog >> Template >> Edit HTML >> Search for <div class='post-header-line-1'/>  and just above it paste the following code. Once everything is done, press “Save Template” button to conclude the process. 

<div style="float: left; padding-left: 10px;">
<a href="javascript:window.print()" rel="nofollow">Print this Article</a></div>

Now to give your button a beautiful touch, you need to customize it with a bit of CSS. You can create any kind of image using any popular photo editing or deigning tool Like Photoshop and can simply apply the modest CSS to make it work. Here is a small example of how you can stylize your print it button. 

<div style="float: left; padding-left: 10px;">
<a href="javascript:window.print()" rel="nofollow"><img src="http://1.bp.blogspot.com/-vw5LhfD0cTI/UPLhsZx8ksI/AAAAAAAAAdo/w7Aqf4eEstA/s1600/images.jpg" /></a></div>

Congratulations: You have successfully learned how to add print it button in blogger blog. Not only that, but you can also stylize it according to your desire needs. You can also preview your posts to see everything is working in an order or not.   

We hope this tutorial has facilitated to understand how to add print it button in blogger. What are your judgments about adding a Print button to your blog? Does it is value to use these buttons or it is just waste of space? Let us know what you think about it.