Posted by greatbloggingtips | Posted in MySQL | Posted on 31-12-2011
After uninstalling MySQL from my computer, I found that the service still remained.
Later on, I found that we can manually remove it.
To do it, follow these simple steps.
- Navigate to Start button -> All Programs -> Accessories ->Command Prompt. Right click on Command Prompt and select ‘Run as administrator’.

Right click Command Prompt and click 'Run as administrator'
- Type
sc delete mysql and press Enter. Voila! The service is now removed.
Posted by greatbloggingtips | Posted in Windows 7 | Posted on 29-12-2011
As a software developer, it is unavoidable that we sometimes need to enable Administrator user account in Windows 7 to modify some settings. But be reminded not to use this account as default because it’ll make you exposed to certain security threats.
Here’s a simple tutorial on how to enable Administrator user account in Windows 7.
- Navigate to Start button -> All Programs -> Accessories ->Command Prompt. Right click on Command Prompt and select ‘Run as administrator’.

Right click Command Prompt and click 'Run as administrator'
- Type “net user administrator /active:yes” and press Enter.

Type "net user administrator /active:yes" and press Enter
- When you switch user, you will be able to see an Administrator user account.

When you switch user, you will be able to see an Administrator account
Posted by greatbloggingtips | Posted in Windows 7 | Posted on 28-12-2011
Recently I’ve bought a new laptop from Dell. When I wanted to change the wallpaper, it still remains the same no matter how many times I try to change it.
After some research, I finally found the solution. It’s actually really simple. Just follow these 3 steps and you’re good to go.
- Open Windows Explorer.

Open Windows Explorer
- Navigate to %USERPROFILE%\AppData\Roaming\Microsoft\Windows\Themes

Navigate to %USERPROFILE%AppDataRoamingMicrosoftWindowsThemes
- Delete the image file in that directory and try to re-apply a new wallpaper

Delete the image file