Feeds:
Posts
Comments

OK so I think this one is entirely my fault but it was still driving me nuts.  Whenever I tried to use the Page Up or Page Down key while viewing a web page in Firefox it would move the page down then almost immediately shoot back to where I was viewing before.

In addition to this using the arrow keys to move up and down was also a iffy prospect.  One day when I was low on sleep and using my computer this happened.  I had simply been ignoring it for so long.  I finally typed this sentence into Google search:

firefox page up page down fuck

Continue Reading »

UPDATE [6/19/2009]:  Below is my original fix for this problem however in the comments section frymaster provided an alternative.  I am no longer running Vista 64 so haven’t tested it but another user has confirmed it worked for him.

Try deleting this file:

%userprofile%\appdata\Roaming\Microsoft\MMC\dsa

It will be recreated after you shut down your MMC console.

Thanks to frymaster for the update!


[Original Post]

I installed the newest version of RSAT for Vista Service Pack 1.  I am running the 64-bit Version of Vista.

After installing this newest version I got this error when trying to start Active Directory Users and Computers:

Microsoft Visual C++ Runtime Library
“the application has requested the runtime to terminate it in an unusual way”

Continue Reading »

I use this one quite a lot because people always want to know who all is in an Active Directory Group.  Here is my quick and ugly Powershell script to find this info.

Continue Reading »

I got a call at the Helpdesk today about a scanner in one of the faculty’s labs.  It was an HP 4570 Scanjet.  The scanner worked fine it was the software that came with it that was a problem.

Continue Reading »

In an earlier post I mentioned a useful link for Powershell users.  I am happy to say I used the cheat sheet today.

Sometimes you want to grab a property from an Active Directory entry.  I wanted to be able to do it from Powershell.

One of the cool things about PowerShell is that you can access the Namespaces in the .net framework.  So you can put together a script that can access Active Directory the same way you do it from .net Code using Directory Services.

Here is what I came up with: Continue Reading »

Ever use Powershell?  I run into situations every once in a while where it is really useful but I always seem to forget the syntax.  I found a link to a really cool cheat sheet that I just tacked onto my wall so I won’t ever be lost again.

Check it here: http://blogs.msdn.com/powershell/attachment/1521595.ashx

I have a base of knowledge in Java and VB ,net but coming up in my school career is a class called “Problem Solving in C++” So where do you start learning a new language? The Hello World! program

Continue Reading »

Ever typed an email in Microsoft Outlook and went to put in the recipient and you were delighted to see that after you typed a few letters it had already guessed the right person?

Outlook 2007 Auto Complete

Cool, ever reinstalled an OS or Office and went to do the same thing and Outlook did not finish your thoughts for you? Crap! Were you depending on the auto complete?

Continue Reading »

In a website created using ASP .net there is a file called web.config . This file holds information about the website’s configuration.

Continue Reading »

So you are putting together a web page using Microsoft’s ASP .net. You are looking through forums and examples for help and people keep talking about the code-behind.

Continue Reading »

Older Posts »