Uncategorized

by Matthew Skelly Matthew Skelly No Comments

How to fix a corrupted user profile in Windows

 

Problem:

The User Profile Service failed the logon, loging on with a temporary account

Solution:

In the past, we’ve “fixed” this by creating a new profile and copying all the data from the old one (in the users or documents and settings folder) over to it. However, you can try this registry fix first;

Step 1. To fix the user profile, click Start and type regedit into the search box and press Enter.

Step 2. Registry Editor will launch and you need to navigate to the following key:
HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionProfileList

Step 3. Click each S-1-5 folder and double-click the ProfileImagePath entry to find out which user account it relates to

by Matthew Skelly Matthew Skelly No Comments

Program syncing with Outlook 2010

 

Problem:

If security center service is missing or damaged, or antivirus software is not installed and current, Outlook 2010 will not allow sync with other apps without prompt.  Eg. Commit.

Solution:

You could try adding the following key to the registry:
HKEY_LOCAL_MACHINESOFTWAREMicrosoftOffice14.0OutlookSecurity

In this key add the following value:
ObjectModelGuard, DWORD =2

The values 0, 1 and 2 correspond to the options in the Programmatic Access Security settings in the Trust Center.
0 = Warn if Anti-Virus is out of date (recommended)
1 = Always warn
2 = Never warn

by Matthew Skelly Matthew Skelly No Comments

Laserjet p4015 constantly ramps up but dosen’t print

 

Problem:

When a print job is sent to the printer, the printer will display processing job on the control panel, and will continually ramp up and down attempting to print the job. After several minutes the printer will return to ready without posting any error messages. Occasionally, after several minutes the print job will print

Solution:

This usually isn’t a roller problem as the printer WILL pick up the paper, it just takes a few minuets, but it never hurts to check. Next check the firmware. If it’s older than 04.060.7, then it is causing a fault in the fuser. This is a documented problem and the fuser needs to be replaced. In addition, the firmware needs to be upgraded to version 04.060.7 or higher to prevent this error from recurring. You can download an executable firmware upgrade utility from  :

http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareIndex.jsp?lang=en&cc=us&prodNameId=3558884&prodTypeId=18972&prodSeriesId=3558793&swLang=8&taskId=135&swEnvOID=54

Don’t forget to update the firmware to the latest version, if you haven’t already done it, to prevent the new fuser failing with the same fault.

by Matthew Skelly Matthew Skelly No Comments

Print spooler keeps crashing

 

Problem:

No printers show up in the printer section of control panel. This is a result of the print spooler crashing. if you go in and manually restart the print spooler it runs until you try to do anything related to the printer then crashes again.

Solution:

Usually this is the result of corrupt print drivers (possible virus infection causing the corruption. Make sure to run a quick malware scan). You may need to uninstall print drivers completely – including the registry entries.

If it is a local printer (My Computer), go to the following registry keys and delete the respective entries:

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlPrintEnvironments Windows NT x86 DriversVersion-2

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlPrintPrinters
If it is a network printer (network printer server or ), go to the following registry keys and delete the respective and entries:

HKEY_CURRENT_USERPrintersConnections

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlPrintProviders LanMan Print ServicesServersPrinters

After the registry edit, you need to stop and restart the spooler service. At this point, you’ll be able to reinstall the printer driver correctly.

Top