HTC WildFire S – Copy contacts from Phone to Google Account

You have a smartphone and you are looking for a best practice to backup up your contacts… You can do it the traditional way, by synchronizing the phone with your computer, or do it with the modern way, back up to the cloud.

The following procedure describes the procedure on HTC WildFire S and assumes that your contacts are on phone memory at the moment, but it should be similar with most of smart phones (at least Android).

How to do this:

    1. Export your phone your contacts to SD card: [highlight]People (contacts) – Options – Import/Export – Export to SD card[/highlight]. This will create a .vcf file on your SD card, containing your phone contacts.
    2. Import the above contacts to your Google account: [highlight]People (contacts) – Options – Import/Export – Import from SD card – Google Account[/highlight] (This procedure will find automatically any .vcf file from SD card and will import it to your Google Account).
    3. Make sure that you synchronize your Google account at least once:[highlight] Settings – Account & Sync – Google – Sync Contacts.[/highlight]

Configuring Volume and Folder Quotas in Windows Server 2003 R2

File Server Resource Manager was first introduced in Windows Server 2003 R2, for configuring volume and folder quotas.

In order to install File Server Resource Manager, go to Control Panel – Add/Remove Windows Components – Management and Monitoring Tools – File Server Resource Manager

File Server Resource Manager Windows 2003 R2

File Server Resource Manager Windows 2003 R2

Continue reading

Seether – Disclaimer II

US Track Listing

1. Gasoline
2. 69 Tea (Shaun Morgan)
3. Fine Again
4. Needles
5. Driven Under
6. Pride
7. Sympathetic
8. Your Bore
9. Fade Away
10. Pig (Morgan)
11. Fuck It
12. Broken
13. Sold Me
14. Cigarettes
15. Love Her
16. Take Me Away
17. Got It Made
18. Out of My Way
19. Hang On
20. Broken | featuring Amy Lee of Evanescence

European Track Listing

1. Gasoline
2. 69 Tea
3. Fine Again
4. Needles
5. Driven Under
6. Pride
7. Sympathetic
8. Your Bore
9. Fade Away
10. Pig
11. Fuck It
12. Broken
13. Sold Me
14. Cigarettes
15. Got It Made
16. Broken | featuring Amy Lee of Evanescence

Get the album Seether Disclaimer II from here…

Seether Disclaimer II

Continue reading

Creed – Greatest Hits

All songs written by Mark Tremonti, Scott Stapp.

1. Torn (My Own Prison)
2. My Own Prison (My Own Prison)
3. What’s This Life For (My Own Prison)
4. One (My Own Prison)
5. Are You Ready? (Human Clay)
6. Higher (Human Clay)
7. With Arms Wide Open (Human Clay)
8. What If (Human Clay)
9. One Last Breath (Weathered)
10. Don’t Stop Dancing (Weathered)
11. Bullets (Weathered)
12. My Sacrifice (Weathered)
13. Weathered (Weathered)

Get the album Creed Greatest Hits from here…

Creed Greatest Hits

Continue reading

HTTP Error 401.1 Unauthorized Access is denied due to invalid credentials

In IIS 6, when you configure the applications to work with integrated windows authentication, sometimes you get the following error:

HTTP Error 401.1 Unauthorized Access is denied due to invalid credentials

In order to solve this issue, proceed with the following:

  • run cmd
  • go to: C:\Inetpub\Adminscripts
  • Check if NtAuthenticationProviders metabase property is set to NTLM
  • Type: “cscript adsutil.vbs get w3svc/NTAuthenticationProviders” & enter
  • If you get the message: “The parameter “ntauthenticationproviders” is not set at this node.” proceed
  • Type: cscript adsutil.vbs set w3svc/NTAuthenticationProviders “NTLM” & enter
  • A sample from a machine – click for larger
HTTP Error 401.1 Unauthorized Access

HTTP Error 401.1 Unauthorized Access

Certification Authority Renewal

When you setup the Certification Authority on a Windows server, a certificate for the CA is created, which will be expired after 5 years (default). You can extend the CA’s life beyond the end date of its original certificate. You can renew the CA with the following command:

certutil -renewCert ReuseKeys (renews the CA with the existing key pair)

or

certutil -renewCert (renews the CA with a new key pair)


Uninstall McAfee Common Management Agent

Follow these steps in order to uninstall and reinstall the Common Management Agent

  • Run regedit
  • Locate [HKEY_LOCAL_MACHINE\SOFTWARE\Network Associates\TVD\Shared Components\Framework]
  • Locate Data Path and Installed Path and take a not of their data.
  • Stop McAfee Framework Service
  • Using the Installed Path, run the following

“C:\Program Files\Network Associates\Common Framework\FrmInst.exe” /forceuninstall

  • Restart the system and confirm that the following has been deleted

[HKEY_LOCAL_MACHINE\SOFTWARE\Network Associates\TVD\Shared Components\Framework]

  • Confirm that the directories in the Installed Path and Data Path have been deleted.

Nou you can reinstall the Framework Service with the following command:

FramePkg.exe /Install=agent /ForceInstall

Note: Get the latest FramePkg.exe from your EPO server.