Translate

Wednesday 9 March 2016

Fix problems in Windows 10













** Fixing volume problem in Windows 10**
1. Go to notification area->
right click on sound icon->
click on sound->select speaker icon as default device->
right click on default device and select Properties->
click on ‘tab’ Enhancement
and tick on disable all enhancement
(or if you find ‘Immediate Mode’ then tick on this).
2.Restart your system and its done.

** Fixing wi-fi(Limited/no internet) problem in Windows 10**
1. Open command prompt and run it as administrator
2. Follow these commands:
netsh int tcp set heuristics disabled
netsh int tcp set global autotuninglevel=disabled
netsh int tcp set global rss=enabled
now check that everything has been disabled
netsh int tcp show global
3.Now restart your pc and its done.

*Commands to remove pre-installed apps:*
1.Click start menu and type “PowerShell”
2.Right click the PowerShell shortcut and click “Run as administrator”
3.Paste the following commands in the PowerShell Window:
(For example to remove ‘3D printing’ app:)
Get-AppxPackage -AllUsers
3D printing: Get-AppxPackage *3d* |Remove-AppxPackage