Tuesday, March 10, 2015

Install Android Studio

Recently the official Android Development website have release the new version of Android SDK know as Android Studio. So i get to try this new SDK and I found that there is very less guide on this. So now I here to share my installation of  the new Android Studio.

So make sure you have install the JDK and JRE with the version of 7.

Here the link to get JDK 7  and here to get JRE 7. Remember to accept the term & condition before proceed with download.




After you download install JRE and JDK. At the mean while you need to download the Android Studio as well. You may get the SDK from here.



The Android Studio is Ziped and install it. After install it, open it according your window platform bit. In my case, 64 bit Window 7 is locate at C:\Program Files\Android\Android Studio\bin\studio64.exe

If 32-bit is so double-click the Studio.exe







Thursday, March 5, 2015

Reset Window Server 2008 Local Admin Password

After a long run of Window server 2008 without any documentation. When the Window facing issues and need the local admin account to perform some task or installation. So is ok if you forget your administrator password. So here I going to document the way to change the administrator password of Window server 2008.

Tools that require are:
Physically access to window server 2008, a window server 2008 installation disk for sure a CD ROM

Let begin.

Insert the Window Server 2008 CD into CD ROM then restart and boot into the CD. This process similar to install a new Window Server to a new machine, but take note you are going to change the password. So there is one of screen please chose Repair your computer at the left bottom of the window screen.



Then you need to chose command prompt to give the command to move and copy a file.


So first thing going to do is rename and backup the utilman.exe file. Below is the command.

MOVE C:\Windows\System32\Utilman.exe C:\Windows\System32\Utilman.exe.bak

Your screen will like screenshot below.



Next, we going to copy again the utilman.exe file. Below is the command.

COPY C:\Windows\System32\cmd.exe C:\Windows\System32\Utilman.exe

Your screen will similar to screenshot below.



Nearly done
After assign this 2 command, eject your CD ROM disk and reboot your Window Server. After reboot, at the Window login screen left bottom you will see a icon
. Click on the ease of access icon and run the command prompt.


Once you see the command prompt, give the command below.

net user administrator *

When you press enter it will ask you to enter new password and confirm the new password. Your screen will be like screenshot below.



Once you successful login the Window Server, please do not forget to delete the Utilman.exe and then rename Utilman.exe.bak back to plain old Utilman.exe.