After I got rid of this annoying shutdown dialog, I have another tip for you. There’s a shutdown button on the Windows 2003’s login dialog, which is diabled all the time (at least on my machine). Google led me to Brad Wilson‘s Windows Server 2003 Tip of the Day:

Two of the most annoying things about being a developer using Windows 2003 in my mind are: (1) the shutdown dialog which forces you to fill out why you’re shutting down, and (2) the lack of the shutdown button on the login dialog. Fortunately, remedying both is pretty simple.

  1. Start / Run / gpedit.msc
  2. Drill into Computer Configuration / Windows Settings / Security Settings / Local Policies / Security Options. Find the entry named “Shutdown: Allow system to be shut down without having to log on”. Double click on it, change it to “Enabled”.
  3. Drill into Computer Configuration / Administrative Templates / System. Find the entry named “Display Shutdown Event Tracker”. Double click on it, change it to “Disabled”.

Again, here’s a screenshot:
Enable shutdown button in Windows 2003s login dialog

Do you want to create some alias or you can call it virtual directory on Apache Xampp? I’m using Windows Xampp as an example here. If you’re using Linux, you just need to adjust the path.

Why do you need an alias or virtual directory?

Supposed you have installed Xampp on some directories, like:

C:\Program Files\xampp\

And the default document root would be in:

C:\Program Files\xampp\htdocs

Read More