- Click on start menu
- Type default programs and click on it.
- Now in the default apps window.
- Go to section - Web Browser.
- Now change it from Microsoft Edge to Internet Explorer.
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.
Wednesday, March 16, 2016
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
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.
Subscribe to:
Comments (Atom)