mike says things sometimes

omg where am I I AM NOT GOOD WITH COMPUTERS

Archive for the ‘admin’ tag

Sendto Zipped Folder Missing

without comments

Ever have the Sendto Compressed (zipped) folder option go *poof*?  Yeah, annoying isn’t it?  Wanna fix it? Here we go:

Go to Start –> Run and copy and paste the following command:
rundll32 zipfldr.dll,RegisterSendto

Wasn’t that easy?

Written by Mike

August 6th, 2008 at 6:07 pm

Posted in Uncategorized

Tagged with ,

Offline Files – “The Parameter Is Incorrect”

without comments

Another odd one.  A user was having problems syncing his my docs, and kept receiving a strange error that “The Parameter Is Incorrect”. Well, here’s what I did to fix it:

Go to the offline files tab in windows explorer, hold down  ctrl+shift at the same time that you click the “Delete Files…” button. I know it’s kind of an unusual method for Windows but it does seem to solve the problem most times. It should pop up with a warning message and Yes or No buttons. Click Yes, reboot, and resync and all should be well.

If not, try the following (although I can’t say that I’ve tried it myself):

1. Disable Offline Files with  csccmd.exe /disable

3. Reboot into Safe Mode and delete all content under %SystemRoot%\CSC

4. Reboot again and re-enable Offline Files.

After this is done, try the Ctrl+Shift+click method again.

Also, be aware that the offline file database has a path name limitation. I don’t know what it is – but if your path\file name is too long it will corrupt the database and cause the “The Parameter is Incorrect” error.
Make sure that your file and folder names are kept reasonable. I also recommend not using special characters for any folder or file names.

Hope it helps!

Written by Mike

August 6th, 2008 at 6:05 pm

Posted in computers

Tagged with , ,

Contacts Missing in Outlook 2003

with one comment

So a user got a new laptop, and everything seemed ok.  Until he went to send an email and get an address from his contacts list.  IT WAS MISSING.  So, after a bit of google-fu, i was led to the following solution which worked like champ:

Step 1: Install the Outlook Address Book service

http://support.microsoft.com/kb/287563/

To do this, follow these steps, as appropriate for the version of Outlook that you are running.
Microsoft Outlook 2002 and Microsoft Office Outlook 2003

1.    On the Tools menu, click E-mail Accounts.
2.    Click to select View or change existing directories or address books, and then click Next.
3.    If your Outlook Address Book is listed, click Cancel, and then go to the steps in the “How to Mark Your Contact Folder for Use with Your Address Book” section.
4.    If your Outlook Address Book is not listed, click Add.
5.    Click to select Additional Address Books, and then click Next.
6.    Click to select Outlook Address Book, and then click Next.
7.    Click OK when you receive the prompt that the address book you added will not start until you click Exit from the File menu.
8.    Click Finish.
9.    Click Exit from the File menu, and then restart Outlook.

My google-fu is strong.

Written by Mike

August 6th, 2008 at 5:49 pm

Posted in computers

Tagged with ,

Shadow Copy Failures

with 4 comments

Once again, the internet proves that any computer problem you find yourself with, the internet has already had:

http://blogs.technet.com/jhoward/archive/2006/06/22/438094.aspx

Shadow Copy failures: Scheduled task fails with General page initialization failed, error 0x8007000d.

I’ve rippled through quite a few nagging problems since my server failure at home a few weeks ago. One of the more intriguing problem I only noticed a couple of days ago. One server had not been running scheduled Shadow Copies. When you schedule shadow copies in Windows Server 2003 R2, not suprizingly it sets up a normal Windows Scheduled Task with name ShadowCopyVolume{volume} as shown below.

But, as you can see, it’s never run and has status “Could not start”. If you double click the task, you get the error “General page initialization failed. The specific error is 0x8007000d: The data is invalid”. Once you dismiss the dialog, you see the normal task details, but cannot edit the user field (greyed out and blank). You could however create manual shadow copies, so that pretty much narrowed it down to a problem with the scheduled task rather than shadow copies itself.

Some searching on Technet and the MS Knowledgebase drew a blank (or at least nothing appearing to be directly relevant). There’s an article here which gives some information which is close but only allows you to setup the task again with a domain account. I didn’t want to do that as the Shadow Copy scheduled task is supposed to run under the NT AUTHORITY\SYSTEM account.

However, I bow to Anil’s greater knowledge from his blog entry here, specifically the update part at the end. Indeed, deleting C:\Documents and Settings\All Users\Application
Data\Microsoft\Crypto\RSA\S-1-5-18\d42cc0c3858a58db2db37658219e6400_xxxx”, deleting the scheduled task, disabling shadow copies and setting it back up again with a schedule creates it correctly.

Thanks Anil!
Cheers,
John.

Written by Mike

May 13th, 2008 at 11:50 am

Posted in computers

Tagged with , ,

Server Monitoring

without comments

Ok, so normally i’m not a product whore, but I found a really neat tool for monitoring windows servers at www.poweradmin.com

I’ve loaded it up on our data server and it enables all kinds of monitoring and notification options. I’m gonna keep it monitoring this server for a bit, and if it seems to stay as good as it looks now, I’ll add more servers to my monitoring. The all in one place monitoring is slightly awesomesauce as well.

Written by Mike

May 9th, 2008 at 3:48 pm

Posted in computers

Tagged with , ,