Win2008 :GUI Tool Server CoreConfigurator

The post configuration of a Windows 2008 Server Core installation can be a difficult task. Because there is no GUI in a Server Core installation, you must use the command prompt for post configuration tasks. Guy Teverovsky developed a very usefull tool called CoreConfigurator. This tool is able too configure all the settings needed after a Core installation.

[...]

Win 2008 :How to Setup ASP.NET on Server Core

Installing ASP.NET

To install ASP.NET on Server Core run the following commands in exact same order as listed below:

start /w ocsetup WAS-NetFxEnvironment start /w ocsetup IIS-ISAPIExtensions start /w ocsetup IIS-ISAPIFilter start /w ocsetup IIS-NetFxExtensibility start /w ocsetup IIS-ASPNET

Possibly Related Posts:

CisCO UCS Required Documentation listed Tech : RealVNC demos BIOS-based server at IDF 2011
How to uninstall Vmware workstation v 8.0.0.471780.bundle
Windows : HOw to delete Tmp filed through cmd?
Linux : Flash fullscreen doesn’t work on Ubuntu 10.10

Win 2008 :How to Setup IIS on Server Core

Basic Installation of IIS

To perform basic and default installation of IIS on Server Core run the following command:

start /w ocsetup IIS-WebServerRole

After the command has run you can run oclist | more and check which IIS components have been installed.

Possibly Related Posts:

CisCO UCS Required Documentation listed Tech : RealVNC demos BIOS-based server at IDF 2011
How to uninstall Vmware workstation v 8.0.0.471780.bundle
Windows : HOw to delete Tmp filed through cmd?
Linux : Flash fullscreen doesn’t work on Ubuntu 10.10

M$ Security Tools : LogonSessions - free

If you think that when you logon to a system there’s only one active logon session, this utility will surprise you. It lists the currently active logon sessions and, if you specify the -p option, the processes running in each session.

Download

Result Below :

C:\Documents and Settings\Administrator\Desktop>logonsessions.exe

Logonsesions v1.1 Copyright (C) 2004 Bryce Cogswell [...]

Win 7 :Disabling User Account Control (UAC)

Disabling User Account Control (UAC) in Windows 7

Warning!

This document contains instructions for editing the registry. If you make any error while editing the registry, you can potentially cause Windows to fail or be unable to boot, requiring you to reinstall Windows. Edit the registry at your own risk. Always back up the registry [...]