On Windows security user locked computer screen, press left side keyboard Alt Shift together to switch between the languages tab.
Thursday, June 16, 2011
Wednesday, June 15, 2011
How to recover forgotten ESX root password?
So, you forgot the ESX root password? Maybe you just need to change it after a staff change? To save yourself the hassle of reinstalling ESX on all of your hosts follow this simple process:
Use Virtual Center to Vmotion all of the VMs to other ESX hosts. (if you have a stand alone host then power down all your VMs)
Put the host in Maintenance Mode
Reboot your ESX host.
Physically go to the ESX console. You will not be able to use a remote console like WinSCP for the next few steps.
At the first menu type “a”
At the next prompt type “single”
After ESX finishes booting you will end up at a # prompt
Type “passwd” and enter a new password
re-type the new password again when prompted
Reboot the ESX server normally. ( just type “reboot” at the # prompt)
Don’t forget to take the host out of Maintenance Mode in Virtual Center.
Yes it’s that easy. It emphasizes how critical physical security is to your data center!
Posted by
PKP
at
6/15/2011 02:57:00 PM
0
comments
Friday, June 10, 2011
How do you find the local open ports on Windows?
To find the local open ports on Windows run the following command in the command prompt.
All the listening ports are open ports.
netstat -an |find /i "listening"
To remotely verify a port is open or closed use the following sites.This will help you to find a server is running or a firewall or ISP is blocking certain ports.
http://www.canyouseeme.org/
also
http://www.yougetsignal.com/tools/open-ports/
Posted by
PKP
at
6/10/2011 03:01:00 PM
0
comments
Thursday, June 09, 2011
Not enough storage is available to complete this operation error
Error message when you use a Windows Server 2003-based domain controller to join a Windows XP-based client computer to a domain: "Not enough storage is available to complete this operation"
http://support.microsoft.com/default.aspx?scid=kb;EN-US;935744
To resolve this problem, increase the Kerberos token size. To do this, follow these steps on the client computer that logs the Kerberos event.
1. Click Start, click Run, type regedit, and then click OK.
2. Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\Kerberos\Parameters
Note If the Parameters key is not present, create the key. To do this, follow these steps: a. Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\Kerberos
b. On the Edit menu, point to New, and then click Key.
c. Type Parameters, and then press ENTER.
3. On the Edit menu, point to New, and then click DWORD Value.
4. Type MaxTokenSize, and then press ENTER.
5. On the Edit menu, click Modify.
6. In the Base area, click Decimal, type 65535 in the Value data box, and then click OK.
Note The default value for the MaxTokenSize registry entry is a decimal value of 12,000. We recommend that you set this registry entry value to a decimal value of 65,535. If you incorrectly set this registry entry value to a hexadecimal value of 65,535, Kerberos authentication operations may fail. Additionally, programs may return errors. For more information, click the following article number to view the article in the Microsoft Knowledge Base:
297869 (http://support.microsoft.com/kb/297869/) SMS administrator issues after you modify the Kerberos MaxTokenSize registry value
7. Exit Registry Editor.
8. Restart the computer.
Posted by
PKP
at
6/09/2011 10:03:00 AM
1 comments
Labels: Windows
Tuesday, June 07, 2011
Why Outlook 2007 attachment appears in the body? not under the subject of the email.
Why Outlook 2007 attachment appears in the body? not under the subject of the email.
When you compose the new message, make sure your message format is HTML or Plain Text.That will make the attachment to appear down below the Subject line.If your message format is Rich Text, the attachment will show up in the body of the message.
Posted by
PKP
at
6/07/2011 11:14:00 AM
0
comments
Labels: Email, Outlook, Tips and Tricks