Pages

Monday, September 24, 2012

How to shutdown windows with command prompt

Sometimes, we don't want to shutdown computer directly, but after next hours because the downloading process that has not been completed. We can do that using command prompt. The following are the steps to do that :
  1. Open the command prompt: Windows Key + R
  2. type the command :
     
    cmd
    
  3. To shutdown local machine with specified time, type this command for example :
     
    shutdown -s -t 60
    

    while 60 is number of seconds before the computer is shutdown.
  4. To shutdown remote machine next 60 second, you can use this command :
     
    shutdown -s -m \\desktop -t 45
    

    while \\desktop is computer ip address or hostname
  5. To cancel shutdown you can use this command :
     
    shutdown -a
    
  6. To get more command you can use help as below :
     
    shutdown --help
    

Tuesday, July 24, 2012

3 Popular AlQur'an Application for Android

Qur'an for Muslims is a scripture that should be read every day. In the present era Qur'an and available in books and digital form. Among the android. It offers many digital Qurans. Here are 3 most popular Qur'an applications for android : 1. iQuran
  • Developer : Guideways.com
  • Translation : Multilanguage
  • Audio : Present
  • Bookmark : Present
  • Search : Present
  • Pro Version : iQuran Pro
  • Url : iQuran
2. Muslim Pro: Azan & Quran
  • Translation : Multilanguage
  • Features : Praying time, Adzan notification, kiblat, hijri calendar
  • Url : Muslim Pro: Azan & Quran
3. MyQuran Indonesia
  • Translation : multilanguage
  • Audio : Present
  • Bookmark : Present
  • Features : coloring tajwid, facebook status update
  • Url : MyQuran Indonesia

Thursday, January 12, 2012

How to install web service client application in windows server

This post based on my experience when try to install my web service client application created using delphi. I have no idea, why i was get error when fetching data from web service. The problem is setting of data execution prevention that must be enabled in windows server. The following is the steps to enable data execution prevention :
  1. Click Start, click Control Panel, and then double-click System.
  2. Click the Advanced tab. Then, under Performance, click Settings.
  3. Click the Data Execution Prevention tab.
  4. Click Turn on DEP for essential Windows programs and services only to select the OptIn policy.
  5. Click Turn on DEP for all programs and services except those I select to select the OptOut policy.
  6. If you selected the OptOut policy, click Add and add the applications that you do not want to use DEP with.
Don't Forget To Join Our Community
×
Widget