Monday, 27 August 2012

How to Print Gridlines and Row and Column Headings in Excel 2010


1 Click the Page Layout tab in the Ribbon.
 

 
Notice the check boxes in the Sheet Options group.
2 Click the Print check box in the Gridlines column of the Sheet Options group.
Check this option to print the gridlines surrounding each cell in the worksheet. By default, these gridlines do not print.
3Click the Print check box in the Headings column of the Sheet Options group.
When this option is selected, the column letters and row numbers will print along with your data.

Preview the worksheet before printing, to see the effect of displaying gridlines and/or column and row headings.

Remember to deselect both Print check boxes to return them to their default settings, as necessary.

Wednesday, 22 August 2012

Fix a Problem Where Folders Open in New Window Every Time in Windows 7

When you open Windows Explorer and double-click a folder, it may open a new explorer window rather than showing the folder contents in the existing window. This may happen although "Open each folder in the same window" setting is selected in Control Panel -- Folder Options.

This could happen after installing certain versions of VaultClient software, and issue can be resolved by registering a DLL file. Use these steps:

Open an elevated Command Prompt window. To open an elevated Command Prompt, click Start, click All Programs, click Accessories, right-click Command Prompt, and then click Run as administrator. Type the following command and hit ENTER:


Command for Windows 7 32-bit :

regsvr32.exe "%Programfiles%\Internet Explorer\ieproxy.dll"



Command for Windows 7 64-bit (Registering the 32-bit module) :

regsvr32.exe "%Programfiles(x86)%\Internet Explorer\ieproxy.dll"



You should see a similar message as below, in the output window:

DllRegisterServer in ieproxy.dll succeeded.

Wednesday, 8 August 2012

Set a startup password for Microsoft Outlook



Outlook PasswordSome computer users who work in an office or on a PC with other roomates or kids would like to password protect their email, calendar, contacts, etc in Microsoft Outlook. Until today, I didn’t know how to do that. As you know, when I learn something new, I pass it on to you. Remember, this tip is for OUTLOOK users NOT Outlook Express users:
  1. Start Microsoft Outlook
  2. RIGHT Click the Outlook Today icon on the left or the "Personal Folders" icon
  3. Click Properties
  4. Click the Advanced button
  5. Click the "Change Password" button
  6. Leave the "Old Password" box blank since you never had one
  7. Type the password you want to use in the "New Password" box
  8. Type the password again in the "Verify Password" box
  9. DO NOT check the "Save this password…" option
  10. Click OK on all three open screens
The next time you open Outlook, you will be prompted for the password you just set thus protecting access to your Outlook data.

Saturday, 28 July 2012

Enable Login as Root in Ubuntu 12.04 Precise Pangolin/11.10 Oneiric Ocelot

Want to enable root logon in Ubuntu 12.04? Well, even though it’s not recommended, it’s still possible to login with the root or administrator account, and this brief tutorial is going to show you how. The reason it’s not recommended is simple; because people make mistakes. Making the smallest mistakes in Ubuntu while login as the root user can completely render your computer inoperable. Besides damaging your system, it also creates security risks to login as the root user. Enable Login as Root in Ubuntu 12.04Precise Pangolin/11.10 Oneiric Ocelot

If you still want to login as the root user after all the risks I mentioned above, then continue below to learn how.

To Enable root, open Terminal and enter following commands:

sudo passwd root
sudo sh -c 'echo "greeter-show-manual-login=true" >> /etc/lightdm/lightdm.conf'
Now Restart your pc and login as root.

ubuntu root

Thursday, 26 July 2012

"svchost.exe - Application Error"

Method 1

Leave the svchost.exe - Application Error dialog box open, and then follow these steps.

Step1: Check whether settings for the Automatic Updates service and for the Background Intelligent Transfer Service (BITS) are correct

To do this, follow these steps:
  1. Click Start, point to Run, type services.msc, and then click OK.
  2. In the details pane, locate and double-click Automatic Updates.
  3. Click the Log On tab.
  4. Make sure that the Local System account option is selected and that the Allow service to interact with desktop check box is cleared.
  5. Make sure that this service has been enabled in the Hardware Profile list. If this service has not been enabled, click Enable to enable the service.
  6. Click the General tab, and make sure that the Automatic option is selected in the Startup Type list. Under Service status, click Start to start the service if it is not already running.
  7. Repeat steps 2 through 6 for Background Intelligent Transfer Service (BITS).

Step 2: Reregister Windows Update components

To do this, follow these steps:
  1. Click Start, click Run, type REGSVR32 WUAPI.DLL, and then press ENTER.
  2. When you receive the "DllRegisterServer in WUAPI.DLL succeeded" message, click OK.
  3. Type the following commands in the Open box, one after the other, and then press ENTER after each command:
    REGSVR32 WUAUENG.DLL
    REGSVR32 WUAUENG1.DLL
    REGSVR32 ATL.DLL
    REGSVR32 WUCLTUI.DLL
    REGSVR32 WUPS.DLL
    REGSVR32 WUPS2.DLL
    REGSVR32 WUWEB.DLL

Step 3: Rename the Windows Update temporary folder

The temporary folder of Windows Update may be corrupted. In this case, you can rename the temporary folder of Windows Update. To do this, follow these steps:
  1. Click Start, click Run, type cmd, and then press ENTER.
  2. At the command prompt, type net stop Wuauserv, and then press ENTER.
  3. Click Start, click Run, type %windir%, and then press ENTER.
  4. In the folder that opens, locate and rename the SoftwareDistribution folder to SDold.
  5. At the command prompt, type net start Wuauserv, and then press ENTER to start the Automatic Updates service.

Method 2

Follow these steps:
  1. Click Start, right-click My Computer, and then click Properties.
  2. In the System Properties dialog box, click the Automatic Updates tab.
  3. Click Turn off Automatic Updates, and then click OK.
  4. Restart the computer.
  5. Use the Windows Update Web site to install updates manually.
  6. After you install the updates manually, turn on Automatic Updates.

Wednesday, 25 July 2012

How to Fix "Generic Host Process For Win32 Services Encountered A Problem and needs to close."?

It's a common error message of Windows XP "Generic Host Process For Win32 Services Encountered A Problem and needs to close." This error is occurred for several reasons. For example, if Internet Explorer suddenly crashes you will see this message. But the great thing is that you can easily solve this type of error message. This page contains the information related to fixing Generic Host Process Error.



 Steps to to Fix "Generic Host Process For Win32 Services Encountered A Problem and needs to close."

You can easily solve the problem or error message "Generic Host Process For Win32 Services Encountered A Problem and needs to close." Just follow any of the following methods:
Note: Both the method is the same. If you like the simple and easy solution then only follow Method 2 and ignore Method 1.

Method 1:

1. Copy the following code [only the bold codes].
@ECHO off

Echo Coded by http://hubpages.com/profile/rancidTaste

reg  add  HKLM\SYSTEM\CurrentControlSet\Services\netbt\parameters  /v  TransportBindName  /t REG_SZ  /d  ""  /f

reg  add  HKLM\Software\Microsoft\OLE  /v  EnableDCOM  /t  REG_SZ  /d  "N"  /f

Echo Coded by http://hubpages.com/profile/rancidTaste

Echo Generic Host Error Problem Is Fixed, Press any key to continue

pause

2. Open a notepad and paste the above copied content to the notepad.
3. Save the file as GenericHostErrorProblem.bat and close it.
4. Double-click on GenericHostErrorProblem.bat and run it.
5. After fixing or removing the errors, it will ask you to press any key to finish.
6. Press any key and that's all to fix the problem Generic Host Process For Win32 Services Encountered A Problem and needs to close.

Method 2:

This is very simple and straight forward. Just download the code form the following link and run it and that's all to solve or fix the problem "Generic Host Process For Win32 Services Encountered A Problem and needs to close."
Download Generic Host Process Error Removal Tool
By following any of the above method, you can easily solve the problem Generic Host Process For Win32 Services Encountered A Problem and needs to close. If you face any problem, then put the problem in the comment section.

Tuesday, 24 July 2012

Enable Multiple Remote Desktop Sessions on Server 2008

This article shows how to enable Remote Desktop users to have multiple Remote Desktop Sessions for the same user. By Default, Windows Server 2008 restricts each user to a single Remote Desktop Session.
Click on Start > Administrative Tools > Terminal Services > Terminal Services Configuration.

Right Click on "Restrict each user to a single session" in the "Edit settings" section and choose "Properties".

Uncheck the "Restrict each user to a single session" checkbox and Click OK.

Click OK for the window that opens.

You will need to log off and log back on for the changes to take effect.
You will now be able to connect to multiple Remote Desktop Sessions on the same user account.