IT support

by Matthew Skelly Matthew Skelly No Comments

server reboot – Restart mobile mail and OWA

 

Problem:

Whenever the server reboots a process starts before the default website can start casuing mobile mail and OWA to not function.

Solution:

To restart default website in IIS right click task manager, click show processes from all users, end EdgeTransport.exe process, open “Internet Information Services (IIS)”, tree down experit-2k11sbs > sites > default website, on the right hand side where it says manage website click start, if restart and stop become highlighted, you have started the website which controls OWA and mobile mail.

by Matthew Skelly Matthew Skelly No Comments

Documents.library-ms is no longer working

Problem:

When yo uclick on My Documents or music ect…you get the error Documents.library-ms” is no longer working

Solution:

you need to delete the misbehaving library first.  Deleting a library does not delete the content of the folder.  To fix this problem, open Windows Explorer, right-click on the corresponding library and choose Delete. Click Yes when asked for confirmation.

Then, in the navigation pane of Windows Explorer, right-click on Libraries and click Restore default libraries.  This recreates the library that you just deleted. This option will only restore the default libraries that came with Windows 7.

by Matthew Skelly Matthew Skelly No Comments

Disk space breakdown

Problem:

You want to figure out which folders are using the most space, ex: Windows is using 14 GB, Program files is using 20Gb, My documents has 10GB

Solution:

There’s no trick to this one, I’m actually just going to recommend an app! The app is WinDirStat. This is a little freeware marvel that I use on a regular basis. You may remember a previous article about Acronis creating temp files that blow up your HDD, well the way I find those files is by using WinDirStat. It breaks down drive usage by folder and file type and can help you see what’s clogging up your drive at a glance. Check them out over at https://windirstat.net/

by Matthew Skelly Matthew Skelly No Comments

Rebuild Boot Configuration File Windows 7

 

Problem:

Post rootkit removal windows may not boot and display 7B stop error. This CLI command set can rebuild files necessary for windows 7 to boot

Solution:

>bcdedit /export C:BCD_BU
>C:
>cd boot
>attrib bcd -s -h -r
>ren C:bootbcd bcd.old
>bootrec /rebuildbcd

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

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 ServicesServers\Printers

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.

by Matthew Skelly Matthew Skelly No Comments

Outlook won’t open, profile error

When Outlook won’t open, nine times out of ten, it’s a profile issue. You’re PST gets corrupt and Outlook just can’t open. Forunately, Outlook has a built in utility to fix just this…if you can find it.

The Utility is “Scanpst.exe” and it’s located in the C:programfilesOffice(version number) folder. Bring up the RUN command and access it there, then point it to your outlook PST file. These are usually located either in the hidden folder “C:Users (username)AppDataLocalMicrosoftOutlook” or in an Outlook folder in your Documents folder. The initial error check is quick. Ten minuets or so, but further repairs may take hours. Be prepared.

Once done, Outlook should open normally.

by Matthew Skelly Matthew Skelly No Comments

Outlook will not load

 

Problem:

When trying to start Outlook, you recieve the error :

“Cannot start Microsoft Office Outlook. Cannot open the Outlook window”

This error shows up because something has redirected or courrupted your user profile.

Solution:

Go to the Start menu. Hit run..then type the following;  Outlook.exe /resetnavpane
This clears and regenerates the Navigation Pane for the current profile

Top