9/19/2014

How to stop Windows 8 Evaluation from automatic shutdown... 停止 Window 8 Evaluation 過期每小時重啟問題...

If you are using Windows 8 Enterprise evaluation RTM as your primary OS, then you have made a big mistake. You probably should have installed it in an virtual environment .The evaluation period lasts for 90 days and after the trial period expires, it cannot be renewed even you have purchased genuine license, nor can it be downgraded or upgraded to another edition. So, what happens when the 90 day trial period expires? The answer is--automatic shutdown that gets triggered every hour. There are no warnings before shutdown and you will lose all of your work. Microsoft was very clear about this from the beginning and they have used similar tactics on previous version of Windows too.

Now, you have got no choice to install another version of windows. This can be a pain when you have no access to physical installation media and you may have problems getting other version of Windows from the internet. However, there is a solution to this. The automatic shutdown is the doing of a process/service that runs in the background and starts a timer that runs down when you have logged into your machine. This service is called "Windows Licence Monitoring Service". Well, you can guess what it does. It basically monitors the licence state of the machine and if it has expired, it triggers an automatic shutdown.  If you try to end this process through task manager then you will probably get blue screen of death (BSOD).

So, our solution to this problem is to remove the "Windows Licence Monitoring Service".
This tutorial is in no way meant to promote piracy but enable people who are stuck with running Windows 8 for an hour, to get and install another version of the Windows. So, here is how you do it.........
  • First download Windows PsTools. This tool is provided by Microsoft for maintaining processes and services through command line.
          Download
  • This tool is provided in zipped format and you need to extract it somewhere. 
  • Create folder called - PS on C: drive
  • We will extract all the contents of the zip file in C:\ drive into the folder PS (which we just created)
  • After that you need to start command prompt with Administrator privileges. To do this--
        ---Open- task manager.
        ---Go to- File
        ---Create- New Task
        ---Check the "Create this task with administrator privileges" checkbox.
        ---Type- cmd
        ---Press- Enter
  • You will see the command prompt.
  • Type- c: 
  • Type- cd /
  • Type- cd PS
  • Type- psexec -i -d -s cmd
  • Click- Agree on the license agreement dialog box
  • Then you will get another command prompt running under "nt authoriy\system"
  • To check if the command prompt is running under "nt authority\system"--
  • Type- whoami
    You should see 
    nt authority\system.
  • Type- sc delete WLMS
  • Type- regedit
  • The above command will open registry editor
  • Navigate to- HKEY_LOCAL_MACHINE->System->CurrentControlSet->Services
  • Locate- WLMS
  • Right click the Key and press delete.
  • Restart the computer
The simpler way of doing it would be to just open command prompt with administrator privileges and run the command  "sc delete WLMS" and then delete the WLMS key from the registry. However, if it doesn't work, you can try the above method.

8/08/2014

iOS Syncing with Google Contacts (Apple btw Andriod)

iOS: Syncing with Google Contacts


Learn how to set up syncing with Google Contacts on your iPhone, iPad, or iPod touch.


Follow these steps if you're using iOS 7 to sync your contacts with Google Contacts:
  1. Tap Settings > Mail, Contacts, Calendars > Add Account > Google.
  2. Enter the required information in the fields.
  3. Make sure Contacts is on.
After you have completed the setup, open the Contacts app on your device. Syncing should begin automatically.

Additional Information

If you're using iOS 5 or iOS 6, follow these steps to set up contact syncing with Google Contacts:
  1. Tap Settings > Mail, Contacts, Calendars > Add Account... > Other > Add CardDAV Account.
  2. Enter the following information in the fields:
    • Server: google.com
    • User Name: your full Google email address
    • Password: your Google account password
  3. Tap Next at the top of the screen to complete the setup.
After you have completed the setup, open the Contacts app on your device. Syncing should begin automatically.
Note: Make sure that SSL is enabled (under Advanced settings) and the port is 443.
You may also visit the Google website to learn more about syncing with Google contacts.

Important: Mention of third-party websites and products is for informational purposes only and constitutes neither an endorsement nor a recommendation. Apple assumes no responsibility with regard to the selection, performance or use of information or products found at third-party websites. Apple provides this only as a convenience to our users. Apple has not tested the information found on these sites and makes no representations regarding its accuracy or reliability. There are risks inherent in the use of any information or products found on the Internet, and Apple assumes no responsibility in this regard. Please understand that a third-party site is independent from Apple and that Apple has no control over the content on that website. Please contact the vendor for additional information.
Important: Information about products not manufactured by Apple is provided for information purposes only and does not constitute Apple’s recommendation or endorsement. Please contact the vendor for additional information.

*轉自APPLE 網站*