Prasad Bolla's SharePoint Blog

Click Here to go through the Interesting posts within my Blog.

Click Here to go through the new posts in my blog.

Thursday, July 30, 2015

WhatsApp had a Call Option in Windows10

After i upgraded to Windows10 I was able to get call option in my windows 10 mobile. Previously in windows 8.1 OS in my mobile i dont have call option.

How to Install Windows 10 in Windows8/Windows 8.1 Mobile

1. Go to store in Windows Phone
2. Search for windows insider
3. Now install it and follow the steps.
4. The phone will ask for reboot.
5. After that go to update and run the windows 10 setup.

How to make all programs run as Admin by default in Windows8, Windows 8.1, Windows Server 2012, Windows Server 2012 R2



Run PowerShell as Administrator and paste the following to disable UAC:

Set-ItemProperty -Path "HKLM:\Software\Microsoft\Windows\CurrentVersion\Policies\System" -Name "EnableLUA" -Value "0"
shutdown -r -t 0

The above commands will give you a full control on windows8/8.1/win 2012/win2012 R2 computer.

Installed Windows10 in my windows phone

HI All,

I had installed Windows10 in my windows phone. Look & feel is very nice but some things like Viber/My Tom and some things to type message/to click it is very hard to send message.

Please share your thoughts with Windows 10.

Regards
Prasad Bolla

Wednesday, July 15, 2015

There was an error encrypting or decrypting credentials. Either a credential update is currently being performed, or you must update the farm account credentials on this server before you can perform this task.

I got this error in SharePoint 2007 while trying to perform Password Update while using STSADM command. I followed the below steps to fix the issue.


  1. Login into your SharePoint site with FARM Credentials/Full Control User Credentials who have full control to SharePoint Central Admin site.
  2. Click Operations tab.
  3. In Operations page go to Global configuration.
  4. Under Global Configuration click on Timer Job Definitions link.
  5. In the timer job definitions page check for “Application Pool Credential Deployment job definition”.
  6. Deleting it will fix the issue.