Complete Tutorial: How To Disable Windows Error Reporting In Windows 7 ?

Microsoft Windows 7 Official Logo

Windows Error Reporting (WER), a technology (previously known as Dr. Watson),developed by Microsoft lets you report post-error debug information to the developer of the particular application that has just crashed or stopped responding.Windows Error Reporting has been introduced as a Windows service from Windows XP and is being continued in the later versions Windows Vista and Windows 7.By default, this Error Reporting service will be started automatically.

However for some reasons like you may get annoyed by frequent error reporting alerts or for privacy concerns etc., you may want to disable or stop Error Reporting in your Windows operating system (here it is Windows 7).If you are not sure how to stop Error Reporting in Windows 7, please do follow the steps outlined below:

Method-1: Using Action Center

1.Type “wer” in the Start menu search bar.Check the results obtained for this search in control panel (refer to the screen shots).

type wer in start menu

start menu search choose how to check solutions

2.Click on the “Choose how to check for solutions” item in the search results.It will open up the “Problem Reporting Settings” under Windows Action Center.

problem reporting settings action center windows7

3. By default the first or second option (“Automatically check for solutions”) will be selected by your Windows.If you want Error reporting to be disabled, select the last option “Never check for solutions” for completely disabling it or select the third option “Each time a problem occurs, ask me before checking for solutions” for moderating the error reporting alerts.Click “Ok” button down the window once you have selected your option.

Method-2: Disabling WER service

Windows Error Reporting Service function:

“Allows errors to be reported when programs stop working or responding and allows existing solutions to be delivered. Also allows logs to be generated for diagnostic and repair services. If this service is stopped, error reporting might not work correctly and results of diagnostic services and repairs might not be displayed.”

We’ll try to achieve the same previous settings result but this time via disabling the Windows Error Reporting(WER) service.To do this, follow..

1. Press Windows button + R to open the Windows Run command.Type “services.msc” in the run command bar and hit ‘OK’.

windows run command services.msc

2. It will open up Services window, where you can see list of all the services that are currently available on your Windows.Find “Windows Error Reporting Service” in this list.

Windows Error Reporting Service

3. Right click on the Windows Error Reporting Service and choose “Properties’ that should open a new properties window.The startup type will be either in “Automatic” or “Manual” by default.To completely disable the service choose “Disabled” and press ok.

Windows Error Reporting Service Properties

That’s it, now you have disabled the Windows Error Reporting Service successfully.

Method–3: Using Registry Editor

Warning: Changing registry values without much knowledge will dump your entire Windows Operating system.Change them at YOUR OWN RISK.

1. Type Windows + R as in the previous case to open Windows run command.Type “regedit” in the command bar.

regedit run command

2.It will open up the Registry Editor window which will look like this.It contains three folders like navigable sub keys:

HKEY_CLASSES_ROOT ,

HKEY_CURRENT_USER,

HKEY_LOCAL_MACHINE,

HKEY_USERS,

HKEY_CURRENT_CONFIG.

Registry editor windows 7

HKEY_CURRENT_USER is the one we want.Click on it to expand the sub registry key.

3. Navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\Windows Error Reporting sub key using the following screen shots carefully.

regedit HKCU navigation

regedit HKCU navigation 2 regedit HKCU navigation_3

regedit_HKCU_Windows_Windows_Error_Reporting_key

4. In the Dword list, find the registry entry by name “Disabled” (highlighted in the screen shot).By default the Date value of this dword will be “0” meaning that it is enabled.

Disabled dword in WER subkey

Right click on the “Disabled” DWORD and choose “Modify”.In the value data filed, change its value to “1” instead of “0”.Click on to reflect the changes.

Now you have successfully disabled WER.

 

You may also want to read our previous guides on A-Z of Installing Windows 7, Installing Windows 7 on USB stick, Activating Windows 7, Resetting Windows 7 password (when you forget it and unable to retrieve it), Creating desktop shutdown shortcut in Windows 7,Enabling GOD mode in Windows 7, Partitioning hard disk in Windows 7 , Restoring previous versions of files in Windows 7, Install and Run Windows XP in Windows 7 Using VMware Player and much more..

Feel free to leave a comment here if you find problem somewhere in following these methods.

How To Show ‘Post Excerpts’ Only On Archive Pages In WordPress

If you use a WordPress you would better know that managing archives is very essential in terms of SEO prospective.

It’s a SEO rule that if you don’t use ‘nofollow’ for archive pages, you should use ‘excerpts’ only in your theme archives rather than showing full posts, as it creates the problem of duplicate content for the search engines.

Even though many WordPress themes in recent are coming with just excerpt only pages for archives by default, there are still come classic themes like (WordPress Classic theme for instance) that will show full posts under archive pages.In this post I’ll cover how to disable full posts for archive pages.

[Fortunately for showing excerpts on homepage, we have Homepage Excerpts plugin, but for archive pages, we need to follow the below procedure]

Steps:

This method is very simple and involves a very minor code editing.

1.First, go to your “Theme editor” page from your WordPress Dashboard.

Theme editor under WordPress dashboard

2.Under the theme files, find and open a template file called archives.php (in some themes, you need to look for tag.php and category.php template files included separately for each type of archives)

In the template file look for something similar to the following line

<?php the_content

Archives php file the_content

3.Replace the above line with, the following line:

<?php the_excerpt(); ?>

After editing:

archives php the excerpt5

Now open your archive pages (tag/category), and you will only see the post excerpts instead of full posts.

Now your archive pages will show first 55 words of the blog post as excerpt.But you can still personalize it.Either you can use ‘Post Excerpt’ field under your WordPress WYSIWYG editor or you use “more” tag present under “HTML” mode in your post editor.

More Tag:

Using ‘more’ tag splits your post into parts, and adds ‘Read More” link

More tag in WordPress Post editorOr use ‘Excerpt’ field under the post editor in WordPress

Excerpt field in WordPress Post editor

Note: If you are using some professional theme, you may not find archives.php or other files in your theme template files.

How To Verify Blogger blog in Webmaster Tools

There has been some changes of late, to the verification process in Google Webmaster Tools for Blogger.com hosted blogs. The “Webmaster Tools” auto-verification link from the Blogger dashboard has been removed leaving Blogger blog users to have no other choice but to opt for verification through adding a HTML meta tag.

GWT plus Blogger logo

Webmaster Tools has outlined this process in simple steps.

Steps:

Sign in to Webmaster Tools

1)Click the “Add a site” button on the homepage of Webmaster Tools

add a site in webmaster tools

2) Just enter you blog’s URL (like techrena.blogspot.com for instance) and click “Continue” button.

3)Select the “Meta tag” verification method from the drop-down list

get verification meta tag

Copy the meta tag code that has been generated.It should be something of the form <meta name=”google-site-verification” content=”X…….X” />

Now open Blogger.com in a new tab or window and don’t close this Webmaster Tools page.

4) Now Sign into blogger.com and go to Dashboard and go to Layout section of your blog, under the Layout, select  “Edit HTML”

5) Paste the meta tag verification code it into the <head> section, before the first <body> section

edit template html and paste meta tag verification code

[Image : Google Webmaster Central blog]

6) Click “Save Template “

7) Go back to Webmaster Tools page which you have kept open and click on the “Verify “ button.

You are done and your blog has now been verified in Google Webmaster Tools.

Inserting Images in Gmail made easy

Adding Inline Images in Your Gmail

Gmail labs today has announced a feature which allows Gmail users (Only those who enable this feature in Lab Features under Gmail) to insert images while composing mail in Gmail.It was a major development at Gmail but nobody has any idea why Google hasn’t enabled this feature by default to all Gmail users.Anyway take a look at how actually you can add images in your mails.

First Click on the tiny Gmail Labs button in Green towards left-hand side of your browser.[If you have already been using Labs features, else you have to go to Settings>>Labs]

Click on Gmail labs button in Green

Then a list of Gmail labs features available will be shown to you.Look for the following feature called “Inserting Images”

enable inserting images lab feature in Gmail

Now enable that feature.

Start composing a mail now, in your rich text editor, now you may find a small image button which allows you add images (see in picture).

Click on Insert image button in your rich text editor

Now you can either upload image from your desktop

Adding image from computer web URL

That’s it now your image will appear in your mail (see the sample image in picture)

image added in Gmail looks like this one

Note:The recipients may not the images in your mail as by default Gmail will not display images from mails so as to to prevent from spam.So the recipient must either click on “Display Images Below” or “Always Display images from…” to see the images that you have inserted in the mail.

This is the latest improvement at Gmail after last week’s addition of Five Indic Languages in Mail composer.

Create Shutdown Shortcut for Windows XP, Vista, Windows 7 on Desktop

Learn How to add/create a desktop Shortcut to Shutdown / Turn off your Windows computer.

Shortcuts are meant for making life easier. We all know how to add shortcuts to our favorite programs on desktop.Now let’s see how to add a desktop shortcut for “Shutdown”,  which when double clicked will shutdown your system.

Important: For those who are using Windows 7 please refer the NOTE given below (Please Scroll Down)

Steps:

1.Right Click on your desktop select New>>Short cut

2.Now a “Create Shortcut” window pops out which will ask you to type the location of the item (in our case it is “shutdown.exe”).

create shortcut for shutdown -www.techrena.net

3.Type the following code :%windir%\System32\shutdown.exe –s in the textbox.

[As you can see we are trying to locate an .exe file called shutdown.exe which when executed will shutdown the computer].

After entering the above code, click Next

4.Now the window will ask you to select a title for the program give it a name whatever you like “Shutdown Shortcut” and click on the Finish button

give shutdown shortcut a name

5.The new shortcut will appear on your desktop.

shutdown shortcut without icon

You may change the icon of the shortcut so that it’s easier for you to identify the shortcut.[In the image, I’ve used a “Power Off” icon for the same ]

shutdown shortcut properties changin icon of the shutdown shortcut

You are done  now. You may also go for advanced options like adding –f or –t after –s in the textbox area.

If you use –f it’ll immedialtely closes all running applications and shutdown without any warning

if you use –t you can specify the time after which you want your system to be Turned off.

for example you may give like %windir%\System32\shutdown.exe -s -t 100 which will trun off your system after 100 seconds.[a message will appear as shown].

Note:You may also use command prompt to shutdown your system.The same code as in the above can be typed as shutdown.exe -s -t 100 and you’ll still get the same turning off message.Once it has started the only way to stop it is using the command prompt again.Use shutdown.exe –a to stop your scheduled turn off.

The above process has been posted with the Windows XP as the base OS,  the same process can also be applied to Windows Vista based systems.

NOTE: For those who are using Windows 7 download the zip file below which contains the shortcut to Shutdown. Extract the file and place the shortcut where ever you want.

Download: Windows 7 Shutdown Shortcut.zip

Size: 850 Bytes

Contains 1 file: Shut Down Windows.lnk