How do I Uninstall/Disable unnecessary Microsoft applications of Windows 10?

2

0

My university prohibits me using Windows Cloud storage and several its functions in Windows 10 Enterprise because it stores passwords in the cloud, prohibiting EU security legislation. I cannot understand the internals of the system. I want to minimize all its functions. I want to decrease the HDD accesses, reads and writes in my Windows 10, which is significantly greater than in Ubuntu 14* and 15*.

Too high HDD accesses make my computer noisy in running Windows 10. I cannot accept that Windows uses its P2P technology between its customers to transfer customers data without customer's acceptance. I only need Windows 10 for GPU computation by Asus GTX 9** family in Matlab so all other features are unnecessary. I have successfully uninstalled and disabled the following applications

  • Skype,
  • OneDrive,
  • Windows store (WinStore.Mobile.exe as suspended) uninstalled by Samuel's answer below.

Apps left untouched in the system

  • SHellExperienceHost.exe (apparently necessary)
  • SearchUI.exe (Search and Cortana) - I disagreed Windows to use Cortana but it is still keeping it on as suspended which I do not want.

How can you uninstall/disable default applications of Windows 10 Enterprise?

Léo Léopold Hertz 준영

Posted 2016-01-04T12:15:18.333

Reputation: 4 828

1

To know how to disable "Windows Store" please take a look: http://www.zerodollartips.com/disable-windows-store-windows-8-8-1-10/

– duDE – 2016-01-04T12:50:53.913

Do you have Home or Pro version? Group policies are not supported in the Home version. – duDE – 2016-01-04T12:53:09.247

gepdit is not the same as gpedit. You are typing the command name incorrectly. – DavidPostill – 2016-01-04T13:01:53.343

Answers

2

You can use PowerShell to remove the Windows store, run the below command:

Get-AppxPackage *windowsstore* | Remove-AppxPackage
  • ShellExperienceHost.exe is important and required for things like the start menu/screen to work and for app integration with the task bar.
  • Unfortunately Cortana cannot be completely removed, although you can perform a hack to disable it almost completely, (at the risk of breaking your start/search bar)
  • Search is integral to Windows and links in to indexing etc... Not sure why you would want to remove it, unless I've misunderstood what you meant.

Samuel Nicholson

Posted 2016-01-04T12:15:18.333

Reputation: 1 282

Excellent answer about those applications! Is there any other ways to uninstall other software than are not needed for the GPU computation. I just want to decrease HDD reads/writes by the OS. – Léo Léopold Hertz 준영 – 2016-01-04T12:56:30.267

Can you please explain the part *windowsstore* of your command? I have a difficulty in understanding the stars. – Léo Léopold Hertz 준영 – 2016-01-04T12:59:43.627

1There's always going to be the limitation that you're using a heavily consumer focused, someone "bloated" operating system designed to be feature reach and easy to use etc... The only thing I would suggest is right clicking each of the apps on the start screen and selecting "uninstall" where available. – Samuel Nicholson – 2016-01-04T13:02:51.057

Is there any way of doing it more scientific computation oriented? I just need the GPU computation because the system has most stable drivers of Nvidia for CUDA computation. – Léo Léopold Hertz 준영 – 2016-01-04T13:06:31.760

1If you're using the GPU for computation, I would of thought that simply stripping unwanted applications of the machine would suffice? If after all you're not using the CPU? – Samuel Nicholson – 2016-01-04T13:08:14.443

Your point is valid. I need to monitor your point closely when implementing my setting. I have not managed to run at all GPU 9** family in Linux PCs. I need to get some results in both systems, and with Windows, I have managed to get further. – Léo Léopold Hertz 준영 – 2016-01-04T13:48:12.370

How do you reinstall windowsstore? Something like Get-AppxPackage windowstore | Install-AppxPackage? – Léo Léopold Hertz 준영 – 2016-01-04T21:34:21.927

1

You should check out windows 10 LTSB release, which doesn't include: Store; Cortana; Edge; etc. It also doesn't get the update version pushed out via windows update. You get the decided when you want to install those major updates...download and install them on your own time.
https://www.microsoft.com/en-us/evalcenter/evaluate-windows-10-enterprise

Brian

Posted 2016-01-04T12:15:18.333

Reputation: 11

Why it does not get an update pushed out via Windows Update? – Léo Léopold Hertz 준영 – 2017-03-10T05:48:20.610