Archive for the ‘windows 2003’ Category

Installing Subversion on Windows

Subversion is an open-source version control system. It is used in production by many companies. There are other software products such as Collabnet that utilize this with it’s own features. It is supposed on windows, unix, and mac os x. Today we’re going to install Subversion on a windows environment. THE FOLLOWING ARE THE SYSTEM [...]

More »

How to list user’s domain group memberships

Today I had to figure out what domain groups a user was a part of.  I had to find out if a particular user was part of a specific domain group or not, so that I could verify if that group was part of the server’s local administrators group. And if it wasn’t, then I [...]

More »

How to disable Internet Explorer Enhanced Security Configuration (IE ESC) in Windows Server 2003/2008

Windows Server comes with Internet Explorer Enhanced Security Configuration enabled by default for both users and administrators. It is annoying. Its purpose is to prevent scripts and certain content to decrease server threat. But having this enabled, you may see some web sites that fail to load. I personally disable this, because I don’t use [...]

More »

Windows program crashes as soon as you run it

There have been times where you will install a program, and it will work for days, weeks, without problems. The one day when you need to get into it, you get a pop up that says “A problem caused the program to stop working correctly. Windows will close the program and notify you if a [...]

More »

How to view hidden files in Windows XP 7 Vista 2003

By default Microsoft Windows hides many of its critical files from the user. One particular folder includes the user’s application data. There are times when you need to access these folders to access particular files or make backups. WINDOWS XP & WINDOWS 2003 1. Goto my computer. 2. Select the Tools menu and click Folder [...]

More »

How to find out when Windows was installed?

So how old is that server you have running? Does it need a refresh copy of Windows Server? You can check the date of install by running the following in a command window  systeminfo | find /i “install date”

More »

How to force group policy

Sometimes on your workstations the group policy doesn’t take affect. Or you need it to take place immediately. The command to invoke this is gpupdate /force

More »

An error has occured on the server. For details, please check the event (application) log on the web server. Unable to retrieve ArcGIS install directory from the registry

In ArcGIS Server manager, you are unable to create a web app. You receive the error “An error has occured on the server. For details, please check the event (application) log on the web server. Unable to retrieve ArcGIS install directory from the registry. The reason is because 32-bit IIS/ASP.NET is not enabled. We were [...]

More »

DELL E1420 CPU BUS PERR ERROR on front LCD

This has been going on for months. January to be exact. A server running Windows Server Datacenter 2003 x64 edition, A Dell PowerEdge 2950. Dell has NO clue why this is happening. i’ve called them probably on an average of once a week and each time they say it’s been escalated. Anyone else having this [...]

More »

The computer did not resync because no time date was available

When you use the command w32tm /resync, you receive this error. Why? A number of reasons. You do need to open port 123 UDP on your firewall for the domain controller so it can reach the external time source. If you want to sync your clients to your DC, you probably edited a domain policy to [...]

More »