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.
Showing posts with label Windows8. Show all posts
Showing posts with label Windows8. Show all posts

Wednesday, May 25, 2016

How to make IE as a Default Browser in Windows 10 OS.



  1. Click on start menu
  2. Type default programs and click on it.
  3. Now in the default apps window.
  4. Go to section - Web Browser.
  5. Now change it from Microsoft Edge to Internet Explorer.

Thursday, July 30, 2015

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.