Operating System

Change Default Logon Domain Name in The Logon Screen

Posted by Dede Nurmansyah on March 18, 2010
How Do I?, Infrastructure, Operating System / No Comments

Q:
How do i change the default logon name on Windows logon screen?
defaultdomainname_1

A:
Open regedit, and modify the following key:
“HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\DefaultDomainName”
Change the value data to the desired domain name, for example FAKEDOM.

REFERENCES
Microsoft: KB555050

Tags:

Removing Nonpresent/Hidden Devices

Posted by Dede Nurmansyah on October 30, 2009
How Do I?, Operating System / No Comments

Q:
I’m just finishing to convert my physical machine to virtual machine (P2V conversion). How do i remove all non-present hardware on that new virtual machine?

A:
Brings up your windows command prompt and type:
C:\>set devmgr_show_nonpresent_devices=1
then type
C:\>start devmgmt.msc
to start device management MMC. From device management MMC, select View and click on Show Hidden Devices. Uninstall as many as possible non-present hardware on virtual machine.

Tags:

Enabling NIC Error Statistic on Windows 2003 Server

Posted by Dede Nurmansyah on October 30, 2009
How Do I?, Operating System / No Comments

Q:
How do i show error statistic on my NIC?

A:
By default, Windows 2003 Server will report only the total bytes sent and received on NIC. Enabling error statistic on NIC can be done by adding a key to the registry. You will need to create a new key called StatMon under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Network\Connections and create new DWORD value named ShowLanErrors. The possible data for this value is 0 (disable) or 1 (enable), and in case, the data of this value is 1.

Tags:

Diskpart.exe – The disk management services could not complete the operation

Posted by Dede Nurmansyah on September 07, 2009
How Do I?, Operating System / No Comments

Q:
Windows Server 2003 DiskPart.exe reports ‘The disk management services could not complete the operation’ when you attempt to perform storage management?

A:
The subject behavior will occur if the the VDS (Virtual Disk Service) is disabled.

Tags: